Package org.flexdock.view.actions
Class ViewAction
java.lang.Object
javax.swing.AbstractAction
org.flexdock.view.actions.ViewAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
- Direct Known Subclasses:
DefaultCloseAction
,DefaultDisplayAction
,DefaultPinAction
- Author:
- Christopher Butler
- See Also:
-
Field Summary
FieldsFields inherited from class javax.swing.AbstractAction
changeSupport, enabled
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
abstract void
actionPerformed
(View view, ActionEvent evt) protected View
getView
(ActionEvent evt) void
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
EMPTY_ACTION
Deprecated.unused -
viewId
-
-
Constructor Details
-
ViewAction
public ViewAction()
-
-
Method Details
-
getView
-
actionPerformed
-
actionPerformed
-
createButtonModel
-
getViewId
-
setViewId
-