org.pdfsam.plugin.split.components
Class JSplitRadioButtonModel

java.lang.Object
  extended by javax.swing.DefaultButtonModel
      extended by javax.swing.JToggleButton.ToggleButtonModel
          extended by org.pdfsam.plugin.split.components.JSplitRadioButtonModel
All Implemented Interfaces:
java.awt.ItemSelectable, java.io.Serializable, javax.swing.ButtonModel

public class JSplitRadioButtonModel
extends javax.swing.JToggleButton.ToggleButtonModel

Model for the split radio buttons

Author:
Andrea Vacondio
See Also:
Serialized Form

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

JSplitRadioButtonModel

public JSplitRadioButtonModel(java.lang.String splitCommand)
Method Detail

getSplitCommand

public java.lang.String getSplitCommand()
Returns:
the splitCommand

setSplitCommand

public void setSplitCommand(java.lang.String splitCommand)
Parameters:
splitCommand - the splitCommand to set