Package org.graffiti.editor.actions
Class PasteAction
java.lang.Object
javax.swing.AbstractAction
org.graffiti.plugin.actions.GraffitiAction
org.graffiti.plugin.actions.SelectionAction
org.graffiti.editor.actions.PasteAction
- All Implemented Interfaces:
- ActionListener,- Serializable,- Cloneable,- EventListener,- Action
public class PasteAction extends SelectionAction
Represents a graph element paste action.
- Version:
- $Revision: 1.12 $
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description static StringPASTED_NODEFields inherited from interface javax.swing.ActionACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
- 
Constructor SummaryConstructors Constructor Description PasteAction(MainFrame mainFrame)Constructs a new popup action.
- 
Method SummaryModifier and Type Method Description voidactionPerformed(ActionEvent e)Executes this action.HelpContextgetHelpContext()Returns the help context for the action.booleanisEnabled()Returnstrue, if this action is enabled.Methods inherited from class org.graffiti.plugin.actions.SelectionActiongetSelectedItems, getSelection, surviveFocusChangeMethods inherited from class org.graffiti.plugin.actions.GraffitiActiongetName, performAction, setEnabled, update, updateAllActionsMethods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener
- 
Field Details- 
PASTED_NODE- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
PasteActionConstructs a new popup action.- Parameters:
- mainFrame- DOCUMENT ME!
 
 
- 
- 
Method Details- 
getHelpContextReturns the help context for the action.- Overrides:
- getHelpContextin class- GraffitiAction
- Returns:
- the help context for the action
 
- 
actionPerformedExecutes this action.- Parameters:
- e- DOCUMENT ME!
 
- 
isEnabledpublic boolean isEnabled()Description copied from class:GraffitiActionReturnstrue, if this action is enabled.- Specified by:
- isEnabledin interface- Action
- Specified by:
- isEnabledin class- SelectionAction
- Returns:
- true, if this action is enabled.
 
 
-