Package org.graffiti.editor.actions
Class FileSaveAsAction
java.lang.Object
javax.swing.AbstractAction
org.graffiti.plugin.actions.GraffitiAction
org.graffiti.editor.actions.FileSaveAsAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
public class FileSaveAsAction extends GraffitiAction
The action for saving a graph to a named file.
- Version:
- $Revision: 1.19.2.1 $
- 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 FileSaveAsAction(MainFrame mainFrame, IOManager ioManager, SessionManager sessionManager, StringBundle sBundle) -
Method Summary
Modifier and Type Method Description voidactionPerformed(ActionEvent e)DOCUMENT ME!HelpContextgetHelpContext()Returns the help context for this action.booleanisEnabled()DOCUMENT ME!static booleansafeFile(File file, String ext, String fileTypeDescription, Graph graph)Methods 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
-
FileSaveAsAction
public FileSaveAsAction(MainFrame mainFrame, IOManager ioManager, SessionManager sessionManager, StringBundle sBundle)
-
-
Method Details
-
isEnabled
public boolean isEnabled()DOCUMENT ME!- Specified by:
isEnabledin interfaceAction- Specified by:
isEnabledin classGraffitiAction- Returns:
- DOCUMENT ME!
-
getHelpContext
Description copied from class:GraffitiActionReturns the help context for this action.- Overrides:
getHelpContextin classGraffitiAction- Returns:
- the help context for this action.
- See Also:
GraffitiAction.getHelpContext()
-
actionPerformed
DOCUMENT ME!- Parameters:
e- DOCUMENT ME!
-
safeFile
-