Uses of Interface
adams.gui.action.BaseAction
-
-
Uses of BaseAction in adams.flow.transformer.pixelselector
Classes in adams.flow.transformer.pixelselector that implement BaseAction 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 BaseAction in adams.gui.action
Subinterfaces of BaseAction in adams.gui.action Modifier and Type Interface Description interfaceBaseActionWithGroupAction that offers a group name to be used for sorting.interfacePropertiesAction<T>Ancestor for actions that use a Properties file as basis for shortcuts, icons and mnemonics.Classes in adams.gui.action that implement BaseAction Modifier and Type Class Description classAbstractActionWithDialog<D extends Dialog>Actions that have an optional dialog associated which needs cleaning up.classAbstractBaseActionAction with some methods added for convenience.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.Methods in adams.gui.action with parameters of type BaseAction Modifier and Type Method Description intBaseActionComparator. compare(BaseAction o1, BaseAction o2)Compares its two arguments for order. -
Uses of BaseAction in adams.gui.core
Fields in adams.gui.core declared as BaseAction Modifier and Type Field Description protected BaseActionAbstractDoubleClickableComponentWithButtons. m_DoubleClickActionaction that gets executed when double-clicking list element.Methods in adams.gui.core that return BaseAction Modifier and Type Method Description BaseActionAbstractDoubleClickableComponentWithButtons. getDoubleClickAction()Returns the current action that gets executed when a list element is double-clicked.Methods in adams.gui.core with parameters of type BaseAction Modifier and Type Method Description voidAbstractDoubleClickableComponentWithButtons. setDoubleClickAction(BaseAction value)Sets the action that gets executed when a double-click on a list element occurs. -
Uses of BaseAction in adams.gui.flow.menu
Subinterfaces of BaseAction in adams.gui.flow.menu Modifier and Type Interface Description interfaceFlowEditorActionInterface for menu items in the menu of the flow editor.Classes in adams.gui.flow.menu that implement BaseAction 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. -
Uses of BaseAction in adams.gui.flow.notificationareaaction
Classes in adams.gui.flow.notificationareaaction that implement BaseAction 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 BaseAction in adams.gui.flow.tree.menu
Subinterfaces of BaseAction in adams.gui.flow.tree.menu Modifier and Type Interface Description interfaceTreePopupActionInterface for menu items in the popup menu of the flow tree.Classes in adams.gui.flow.tree.menu that implement BaseAction 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 BaseAction in adams.gui.flow.tree.quickaction
Subinterfaces of BaseAction in adams.gui.flow.tree.quickaction Modifier and Type Interface Description interfaceTreeQuickActionInterface for menu items in the quick action menu of the flow tree.Classes in adams.gui.flow.tree.quickaction that implement BaseAction 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 BaseAction in adams.gui.tools.filecommander
Classes in adams.gui.tools.filecommander that implement BaseAction 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 BaseAction in adams.gui.tools.findinfiles
Classes in adams.gui.tools.findinfiles that implement BaseAction 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 BaseAction in adams.gui.tools.previewbrowser.localfiles
Classes in adams.gui.tools.previewbrowser.localfiles that implement BaseAction 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 BaseAction in adams.gui.tools.remotecontrolcenter
Fields in adams.gui.tools.remotecontrolcenter declared as BaseAction Modifier and Type Field Description protected BaseActionRemoteControlCenterPanel. m_ActionFileClosethe action for closing the control center.protected BaseActionRemoteControlCenterPanel. m_ActionTabCloseAllTabsthe action for closing all tabs.protected BaseActionRemoteControlCenterPanel. m_ActionTabCloseTabthe action for closing a tab. -
Uses of BaseAction in adams.gui.tools.spreadsheetviewer.menu
Subinterfaces of BaseAction in adams.gui.tools.spreadsheetviewer.menu Modifier and Type Interface Description interfaceSpreadSheetViewerActionInterface for menu items in the menu of the spreadsheet viewer.Classes in adams.gui.tools.spreadsheetviewer.menu that implement BaseAction 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 BaseAction in adams.gui.tools.wekainvestigator
Fields in adams.gui.tools.wekainvestigator declared as BaseAction Modifier and Type Field Description protected BaseActionInvestigatorPanel. m_ActionFileClassAttributethe action for selecting the class attribute heuristic.protected BaseActionInvestigatorPanel. m_ActionFileClearthe action for clearing all datasets.protected BaseActionInvestigatorPanel. m_ActionFileClosethe action for closing the investigator.protected BaseActionInvestigatorPanel. m_ActionFileOpenthe action for loading a dataset.protected BaseActionInvestigatorPanel. m_ActionFileRelationNamethe action for selecting the relation name heuristic.protected BaseActionInvestigatorPanel. m_ActionFileStopJobthe action for stopping a job.protected BaseActionInvestigatorPanel. m_ActionTabCloseAllTabsthe action for closing all tabs.protected BaseActionInvestigatorPanel. m_ActionTabCloseTabthe action for closing a tab.protected BaseActionInvestigatorPanel. m_ActionTabCopyTabthe action for copying a tab.protected BaseActionInvestigatorPanel. m_ActionTabLoadParametersthe action for loading parameters for a tab.protected BaseActionInvestigatorPanel. m_ActionTabRenameTabthe action for renaming a tab.protected BaseActionInvestigatorPanel. m_ActionTabSaveParametersthe action for saving parmeters of a tab.protected BaseActionInvestigatorPanel. m_ActionTabUndoCloseTabthe action for undoing closed a tab. -
Uses of BaseAction in adams.gui.tools.wekainvestigator.datatable.action
Classes in adams.gui.tools.wekainvestigator.datatable.action that implement BaseAction 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 BaseAction in adams.gui.tools.wekainvestigator.source
Classes in adams.gui.tools.wekainvestigator.source that implement BaseAction 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 BaseAction in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Classes in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction that implement BaseAction 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 BaseAction in adams.gui.visualization.pdf.menu
Classes in adams.gui.visualization.pdf.menu that implement BaseAction 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 BaseAction in adams.gui.visualization.report.reportfactory
Classes in adams.gui.visualization.report.reportfactory that implement BaseAction 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.
-