Package 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:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class DefaultPinAction extends ViewAction
- Author:
- Christopher Butler, Bobby Rosenberger
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.flexdock.view.actions.ViewAction
EMPTY_ACTION, viewId
-
-
Constructor Summary
Constructors Constructor Description DefaultPinAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(View view, java.awt.event.ActionEvent evt)javax.swing.ButtonModelcreateButtonModel()voidupdateState(View view, DockingState info, Button button)-
Methods inherited from class org.flexdock.view.actions.ViewAction
actionPerformed, getView, getViewId, setViewId
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(View view, java.awt.event.ActionEvent evt)
- Specified by:
actionPerformedin classViewAction
-
updateState
public void updateState(View view, DockingState info, Button button)
-
createButtonModel
public javax.swing.ButtonModel createButtonModel()
- Overrides:
createButtonModelin classViewAction
-
-