Uses of Class
adams.gui.action.AbstractBaseAction
-
-
Uses of AbstractBaseAction in adams.flow.transformer.pixelselector
Subclasses of AbstractBaseAction in adams.flow.transformer.pixelselector Modifier and Type Class Description classAbstractPixelSelectorActionAncestor for actions for thePixelSelectorinteractive transformer.classAddClassificationAllows the user to select a pixel location and add a corresponding classification for it.
Stores the location with prefix 'Pixel.X.' and 'Pixel.Y.' and the classification using 'Classification.' as prefix.classBottomRightCornerAllows the user to select a pixel location of the bottom-right corner.
Stores the location in 'Pixel.Right' and 'Pixel.Bottom'.classSimpleSelectAllows the user to select a pixel location.
Stores the location in 'Pixel.X' and 'Pixel.Y'.classTopLeftCornerAllows the user to select a pixel location of the top-left corner.
Stores the location in 'Pixel.Left' and 'Pixel.Top'. -
Uses of AbstractBaseAction in adams.gui.action
Subclasses of AbstractBaseAction in adams.gui.action Modifier and Type Class Description classAbstractActionWithDialog<D extends Dialog>Actions that have an optional dialog associated which needs cleaning up.classAbstractBaseActionWithGroupAncestor for actions that support a group.classAbstractPropertiesAction<T,D extends Dialog>Ancestor for actions that use a Properties file as basis for shortcuts, icons and mnemonics.classAbstractPropertiesCheckBoxMenuItemAction<T,D extends Dialog>Ancestor for checkbox menu item actions.classAbstractPropertiesMenuItemAction<T,D extends Dialog>Ancestor for simple menu item actions.classAbstractPropertiesSubMenuAction<T,D extends Dialog>Ancestor for actions in the flow editor that generate a submenu.classToggleActionA specialized action class for menu items derived from JCheckBoxMenuItem. -
Uses of AbstractBaseAction in adams.gui.flow
Fields in adams.gui.flow declared as AbstractBaseAction Modifier and Type Field Description protected AbstractBaseActionFlowRunnerPanel. m_ActionClosethe "close" action.protected AbstractBaseActionFlowRunnerPanel. m_ActionDuplicateWindowthe "duplicate window" action.protected AbstractBaseActionFlowRunnerPanel. m_ActionExecutionDisplayErrorsthe "display errors" action.protected AbstractBaseActionFlowRunnerPanel. m_ActionExecutionLogErrorsthe "log errors" action.protected AbstractBaseActionFlowRunnerPanel. m_ActionHeadlessthe "headless" item.protected AbstractBaseActionFlowRunnerPanel. m_ActionLoadthe "load" action.protected AbstractBaseActionFlowRunnerPanel. m_ActionNewWindowthe "new window" action.protected AbstractBaseActionFlowRunnerPanel. m_ActionPauseAndResumethe "pause" item.protected AbstractBaseActionFlowRunnerPanel. m_ActionRunthe "run" item.protected AbstractBaseActionFlowRunnerPanel. m_ActionStopthe "stop" action. -
Uses of AbstractBaseAction in adams.gui.flow.menu
Subclasses of AbstractBaseAction in adams.gui.flow.menu Modifier and Type Class Description classAbstractFlowEditorCheckBoxMenuItemActionAncestor for checkbox menu item actions in the flow editor.classAbstractFlowEditorMenuItemActionAncestor for simple menu item actions in the flow editor.classAbstractFlowEditorSubMenuActionAncestor for actions in the flow editor that generate a submenu.classActiveClearGraphicalOutputRemoves all graphical output.classActiveDebugExecutes the active flow in debug mode.classActiveDisplayErrorsDisplays errors from last run.classActiveGCEnables/disables running GC after active flow execution.classActiveHeadlessEnables/disables headless mode for active flow.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.classEditEnableUndoEnables/disables undo.classEditFindOpens find dialog.classEditIgnoreNameChangesEnables/disables ignoring of actor name changes.classEditInteractiveActorsEnables/disables interactive actors.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.classEditTimedActorsEnables/disables timed actors.classEditUndoPerforms undo.classFileCheckOnSaveEnables/disables flow check before saving.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.classRunGCEnables/disables running GC after flow execution.classRunHeadlessEnables/disables headless mode.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.classViewShowAnnotationsEnables/disables annotation visibility.classViewShowInputOutputEnables/disables input/output hints visibility.classViewShowQuickInfoEnables/disables quickinfo visibility.classViewShowSourceDisplays the source of the flow.classViewShowToolbarEnables/disables toolbar visibility.classViewStatisticsDisplays statistics about the flow.classViewZoomSets the zoom level of 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.Fields in adams.gui.flow.menu declared as AbstractBaseAction Modifier and Type Field Description protected AbstractBaseActionAbstractFlowEditorMenuItem. m_Actionthe underlying action.Methods in adams.gui.flow.menu that return AbstractBaseAction Modifier and Type Method Description AbstractBaseActionAbstractFlowEditorMenuItem. getAction()Returns the action to add to the flow editor menu.protected abstract AbstractBaseActionAbstractFlowEditorMenuItem. newAction()Creates the action to use.protected AbstractBaseActionShowTriggers. newAction()Creates the action to use. -
Uses of AbstractBaseAction in adams.gui.flow.notificationareaaction
Subclasses of AbstractBaseAction in adams.gui.flow.notificationareaaction Modifier and Type Class Description classAbstractNotificationAreaActionAncestor for actions on the notification area of the flow editor.classCloseAndCleanUpCloses the area panel and cleans up GUI output.classCopyCopies the content to the clipboard.classPrintLets the user print the content.classSaveSaves the content to a file.classSendErrorReportSends an error report to the support email address (if configured). -
Uses of AbstractBaseAction in adams.gui.flow.tree.menu
Subclasses of AbstractBaseAction 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.classAbstractTreePopupSubMenuActionAncestor for menu items in the popup menu of the flow tree.classAddActorMenu for adding actors.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.classAddBreakpointMenu for adding breakpoints.classAddBreakpointAfterFor adding a breakpoint after the current position.classAddBreakpointBeneathFor adding a breakpoint beneath the current actor.classAddBreakpointHereFor adding a breakpoint at the current position.classAddFromTemplateMenu for adding actors.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.classAddMostCommonActorMenu for adding most common actors.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.classBookmarkSubmenu for adding/removing bookmarks.classCleanUpActorNameFor cleaning up an actor name.classCollapseAllFor collapsing all actors below the currently selected one.classCompareActorsPerforms a diff on two actors.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.classCopyActorMoreMenu for additional copy actions.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.classCopyStorageNameFor copying storage names to the clipboard.classCopyVariableNameFor copying variable names to the clipboard.classCreateCallableActorMenu for turning actors into callable actors, using the specified callable actor handler.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.classExternalFlowSubmenu for handling external flows.classExternalizeActorFor turning an actor into an external one.classFindUsagesFinds usages of callable actors, variables and storage items.classGoToJumps to the callable actor reference by this actor.classHelpFor showing the help dialog for an actor.classInspectMemoryMemory inspection sub-menu.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.classListenersManages listeners (add/remove).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.classPasteActorMenu for adding actors.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 AbstractBaseAction in adams.gui.flow.tree.quickaction
Subclasses of AbstractBaseAction 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 AbstractBaseAction in adams.gui.goe
Fields in adams.gui.goe declared as AbstractBaseAction Modifier and Type Field Description protected AbstractBaseActionGenericArrayEditor. m_ActionRestorethe restore action.protected AbstractBaseActionGenericArrayEditor. m_ActionSortAscthe sort (asc) action.protected AbstractBaseActionGenericArrayEditor. m_ActionSortDescthe sort (desc) action. -
Uses of AbstractBaseAction in adams.gui.tools.filecommander
Subclasses of AbstractBaseAction in adams.gui.tools.filecommander Modifier and Type Class Description classAbstractFileCommanderActionAncestor for actions for theFileCommanderPanel.classActionsDummy action to keep the button enabled.classBzip2Compresses a single file using Bzip2.classGzipCompresses a single file using GZIP.classLzfCompresses a single file using Lzf.classLzmaCompresses a single file using LZMA.classTarCreates a Tar file from the selected files.classTerminalOpens a terminal in the active directory.classXzCompresses a single file using XZ.classZipCreates a ZIP file from the selected files.classZstdCompresses a single file using Zstd. -
Uses of AbstractBaseAction in adams.gui.tools.findinfiles
Subclasses of AbstractBaseAction in adams.gui.tools.findinfiles Modifier and Type Class Description classAbstractFindInFilesActionAncestor for actions in the Find in files panel.classCopyDirCopies the dir(s) to the clipboard.classCopyFullPathCopies the full path(s) to the clipboard.classCopyNameCopies the name(s) to the clipboard.classCopyToCopies the file(s) to the selected directory.classMoveToMoves the file(s) to the selected directory.classViewFor viewing the selected file. -
Uses of AbstractBaseAction in adams.gui.tools.previewbrowser.localfiles
Subclasses of AbstractBaseAction in adams.gui.tools.previewbrowser.localfiles Modifier and Type Class Description classAbstractLocalFilesActionAncestor for actions that get applied to local files.classCopyFileToCopies the file(s) to a location the user specifies.classDeleteFilesDeletes the selected files.classDeleteStarDeletes all files with the same prefix as the selected file.classOpenFileOpens a file with the associated application.classPrintFilePrints a file with the associated application. -
Uses of AbstractBaseAction in adams.gui.tools.spreadsheetviewer.menu
Subclasses of AbstractBaseAction in adams.gui.tools.spreadsheetviewer.menu Modifier and Type Class Description classAbstractSpreadSheetViewerCheckBoxMenuItemActionAncestor for checkbox menu item actions in the spreadsheet viewer.classAbstractSpreadSheetViewerMenuItemActionAncestor for simple menu item actions in the spreadsheet viewer.classAbstractSpreadSheetViewerSubMenuActionAncestor for actions in the spreadsheet viewer that generate a submenu.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.classFileGarbageCollectionOnCloseWhether to run garbage collection when closing panels.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.classViewApplyToAllWhether settings to apply to all tabs.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.classViewShowCellTypesAllows the user to display the cell types or values.classViewShowFormulasAllows the user to display formulas or the calculated values. -
Uses of AbstractBaseAction in adams.gui.tools.wekainvestigator.datatable.action
Subclasses of AbstractBaseAction in adams.gui.tools.wekainvestigator.datatable.action Modifier and Type Class Description classAbstractEditableDataTableActionAncestor for actions on the data displayed on a tab using aAbstractInvestigatorTabWithEditableDataTable.classAppendAppends the selected datasets into single dataset (one-after-the-other).classCompatibilityChecks the compatibility of the selected datasets.classCopyCopies the selected dataset.classMergeMerges the selected datasets (side-by-side).classRandomizeRandomizes the selected dataset.classRandomSubsetCreates a random subset from a dataset and inserts it as a new dataset.classRemoveTestSetRemoves the test instances from one dataset in another.classRenameRenames the selected dataset.classRevertReverts the selected dataset (if possible).classSaveSaves the selected data.classSaveIndexedSplitsRunsSaves the indexed splits runs generated from the selected data.classSplitCreates train/test splits from a dataset and inserts these as new datasets. -
Uses of AbstractBaseAction in adams.gui.tools.wekainvestigator.source
Subclasses of AbstractBaseAction in adams.gui.tools.wekainvestigator.source Modifier and Type Class Description classAbstractSourceAncestor for additional "source" actions in the main menu.classClipboardParses content on the clipboard.classDatabaseFor loading data from a database.classDataGeneratorFor generating data using a data generator.classSpreadSheetFor loading ADAMS spreadsheets.classTextDirectoryUses the TextDirectoryLoader to load text documents. -
Uses of AbstractBaseAction in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Subclasses of AbstractBaseAction in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction Modifier and Type Class Description classAbstractSelectedAttributesActionAncestor for actions on ther checked attributes in thePreprocessTab.classConvertToDateConverts the selected string attributes to date ones.classConvertToNominalConverts the selected attributes to nominal ones.classConvertToStringConverts the selected attributes to string ones.classRemoveRemoves the selected attributes.classRenameRenames the selected attribute.classReorderAttributesAllows the user to reorder the attributes.classUseAsClassUses the selected attribute as class attribute. -
Uses of AbstractBaseAction in adams.gui.visualization.pdf.menu
Subclasses of AbstractBaseAction in adams.gui.visualization.pdf.menu Modifier and Type Class Description classAbstractPDFViewerActionTODO: What this class does.classToolExtractImagesExtracts images from the current PDF and saves them to the specified directory.classToolExtractPagesExtracts a range of pages from the current PDF and adds them as a new document.classToolExtractTextExtracts text from a range of pages of the current PDF and displays it. -
Uses of AbstractBaseAction in adams.gui.visualization.report.reportfactory
Subclasses of AbstractBaseAction in adams.gui.visualization.report.reportfactory Modifier and Type Class Description classAbstractTableActionAncestor for actions populating the popup menu of the Table class of theReportFactory.classAbstractTableActionWithDatabaseAccessAncestor for actions that require a valid DB-ID and a ReportProvider.classAbstractTableActionWithDataContainerPanelAncestor for actions that require aDataContainerPanelto be present.classAddFieldAllows the user to add a new field to the report.classCopyFieldNameCopies the field name.classCopyFieldValueCopies the field value.classDatabaseAddFieldAllows the user to add a new field to the report.classDatabaseModifyValueAllows the user to modify values.classDatabaseRemoveFieldRemoves the field from the report and updates the report in the database.classExcludedFlagSets the 'Excluded' flag and updates the database.classModifyValueAllows the user to modify values.classPrintReportPrints the report.classRemoveFieldRemoves the field from the report.classSaveReportSaves the report.classSeparatorDummy action that represents a separatorclassViewValueAllows the user to view values.
-