|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pietschy.command.factory.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 ButtonFactoryJButton.public javax.swing.JCheckBox createCheckBox()
JCheckBox.
createCheckBox in interface ButtonFactoryJCheckBox.public javax.swing.JRadioButton createRadioButton()
JRadioButton.
createRadioButton in interface ButtonFactoryJRadioButton.public javax.swing.AbstractButton createToggleButton()
JToggleButton.
createToggleButton in interface ButtonFactoryJToggleButton.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||