|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pietschy.command.DefaultButtonFactory
public class DefaultButtonFactory
Default implementation of ButtonFactory
. This factory creates standard swing
buttons.
Constructor Summary | |
---|---|
DefaultButtonFactory()
|
Method Summary | |
---|---|
javax.swing.JButton |
createButton()
Creates a new JButton . |
javax.swing.JCheckBox |
createCheckBox()
Creates a new JCheckBox . |
javax.swing.JRadioButton |
createRadioButton()
Creates a new JRadioButton . |
javax.swing.AbstractButton |
createToggleButton()
Creates a new JToggleButton . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultButtonFactory()
Method Detail |
---|
public javax.swing.JButton createButton()
JButton
.
createButton
in interface ButtonFactory
JButton
.public javax.swing.JCheckBox createCheckBox()
JCheckBox
.
createCheckBox
in interface ButtonFactory
JCheckBox
.public javax.swing.JRadioButton createRadioButton()
JRadioButton
.
createRadioButton
in interface ButtonFactory
JRadioButton
.public javax.swing.AbstractButton createToggleButton()
JToggleButton
.
createToggleButton
in interface ButtonFactory
JToggleButton
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |