Package org.graffiti.editor.actions
Class FileOpenAction
java.lang.Object
javax.swing.AbstractAction
org.graffiti.plugin.actions.GraffitiAction
org.graffiti.editor.actions.FileOpenAction
- All Implemented Interfaces:
- ActionListener,- Serializable,- Cloneable,- EventListener,- Action
public class FileOpenAction extends GraffitiAction
The action for the file open dialog.
- See Also:
- Serialized Form
- 
Field SummaryFields 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 FileOpenAction(MainFrame mainFrame, IOManager ioManager, ViewManager viewManager, StringBundle sBundle)Creates a new FileOpenAction object.
- 
Method SummaryModifier and Type Method Description voidactionPerformed(ActionEvent e)static Collection<File>getGraphFilesFromUser()HelpContextgetHelpContext()Returns the help context for this action.booleanisEnabled()This action is enabled, if the editor's io manager contains an input serializer.Methods inherited from class org.graffiti.plugin.actions.GraffitiActiongetName, performAction, setEnabled, update, updateAllActionsMethods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener
- 
Constructor Details- 
FileOpenActionpublic FileOpenAction(MainFrame mainFrame, IOManager ioManager, ViewManager viewManager, StringBundle sBundle)Creates a new FileOpenAction object.- Parameters:
- mainFrame- DOCUMENT ME!
- ioManager- DOCUMENT ME!
- viewManager- DOCUMENT ME!
- sBundle- DOCUMENT ME!
 
 
- 
- 
Method Details- 
isEnabledpublic boolean isEnabled()This action is enabled, if the editor's io manager contains an input serializer.- Specified by:
- isEnabledin interface- Action
- Specified by:
- isEnabledin class- GraffitiAction
- Returns:
- true, if the io manager contains at least one input serializer.
 
- 
getHelpContextDescription copied from class:GraffitiActionReturns the help context for this action.- Overrides:
- getHelpContextin class- GraffitiAction
- Returns:
- the help context for this action.
- See Also:
- GraffitiAction.getHelpContext()
 
- 
actionPerformed
- 
getGraphFilesFromUser
 
-