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, enabledFields 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 TypeMethodDescriptionvoidabstract voidactionPerformed(View view, ActionEvent evt) protected ViewgetView(ActionEvent evt) voidMethods 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
-