org.flexdock.view.actions
Class DefaultPinAction
java.lang.Object
javax.swing.AbstractAction
org.flexdock.view.actions.ViewAction
org.flexdock.view.actions.DefaultPinAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class DefaultPinAction
- extends ViewAction
- Author:
- Christopher Butler, Bobby Rosenberger
- See Also:
- Serialized Form
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
DefaultPinAction
public DefaultPinAction()
actionPerformed
public void actionPerformed(View view,
ActionEvent evt)
- Specified by:
actionPerformed
in class ViewAction
updateState
public void updateState(View view,
DockingState info,
Button button)
createButtonModel
public ButtonModel createButtonModel()
- Overrides:
createButtonModel
in class ViewAction