Package adams.gui.flow.menu
Interface FlowEditorAction
-
- All Superinterfaces:
Action
,ActionListener
,BaseAction
,CleanUpHandler
,EventListener
,PropertiesAction<FlowEditorPanel>
- All Known Implementing Classes:
AbstractFlowEditorCheckBoxMenuItemAction
,AbstractFlowEditorMenuItemAction
,AbstractFlowEditorSubMenuAction
,ActiveClearGraphicalOutput
,ActiveDebug
,ActiveDisplayErrors
,ActiveGC
,ActiveHeadless
,ActiveKill
,ActivePauseResume
,ActiveRun
,ActiveStop
,ActiveStorage
,ActiveValidateSetup
,ActiveVariables
,EditCheckVariables
,EditCleanUpFlow
,EditClearClipboard
,EditDiff
,EditEnableUndo
,EditFind
,EditIgnoreNameChanges
,EditInteractiveActors
,EditListTODOs
,EditLocateActor
,EditLocateStorageName
,EditLocateVariable
,EditProcessActors
,EditRedo
,EditTimedActors
,EditUndo
,FileCheckOnSave
,FileClose
,FileClosePage
,FileExport
,FileImport
,FileNewFlow
,FileNewFromClipboard
,FileOpen
,FileProperties
,FileRevert
,FileSave
,FileSaveAs
,HelpActors
,HelpBooleanExpression
,HelpClasses
,HelpMathematicalExpression
,HelpStringExpression
,HelpVariables
,RunClearGraphicalOutput
,RunDebug
,RunDisableAllBreakpoints
,RunDisplayErrors
,RunEnableAllBreakpoints
,RunGC
,RunHeadless
,RunKill
,RunParseError
,RunPauseResume
,RunRemoveAllBreakpoints
,RunRun
,RunRunAll
,RunStop
,RunStopAll
,RunStorage
,RunValidateSetup
,RunVariables
,ViewFullExpansion
,ViewRedraw
,ViewShowAnnotations
,ViewShowInputOutput
,ViewShowQuickInfo
,ViewShowSource
,ViewShowToolbar
,ViewStatistics
,ViewZoom
,WindowDuplicateInTab
,WindowDuplicateInWindow
,WindowHalfHeight
,WindowHalfWidth
,WindowMoveToNewWindow
,WindowNew
public interface FlowEditorAction extends PropertiesAction<FlowEditorPanel>
Interface for menu items in the menu of the flow editor.- Version:
- $Revision: 9881 $
- Author:
- fracpete
-
-
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
-
-
Method Summary
-
Methods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
-
Methods inherited from interface adams.gui.action.BaseAction
cleanUp, getAccelerator, getIcon, getMnemonic, getName, getToolTipText, hasAccelerator, hasMnemonic, hasToolTipText, isAsynchronous, isSelected, setAccelerator, setAsynchronous, setIcon, setIcon, setMnemonic, setName, setSelected, setToolTipText
-
Methods inherited from interface adams.gui.action.PropertiesAction
getMenuItem, update
-
-