at.tuwien.ifs.commons.gui
Class SOMToolboxAppChooser.MainRadioButton.MainRadioButtonModel

java.lang.Object
  extended by javax.swing.DefaultButtonModel
      extended by javax.swing.JToggleButton.ToggleButtonModel
          extended by at.tuwien.ifs.commons.gui.SOMToolboxAppChooser.MainRadioButton.MainRadioButtonModel
All Implemented Interfaces:
ItemSelectable, Serializable, ButtonModel
Enclosing class:
SOMToolboxAppChooser.MainRadioButton

public static class SOMToolboxAppChooser.MainRadioButton.MainRadioButtonModel
extends JToggleButton.ToggleButtonModel

See Also:
Serialized Form

Field Summary
private  Class<? extends SOMToolboxApp> app
           
private static long serialVersionUID
           
 
Fields inherited from class javax.swing.DefaultButtonModel
actionCommand, ARMED, changeEvent, ENABLED, group, listenerList, mnemonic, PRESSED, ROLLOVER, SELECTED, stateMask
 
Constructor Summary
SOMToolboxAppChooser.MainRadioButton.MainRadioButtonModel(Class<? extends SOMToolboxApp> app)
           
 
Method Summary
 Class<? extends SOMToolboxApp> getApp()
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

app

private final Class<? extends SOMToolboxApp> app
Constructor Detail

SOMToolboxAppChooser.MainRadioButton.MainRadioButtonModel

public SOMToolboxAppChooser.MainRadioButton.MainRadioButtonModel(Class<? extends SOMToolboxApp> app)
Method Detail

getApp

public Class<? extends SOMToolboxApp> getApp()