Package org.graffiti.editor.actions
Class SelectAllAction
java.lang.Object
javax.swing.AbstractAction
org.graffiti.plugin.actions.GraffitiAction
org.graffiti.plugin.actions.SelectionAction
org.graffiti.editor.actions.SelectAllAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
public class SelectAllAction extends SelectionAction
Represents a "select all graph elements" action.
- 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 SelectAllAction(MainFrame mainFrame)Constructs a new copy action. -
Method Summary
Modifier and Type Method Description voidactionPerformed(ActionEvent e)Executes this action.HelpContextgetHelpContext()Returns the help context for the action.booleanisEnabled()DOCUMENT ME!Methods inherited from class org.graffiti.plugin.actions.SelectionAction
getSelectedItems, getSelection, surviveFocusChangeMethods inherited from class org.graffiti.plugin.actions.GraffitiAction
getName, performAction, setEnabled, update, updateAllActionsMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener
-
Constructor Details
-
SelectAllAction
Constructs a new copy action.- Parameters:
mainFrame- DOCUMENT ME!
-
-
Method Details
-
getHelpContext
Returns the help context for the action.- Overrides:
getHelpContextin classGraffitiAction- Returns:
- HelpContext, the help context for the action
-
actionPerformed
Executes this action.- Parameters:
e- DOCUMENT ME!
-
isEnabled
public boolean isEnabled()DOCUMENT ME!- Specified by:
isEnabledin interfaceAction- Specified by:
isEnabledin classSelectionAction- Returns:
- DOCUMENT ME!
-