Uses of Class
adams.gui.action.AbstractPropertiesMenuItemAction
-
Packages that use AbstractPropertiesMenuItemAction Package Description adams.gui.flow.menu adams.gui.flow.tree.menu adams.gui.flow.tree.quickaction adams.gui.tools.spreadsheetviewer.menu -
-
Uses of AbstractPropertiesMenuItemAction in adams.gui.flow.menu
Subclasses of AbstractPropertiesMenuItemAction in adams.gui.flow.menu Modifier and Type Class Description classAbstractFlowEditorMenuItemActionAncestor for simple menu item actions in the flow editor.classActiveClearGraphicalOutputRemoves all graphical output.classActiveDebugExecutes the active flow in debug mode.classActiveDisplayErrorsDisplays errors from last run.classActiveKillKills the active flow.classActivePauseResumePauses/resumes the active flow.classActiveRunExecutes/restarts the flow flagged as active (if any).classActiveStopStops the active flow.classActiveStorageBrings up dialog with current storage items.classActiveValidateSetupValidates the active setup.classActiveVariablesBrings up dialog with current variables of the active flow.classEditCheckVariablesChecks the variable usage.classEditCleanUpFlowCleans up the flow.classEditClearClipboardClears the system clipboard.classEditDiffShows differences between versions of flows.classEditFindOpens find dialog.classEditListTODOsOpens dialog for listing TODOs.classEditLocateActorOpens dialog for locating actor.classEditLocateStorageNameOpens dialog for locating a storage item.classEditLocateVariableOpens dialog for locating a variable.classEditProcessActorsApplies an actor processor.classEditRedoPerforms redo.classEditUndoPerforms undo.classFileCloseCloses the editor.classFileClosePageLets user close a page.classFileExportLets user export a flow.classFileImportLets user import a flow.classFileNewFlowOpens a new tab with an emptyFlow.classFileNewFromClipboardOpens a new tab with the actor from the clipboard.classFileOpenLets user open a flow.classFilePropertiesDisplays properties of a flow.classFileRevertLets user revert a flow to version from disk.classFileSaveLets user save a flow.classFileSaveAsLets user save a flow under new filename.classHelpActorsShows help on actors.classHelpBooleanExpressionShows help on boolean expressions.classHelpClassesShows help on classes.classHelpMathematicalExpressionShows help on mathematical expressions.classHelpStringExpressionShows help on string expressions.classHelpVariablesShows help on variables.classRunClearGraphicalOutputRemoves all graphical output.classRunDebugExecutes the flow in debug mode.classRunDisableAllBreakpointsDisables all breakpoints.classRunDisplayErrorsDisplays errors from last run.classRunEnableAllBreakpointsEnables all breakpoints.classRunKillKills the flow.classRunParseErrorOpens dialog for parsing an error.classRunPauseResumePauses/resumes the flow.classRunRemoveAllBreakpointsRemoves all breakpoints.classRunRunExecutes/restarts the flow.classRunRunAllExecutes/restarts all the flow.classRunStopStops the flow.classRunStopAllStops all the flow.classRunStorageBrings up dialog with current storage items.classRunValidateSetupValidates the current setup.classRunVariablesBrings up dialog with current variables.classViewFullExpansionFully expands the flow and displays it in a new tab.classViewRedrawRedraws the flow.classViewShowSourceDisplays the source of the flow.classViewStatisticsDisplays statistics about the flow.classWindowDuplicateInTabDuplicates the flow in a new page.classWindowDuplicateInWindowDuplicates the flow in a new window.classWindowHalfHeightAdjust the height to half the screen.classWindowHalfWidthAdjust the width to half the screen.classWindowMoveToNewWindowMoves the tab to a new editor window.classWindowNewOpens a new editor window. -
Uses of AbstractPropertiesMenuItemAction in adams.gui.flow.tree.menu
Subclasses of AbstractPropertiesMenuItemAction in adams.gui.flow.tree.menu Modifier and Type Class Description classAbstractAddBreakpointActionAncestor for adding breakpoint actors.classAbstractAddMostCommonActorActionAncestor for actions that add most common actors.classAbstractCompareActorsAncestor for performing a diff on two actors.classAbstractEncloseActorAncestor for menu items that can enclose selected actors in an actor handler.classAbstractFromTemplateActionAncestor for template actions.classAbstractTreePopupMenuItemActionAncestor for menu items in the popup menu of the flow tree.classAddActorAfterFor adding an actor after the current position.classAddActorBeneathFor adding an actor beneath the current one.classAddActorHereFor adding an actor at the current position.classAddBookmarkAdds bookmarks for the selected actors.classAddBreakpointAfterFor adding a breakpoint after the current position.classAddBreakpointBeneathFor adding a breakpoint beneath the current actor.classAddBreakpointHereFor adding a breakpoint at the current position.classAddFromTemplateAfterFor adding a subflow generated from a template after the current position.classAddFromTemplateBeneathFor adding a subflow generated from a template beneath the current actor.classAddFromTemplateHereFor adding a subflow generated from a template at the current position.classAddMostCommonActorAfterFor adding one of the most common actors after.classAddMostCommonActorBeneathFor adding one of the most common actors beneath.classAddMostCommonActorHereFor adding one of the most common actors here.classAnnotateActorShortcut for annotating actors.classAttachBreakpointHereAttaches a breakpoint to the selected actor using its full name for aPathBreakpoint.classAttachListenerAllows the attaching of flow execution listeners.classCleanUpActorNameFor cleaning up an actor name.classCollapseAllFor collapsing all actors below the currently selected one.classCompareJustActorsPerforms a diff on two actors.classCompareSubFlowsPerforms a diff on two actors.classCopyActorFor copying the currently selected actor(s) and placing them on the clipboard.classCopyActorCommandlineFor copying the currently selected actor and placing it on the clipboard.classCopyActorNameFor copying the name of the currently selected actor on the clipboard.classCopyActorPathFor copying the path(s) of the currently selected actor(s) and placing them on the clipboard.classCopyActorPlainTextFor copying the currently selected actor(s) and placing them on the clipboard.classCutActorFor cutting out the currently selected actor(s) and placing them on the clipboard.classEditActorFor editing/showing the options of an actor.classEditExternalFlowFor editing an external flow.classEditListenersFor editing currently attached listeners.classEncloseActorFor enclosing the actors in an actor handler.classEncloseActorAllMenu item for enclosing actors in all available actor handlers.classEncloseActorCommonMenu item for enclosing actors in common actor handlers.classEncloseActorCompactMenu item for enclosing actors in all/common/special actor handlers.classEncloseActorSpecialMenu item for enclosing actors in special actor handlers.classExpandAllFor expanding all actors below the currently selected one.classExpandCollapseExternalFlowFor expanding/collapsing of an external flow.classExportActorFor exporting an actor, eg to Java code.classExternalizeActorFor turning an actor into an external one.classHelpFor showing the help dialog for an actor.classInspectMemoryDetailsFor analyzing the memory consumption of an actor.classInspectMemorySizeFor analyzing the memory consumption of a sub-tree.classLastTemplateFor adding a subflow generated from a template, using the most recently used template scheme and insert position.classMakeConditionalFor turning an actor into its conditonal equivalent.classMakeInteractiveTakes one or more SetVariable standalones and turns them into a EnterManyValues actor inside a Trigger.classMakeTimedFor turning an actor into its timed equivalent.classMaterializeExternalActorMaterializes (= includes) an external actor.classMenuHeaderAdds a disabled menu item to the popup menu with the name of the current actor.classPasteActorAfterFor pasting the actor(s) from the clipboard after the current position.classPasteActorBeneathFor pasting the actor(s) from the clipboard beneath the current actor.classPasteActorHereFor pasting the actor(s) from the clipboard at the current position.classPullUpActorFor pulling up actors below a mutable actor handler, replacing the actor handler with them.classRemoveActorFor removing actors.classRemoveBookmarkFor removing breakpoints either below currently selected node or everywhere (if no actor selected).classRemoveBreakpointsFor removing breakpoints either below currently selected node or everywhere (if no actor selected).classRemoveListenersAllows the removal of attached flow execution listeners.classRenameActorFor renaming actors.classRunToHereAttaches a one-off breakpoint to the selected actor using its full name for aPathBreakpoint.classSeparatorAdds a separator to the menu.classSwapActorFor swapping one actor with another.classToggleStateFor enabling/disabling actors. -
Uses of AbstractPropertiesMenuItemAction in adams.gui.flow.tree.quickaction
Subclasses of AbstractPropertiesMenuItemAction in adams.gui.flow.tree.quickaction Modifier and Type Class Description classAbstractGOEQuickActionAncestor for GOE-based quick actions.classAbstractTreeQuickMenuItemActionAncestor for menu items in the quick action menu of the flow tree.classChangeCallableActorChanges the callable actor that is being referenced.classChangeExternalActorFileLets the user update the external actor file.classChangeStorageNameRenames the name of the storage item.classChangeVariableNameRenames the name of the variable.classChangeVariableValueChanges the value of the variable.classEditBooleanConditionLets the user edit the boolean condition.classEditBooleanExpressionTextLets the user edit a BooleanExpressionText.classEditCombineXExpressionLets the user edit the expression of a CombineVariables/Storage source.classEditConversionLets the user edit the conversion.classEditMathematicalExpressionTextLets the user edit a MathematicalExpressionText.classEditStorageValuesArrayNamesLets the user edit the variable names of a StorageValuesArray source.classEditStringConstantsStringsLets the user edit the strings of a StringConstants source.classEditVariablesArrayVariablesLets the user edit the variable names of a VariablesArray source.classEditWekaASEvaluatorLets the user edit the Weka attribute selection evaluator.classEditWekaASSearchLets the user edit the Weka attribute selection search.classEditWekaClassifierLets the user edit the Weka classifier.classEditWekaClustererLets the user edit the Weka clusterer.classEditWekaDataGeneratorLets the user edit the Weka data generator.classEditWekaFilterLets the user edit the Weka filter.classEditWekaStreamableFilterLets the user edit the Weka filter.classRenameActorRenames an actor. -
Uses of AbstractPropertiesMenuItemAction in adams.gui.tools.spreadsheetviewer.menu
Subclasses of AbstractPropertiesMenuItemAction in adams.gui.tools.spreadsheetviewer.menu Modifier and Type Class Description classAbstractSpreadSheetViewerMenuItemActionAncestor for simple menu item actions in the spreadsheet viewer.classDataChartGenerates a chart from the spreadsheet.classDataComputeDifferenceComputes the difference between two spreadsheets.classDataConvertConverts the spreadsheet.classDataFilterColumnsFilters the columns.classDataFilterRowsFilters the rows.classDataSortSorts the spreadsheet.classDataTransformFilters the columns.classEditClearClipboardClears the clipboard.classEditPasteAsNewLets the user paste a spreadsheet from the clipboard.classFileClosePageCloses the current page.classFileExitCloses the viewer.classFileOpenLets user open a spreadsheet.classFileSaveLets user save a modified spreadsheet.classFileSaveAsLets user save a spreadsheet under a new name.classHelpFormulasOpens the help for formulas.classHelpQueryOpens the help for queries.classViewCellRenderingCustomizerAllows the user to change the cell rendering customizer.classViewDecimalsAllows the user to enter the number of displayed decimals.classViewOptimalColumnWidthSets the optimal columns widths.classViewSetColumnWidthSets the user-supplied columns width.
-