|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.DefaultButtonModel
javax.swing.JToggleButton.ToggleButtonModel
org.pdfsam.plugin.split.components.JSplitRadioButtonModel
public class JSplitRadioButtonModel
Model for the split radio buttons
Field Summary |
---|
Fields inherited from class javax.swing.DefaultButtonModel |
---|
actionCommand, ARMED, changeEvent, ENABLED, group, listenerList, mnemonic, PRESSED, ROLLOVER, SELECTED, stateMask |
Constructor Summary | |
---|---|
JSplitRadioButtonModel(java.lang.String splitCommand)
|
Method Summary | |
---|---|
java.lang.String |
getSplitCommand()
|
void |
setSplitCommand(java.lang.String splitCommand)
|
Methods inherited from class javax.swing.JToggleButton.ToggleButtonModel |
---|
isSelected, setPressed, setSelected |
Methods inherited from class javax.swing.DefaultButtonModel |
---|
addActionListener, addChangeListener, addItemListener, fireActionPerformed, fireItemStateChanged, fireStateChanged, getActionCommand, getActionListeners, getChangeListeners, getGroup, getItemListeners, getListeners, getMnemonic, getSelectedObjects, isArmed, isEnabled, isPressed, isRollover, removeActionListener, removeChangeListener, removeItemListener, setActionCommand, setArmed, setEnabled, setGroup, setMnemonic, setRollover |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSplitRadioButtonModel(java.lang.String splitCommand)
Method Detail |
---|
public java.lang.String getSplitCommand()
public void setSplitCommand(java.lang.String splitCommand)
splitCommand
- the splitCommand to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |