Package org.graffiti.editor.actions
Class CloneViewAction
java.lang.Object
javax.swing.AbstractAction
org.graffiti.plugin.actions.GraffitiAction
org.graffiti.editor.actions.CloneViewAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
public class CloneViewAction extends GraffitiAction
Represents an action, which can clone the current view.
- Version:
- $Revision: 1.6 $
- See Also:
- Serialized Form
-
Field Summary
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 Constructor Description CloneViewAction()Constructs a new clone view action. -
Method Summary
Modifier and Type Method Description voidactionPerformed(ActionEvent e)Executes this action.HelpContextgetHelpContext()Returns the help context for this action.StringgetName()Returns the name of this action.booleanisEnabled()Returnstrue, if this action is enabled.Methods inherited from class org.graffiti.plugin.actions.GraffitiAction
performAction, setEnabled, update, updateAllActionsMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener
-
Constructor Details
-
CloneViewAction
public CloneViewAction()Constructs a new clone view action.
-
-
Method Details
-
isEnabled
public boolean isEnabled()Description copied from class:GraffitiActionReturnstrue, if this action is enabled.- Specified by:
isEnabledin interfaceAction- Specified by:
isEnabledin classGraffitiAction- Returns:
true, if this action is enabled.- See Also:
Action.isEnabled()
-
getHelpContext
Returns the help context for this action.- Overrides:
getHelpContextin classGraffitiAction- Returns:
- the help context for this action.
-
getName
Returns the name of this action.- Overrides:
getNamein classGraffitiAction- Returns:
- String, the name of this action.
-
actionPerformed
Executes this action.- Parameters:
e- DOCUMENT ME!
-