Package org.graffiti.editor.actions
Class ShowPreferencesAction
java.lang.Object
javax.swing.AbstractAction
org.graffiti.plugin.actions.GraffitiAction
org.graffiti.editor.actions.ShowPreferencesAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
public class ShowPreferencesAction extends GraffitiAction
- Author:
- matthiak
- 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 ShowPreferencesAction(MainFrame mainFrame) -
Method Summary
Modifier and Type Method Description voidactionPerformed(ActionEvent e)booleanisEnabled()Returnstrue, if this action is enabled.static voidshowPreferencesFolder()Methods inherited from class org.graffiti.plugin.actions.GraffitiAction
getHelpContext, getName, performAction, setEnabled, update, updateAllActionsMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener
-
Constructor Details
-
ShowPreferencesAction
- Parameters:
name-mainFrame-helpID-
-
-
Method Details
-
actionPerformed
-
showPreferencesFolder
public static void showPreferencesFolder() -
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.
-