org.springframework.richclient.command
Class SplitPaneExpansionToggleCommand.SplitPaneExpansionButtonModel

Show UML class diagram
java.lang.Object
  extended by javax.swing.DefaultButtonModel
      extended by org.springframework.richclient.command.SplitPaneExpansionToggleCommand.SplitPaneExpansionButtonModel
All Implemented Interfaces:
ItemSelectable, Serializable, ButtonModel
Enclosing class:
SplitPaneExpansionToggleCommand

public static class SplitPaneExpansionToggleCommand.SplitPaneExpansionButtonModel
extends DefaultButtonModel

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
SplitPaneExpansionToggleCommand.SplitPaneExpansionButtonModel(JSplitPane mySplitPane, boolean switchedAway)
           
 
Method Summary
 boolean isSelected()
           
 void setSelected(boolean makeVisible)
           
 
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, setPressed, setRollover
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitPaneExpansionToggleCommand.SplitPaneExpansionButtonModel

public SplitPaneExpansionToggleCommand.SplitPaneExpansionButtonModel(JSplitPane mySplitPane,
                                                                     boolean switchedAway)
Method Detail

isSelected

public boolean isSelected()
Specified by:
isSelected in interface ButtonModel
Overrides:
isSelected in class DefaultButtonModel

setSelected

public void setSelected(boolean makeVisible)
Specified by:
setSelected in interface ButtonModel
Overrides:
setSelected in class DefaultButtonModel


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.