Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.pietschy.command.DefaultButtonFactory
ButtonFactory
. This factory creates standard swing
buttons.
Method Summary | |
JButton |
|
JCheckBox |
|
JRadioButton |
|
AbstractButton |
|
public JButton createButton()
Creates a newJButton
.
- Specified by:
- createButton in interface ButtonFactory
- Returns:
- a new
JButton
.
public JCheckBox createCheckBox()
Creates a newJCheckBox
.
- Specified by:
- createCheckBox in interface ButtonFactory
- Returns:
- a new
JCheckBox
.
public JRadioButton createRadioButton()
Creates a newJRadioButton
.
- Specified by:
- createRadioButton in interface ButtonFactory
- Returns:
- a new
JRadioButton
.
public AbstractButton createToggleButton()
Creates a newJToggleButton
.
- Specified by:
- createToggleButton in interface ButtonFactory
- Returns:
- a new
JToggleButton
.