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 class
AbstractPixelSelectorAction
Ancestor for actions for thePixelSelector
interactive transformer.class
AddClassification
Allows 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.class
BottomRightCorner
Allows the user to select a pixel location of the bottom-right corner.
Stores the location in 'Pixel.Right' and 'Pixel.Bottom'.class
SimpleSelect
Allows the user to select a pixel location.
Stores the location in 'Pixel.X' and 'Pixel.Y'.class
TopLeftCorner
Allows 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 interface
BaseActionWithGroup
Action that offers a group name to be used for sorting.interface
PropertiesAction<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 class
AbstractActionWithDialog<D extends Dialog>
Actions that have an optional dialog associated which needs cleaning up.class
AbstractBaseAction
Action with some methods added for convenience.class
AbstractBaseActionWithGroup
Ancestor for actions that support a group.class
AbstractPropertiesAction<T,D extends Dialog>
Ancestor for actions that use a Properties file as basis for shortcuts, icons and mnemonics.class
AbstractPropertiesCheckBoxMenuItemAction<T,D extends Dialog>
Ancestor for checkbox menu item actions.class
AbstractPropertiesMenuItemAction<T,D extends Dialog>
Ancestor for simple menu item actions.class
AbstractPropertiesSubMenuAction<T,D extends Dialog>
Ancestor for actions in the flow editor that generate a submenu.class
ToggleAction
A specialized action class for menu items derived from JCheckBoxMenuItem.Methods in adams.gui.action with parameters of type BaseAction Modifier and Type Method Description int
BaseActionComparator. 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 BaseAction
AbstractDoubleClickableComponentWithButtons. m_DoubleClickAction
action that gets executed when double-clicking list element.Methods in adams.gui.core that return BaseAction Modifier and Type Method Description BaseAction
AbstractDoubleClickableComponentWithButtons. 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 void
AbstractDoubleClickableComponentWithButtons. 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 interface
FlowEditorAction
Interface for menu items in the menu of the flow editor.Classes in adams.gui.flow.menu that implement BaseAction Modifier and Type Class Description class
AbstractFlowEditorCheckBoxMenuItemAction
Ancestor for checkbox menu item actions in the flow editor.class
AbstractFlowEditorMenuItemAction
Ancestor for simple menu item actions in the flow editor.class
AbstractFlowEditorSubMenuAction
Ancestor for actions in the flow editor that generate a submenu.class
ActiveClearGraphicalOutput
Removes all graphical output.class
ActiveDebug
Executes the active flow in debug mode.class
ActiveDisplayErrors
Displays errors from last run.class
ActiveGC
Enables/disables running GC after active flow execution.class
ActiveHeadless
Enables/disables headless mode for active flow.class
ActiveKill
Kills the active flow.class
ActivePauseResume
Pauses/resumes the active flow.class
ActiveRun
Executes the flow flagged as active (if any).class
ActiveStop
Stops the active flow.class
ActiveStorage
Brings up dialog with current storage items.class
ActiveValidateSetup
Validates the active setup.class
ActiveVariables
Brings up dialog with current variables of the active flow.class
EditCheckVariables
Checks the variable usage.class
EditCleanUpFlow
Cleans up the flow.class
EditClearClipboard
Clears the system clipboard.class
EditDiff
Shows differences between versions of flows.class
EditEnableUndo
Enables/disables undo.class
EditFind
Opens find dialog.class
EditIgnoreNameChanges
Enables/disables ignoring of actor name changes.class
EditInteractiveActors
Enables/disables interactive actors.class
EditListTODOs
Opens dialog for listing TODOs.class
EditLocateActor
Opens dialog for locating actor.class
EditLocateStorageName
Opens dialog for locating a storage item.class
EditLocateVariable
Opens dialog for locating a variable.class
EditProcessActors
Applies an actor processor.class
EditRedo
Performs redo.class
EditTimedActors
Enables/disables timed actors.class
EditUndo
Performs undo.class
FileCheckOnSave
Enables/disables flow check before saving.class
FileClose
Closes the editor.class
FileClosePage
Lets user close a page.class
FileExport
Lets user export a flow.class
FileImport
Lets user import a flow.class
FileNewFlow
Opens a new tab with an emptyFlow
.class
FileNewFromClipboard
Opens a new tab with the actor from the clipboard.class
FileOpen
Lets user open a flow.class
FileProperties
Displays properties of a flow.class
FileRevert
Lets user revert a flow to version from disk.class
FileSave
Lets user save a flow.class
FileSaveAs
Lets user save a flow under new filename.class
HelpActors
Shows help on actors.class
HelpBooleanExpression
Shows help on boolean expressions.class
HelpClasses
Shows help on classes.class
HelpMathematicalExpression
Shows help on mathematical expressions.class
HelpStringExpression
Shows help on string expressions.class
HelpVariables
Shows help on variables.class
RunClearGraphicalOutput
Removes all graphical output.class
RunDebug
Executes the flow in debug mode.class
RunDisableAllBreakpoints
Disables all breakpoints.class
RunDisplayErrors
Displays errors from last run.class
RunEnableAllBreakpoints
Enables all breakpoints.class
RunGC
Enables/disables running GC after flow execution.class
RunHeadless
Enables/disables headless mode.class
RunKill
Kills the flow.class
RunParseError
Opens dialog for parsing an error.class
RunPauseResume
Pauses/resumes the flow.class
RunRemoveAllBreakpoints
Removes all breakpoints.class
RunRun
Executes the flow.class
RunRunAll
Executes all the flow.class
RunStop
Stops the flow.class
RunStopAll
Stops all the flow.class
RunStorage
Brings up dialog with current storage items.class
RunValidateSetup
Validates the current setup.class
RunVariables
Brings up dialog with current variables.class
ViewFullExpansion
Fully expands the flow and displays it in a new tab.class
ViewRedraw
Redraws the flow.class
ViewShowAnnotations
Enables/disables annotation visibility.class
ViewShowInputOutput
Enables/disables input/output hints visibility.class
ViewShowQuickInfo
Enables/disables quickinfo visibility.class
ViewShowSource
Displays the source of the flow.class
ViewShowToolbar
Enables/disables toolbar visibility.class
ViewStatistics
Displays statistics about the flow.class
ViewZoom
Sets the zoom level of the flow.class
WindowDuplicateInTab
Duplicates the flow in a new page.class
WindowDuplicateInWindow
Duplicates the flow in a new window.class
WindowHalfHeight
Adjust the height to half the screen.class
WindowHalfWidth
Adjust the width to half the screen.class
WindowMoveToNewWindow
Moves the tab to a new editor window.class
WindowNew
Opens 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 class
AbstractNotificationAreaAction
Ancestor for actions on the notification area of the flow editor.class
CloseAndCleanUp
Closes the area panel and cleans up GUI output.class
Copy
Copies the content to the clipboard.class
Print
Lets the user print the content.class
Save
Saves the content to a file.class
SendErrorReport
Sends 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 interface
TreePopupAction
Interface 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 class
AbstractAddBreakpointAction
Ancestor for adding breakpoint actors.class
AbstractAddMostCommonActorAction
Ancestor for actions that add most common actors.class
AbstractCompareActors
Ancestor for performing a diff on two actors.class
AbstractEncloseActor
Ancestor for menu items that can enclose selected actors in an actor handler.class
AbstractFromTemplateAction
Ancestor for template actions.class
AbstractTreePopupMenuItemAction
Ancestor for menu items in the popup menu of the flow tree.class
AbstractTreePopupSubMenuAction
Ancestor for menu items in the popup menu of the flow tree.class
AddActor
Menu for adding actors.class
AddActorAfter
For adding an actor after the current position.class
AddActorBeneath
For adding an actor beneath the current one.class
AddActorHere
For adding an actor at the current position.class
AddBookmark
Adds bookmarks for the selected actors.class
AddBreakpoint
Menu for adding breakpoints.class
AddBreakpointAfter
For adding a breakpoint after the current position.class
AddBreakpointBeneath
For adding a breakpoint beneath the current actor.class
AddBreakpointHere
For adding a breakpoint at the current position.class
AddFromTemplate
Menu for adding actors.class
AddFromTemplateAfter
For adding a subflow generated from a template after the current position.class
AddFromTemplateBeneath
For adding a subflow generated from a template beneath the current actor.class
AddFromTemplateHere
For adding a subflow generated from a template at the current position.class
AddMostCommonActor
Menu for adding most common actors.class
AddMostCommonActorAfter
For adding one of the most common actors after.class
AddMostCommonActorBeneath
For adding one of the most common actors beneath.class
AddMostCommonActorHere
For adding one of the most common actors here.class
AnnotateActor
Shortcut for annotating actors.class
AttachBreakpointHere
Attaches a breakpoint to the selected actor using its full name for aPathBreakpoint
.class
AttachListener
Allows the attaching of flow execution listeners.class
Bookmark
Submenu for adding/removing bookmarks.class
CleanUpActorName
For cleaning up an actor name.class
CollapseAll
For collapsing all actors below the currently selected one.class
CompareActors
Performs a diff on two actors.class
CompareJustActors
Performs a diff on two actors.class
CompareSubFlows
Performs a diff on two actors.class
CopyActor
For copying the currently selected actor(s) and placing them on the clipboard.class
CopyActorCommandline
For copying the currently selected actor and placing it on the clipboard.class
CopyActorMore
Menu for additional copy actions.class
CopyActorName
For copying the name of the currently selected actor on the clipboard.class
CopyActorPath
For copying the path(s) of the currently selected actor(s) and placing them on the clipboard.class
CopyActorPlainText
For copying the currently selected actor(s) and placing them on the clipboard.class
CreateCallableActor
Menu for turning actors into callable actors, using the specified callable actor handler.class
CutActor
For cutting out the currently selected actor(s) and placing them on the clipboard.class
EditActor
For editing/showing the options of an actor.class
EditExternalFlow
For editing an external flow.class
EditListeners
For editing currently attached listeners.class
EncloseActor
For enclosing the actors in an actor handler.class
EncloseActorAll
Menu item for enclosing actors in all available actor handlers.class
EncloseActorCommon
Menu item for enclosing actors in common actor handlers.class
EncloseActorCompact
Menu item for enclosing actors in all/common/special actor handlers.class
EncloseActorSpecial
Menu item for enclosing actors in special actor handlers.class
ExpandAll
For expanding all actors below the currently selected one.class
ExpandCollapseExternalFlow
For expanding/collapsing of an external flow.class
ExportActor
For exporting an actor, eg to Java code.class
ExternalFlow
Submenu for handling external flows.class
ExternalizeActor
For turning an actor into an external one.class
FindUsages
Finds usages of callable actors, variables and storage items.class
GoTo
Jumps to the callable actor reference by this actor.class
Help
For showing the help dialog for an actor.class
InspectMemory
Memory inspection sub-menu.class
InspectMemoryDetails
For analyzing the memory consumption of an actor.class
InspectMemorySize
For analyzing the memory consumption of a sub-tree.class
LastTemplate
For adding a subflow generated from a template, using the most recently used template scheme and insert position.class
Listeners
Manages listeners (add/remove).class
MakeConditional
For turning an actor into its conditonal equivalent.class
MakeInteractive
Takes one or more SetVariable standalones and turns them into a EnterManyValues actor inside a Trigger.class
MakeTimed
For turning an actor into its timed equivalent.class
MaterializeExternalActor
Materializes (= includes) an external actor.class
MenuHeader
Adds a disabled menu item to the popup menu with the name of the current actor.class
PasteActor
Menu for adding actors.class
PasteActorAfter
For pasting the actor(s) from the clipboard after the current position.class
PasteActorBeneath
For pasting the actor(s) from the clipboard beneath the current actor.class
PasteActorHere
For pasting the actor(s) from the clipboard at the current position.class
PullUpActor
For pulling up actors below a mutable actor handler, replacing the actor handler with them.class
RemoveActor
For removing actors.class
RemoveBookmark
For removing breakpoints either below currently selected node or everywhere (if no actor selected).class
RemoveBreakpoints
For removing breakpoints either below currently selected node or everywhere (if no actor selected).class
RemoveListeners
Allows the removal of attached flow execution listeners.class
RenameActor
For renaming actors.class
RunToHere
Attaches a one-off breakpoint to the selected actor using its full name for aPathBreakpoint
.class
Separator
Adds a separator to the menu.class
SwapActor
For swapping one actor with another.class
ToggleState
For 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 interface
TreeQuickAction
Interface 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 class
AbstractGOEQuickAction
Ancestor for GOE-based quick actions.class
AbstractTreeQuickMenuItemAction
Ancestor for menu items in the quick action menu of the flow tree.class
ChangeCallableActor
Changes the callable actor that is being referenced.class
ChangeExternalActorFile
Lets the user update the external actor file.class
ChangeStorageName
Renames the name of the storage item.class
ChangeVariableName
Renames the name of the variable.class
ChangeVariableValue
Changes the value of the variable.class
EditBooleanCondition
Lets the user edit the boolean condition.class
EditBooleanExpressionText
Lets the user edit a BooleanExpressionText.class
EditCombineXExpression
Lets the user edit the expression of a CombineVariables/Storage source.class
EditConversion
Lets the user edit the conversion.class
EditMathematicalExpressionText
Lets the user edit a MathematicalExpressionText.class
EditStorageValuesArrayNames
Lets the user edit the variable names of a StorageValuesArray source.class
EditStringConstantsStrings
Lets the user edit the strings of a StringConstants source.class
EditVariablesArrayVariables
Lets the user edit the variable names of a VariablesArray source.class
EditWekaASEvaluator
Lets the user edit the Weka attribute selection evaluator.class
EditWekaASSearch
Lets the user edit the Weka attribute selection search.class
EditWekaClassifier
Lets the user edit the Weka classifier.class
EditWekaClusterer
Lets the user edit the Weka clusterer.class
EditWekaDataGenerator
Lets the user edit the Weka data generator.class
EditWekaFilter
Lets the user edit the Weka filter.class
EditWekaStreamableFilter
Lets the user edit the Weka filter.class
RenameActor
Renames an actor. -
Uses of BaseAction in adams.gui.tools.filecommander
Classes in adams.gui.tools.filecommander that implement BaseAction Modifier and Type Class Description class
AbstractFileCommanderAction
Ancestor for actions for theFileCommanderPanel
.class
Actions
Dummy action to keep the button enabled.class
Bzip2
Compresses a single file using Bzip2.class
Gzip
Compresses a single file using GZIP.class
Lzf
Compresses a single file using Lzf.class
Lzma
Compresses a single file using LZMA.class
Tar
Creates a Tar file from the selected files.class
Xz
Compresses a single file using XZ.class
Zip
Creates a ZIP file from the selected files.class
Zstd
Compresses 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 class
AbstractFindInFilesAction
Ancestor for actions in the Find in files panel.class
CopyDir
Copies the dir(s) to the clipboard.class
CopyFullPath
Copies the full path(s) to the clipboard.class
CopyName
Copies the name(s) to the clipboard.class
CopyTo
Copies the file(s) to the selected directory.class
MoveTo
Moves the file(s) to the selected directory.class
View
For 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 class
AbstractLocalFilesAction
Ancestor for actions that get applied to local files.class
CopyFileTo
Copies the file(s) to a location the user specifies.class
DeleteFiles
Deletes the selected files.class
DeleteStar
Deletes all files with the same prefix as the selected file.class
OpenFile
Opens a file with the associated application.class
PrintFile
Prints 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 BaseAction
RemoteControlCenterPanel. m_ActionFileClose
the action for closing the control center.protected BaseAction
RemoteControlCenterPanel. m_ActionTabCloseAllTabs
the action for closing all tabs.protected BaseAction
RemoteControlCenterPanel. m_ActionTabCloseTab
the 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 interface
SpreadSheetViewerAction
Interface 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 class
AbstractSpreadSheetViewerCheckBoxMenuItemAction
Ancestor for checkbox menu item actions in the spreadsheet viewer.class
AbstractSpreadSheetViewerMenuItemAction
Ancestor for simple menu item actions in the spreadsheet viewer.class
AbstractSpreadSheetViewerSubMenuAction
Ancestor for actions in the spreadsheet viewer that generate a submenu.class
DataChart
Generates a chart from the spreadsheet.class
DataComputeDifference
Computes the difference between two spreadsheets.class
DataConvert
Converts the spreadsheet.class
DataFilterColumns
Filters the columns.class
DataFilterRows
Filters the rows.class
DataSort
Sorts the spreadsheet.class
DataTransform
Filters the columns.class
EditClearClipboard
Clears the clipboard.class
EditPasteAsNew
Lets the user paste a spreadsheet from the clipboard.class
FileClosePage
Closes the current page.class
FileExit
Closes the viewer.class
FileGarbageCollectionOnClose
Whether to run garbage collection when closing panels.class
FileOpen
Lets user open a spreadsheet.class
FileSave
Lets user save a modified spreadsheet.class
FileSaveAs
Lets user save a spreadsheet under a new name.class
HelpFormulas
Opens the help for formulas.class
HelpQuery
Opens the help for queries.class
ViewApplyToAll
Whether settings to apply to all tabs.class
ViewCellRenderingCustomizer
Allows the user to change the cell rendering customizer.class
ViewDecimals
Allows the user to enter the number of displayed decimals.class
ViewOptimalColumnWidth
Sets the optimal columns widths.class
ViewSetColumnWidth
Sets the user-supplied columns width.class
ViewShowCellTypes
Allows the user to display the cell types or values.class
ViewShowFormulas
Allows 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 BaseAction
InvestigatorPanel. m_ActionFileClassAttribute
the action for selecting the class attribute heuristic.protected BaseAction
InvestigatorPanel. m_ActionFileClear
the action for clearing all datasets.protected BaseAction
InvestigatorPanel. m_ActionFileClose
the action for closing the investigator.protected BaseAction
InvestigatorPanel. m_ActionFileOpen
the action for loading a dataset.protected BaseAction
InvestigatorPanel. m_ActionFileRelationName
the action for selecting the relation name heuristic.protected BaseAction
InvestigatorPanel. m_ActionFileStopJob
the action for stopping a job.protected BaseAction
InvestigatorPanel. m_ActionTabCloseAllTabs
the action for closing all tabs.protected BaseAction
InvestigatorPanel. m_ActionTabCloseTab
the action for closing a tab.protected BaseAction
InvestigatorPanel. m_ActionTabCopyTab
the action for copying a tab.protected BaseAction
InvestigatorPanel. m_ActionTabLoadParameters
the action for loading parameters for a tab.protected BaseAction
InvestigatorPanel. m_ActionTabRenameTab
the action for renaming a tab.protected BaseAction
InvestigatorPanel. m_ActionTabSaveParameters
the action for saving parmeters of a tab.protected BaseAction
InvestigatorPanel. m_ActionTabUndoCloseTab
the 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 class
AbstractEditableDataTableAction
Ancestor for actions on the data displayed on a tab using aAbstractInvestigatorTabWithEditableDataTable
.class
Append
Appends the selected datasets into single dataset (one-after-the-other).class
Compatibility
Checks the compatibility of the selected datasets.class
Copy
Copies the selected dataset.class
Merge
Merges the selected datasets (side-by-side).class
Randomize
Randomizes the selected dataset.class
RandomSubset
Creates a random subset from a dataset and inserts it as a new dataset.class
RemoveTestSet
Removes the test instances from one dataset in another.class
Rename
Renames the selected dataset.class
Revert
Reverts the selected dataset (if possible).class
Save
Saves the selected data.class
SaveIndexedSplitsRuns
Saves the indexed splits runs generated from the selected data.class
Split
Creates 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 class
AbstractSource
Ancestor for additional "source" actions in the main menu.class
Clipboard
Parses content on the clipboard.class
Database
For loading data from a database.class
DataGenerator
For generating data using a data generator.class
SpreadSheet
For loading ADAMS spreadsheets.class
TextDirectory
Uses 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 class
AbstractSelectedAttributesAction
Ancestor for actions on ther checked attributes in thePreprocessTab
.class
ConvertToDate
Converts the selected string attributes to date ones.class
ConvertToNominal
Converts the selected attributes to nominal ones.class
ConvertToString
Converts the selected attributes to string ones.class
Remove
Removes the selected attributes.class
Rename
Renames the selected attribute.class
ReorderAttributes
Allows the user to reorder the attributes.class
UseAsClass
Uses 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 class
AbstractPDFViewerAction
TODO: What this class does.class
ToolExtractImages
Extracts images from the current PDF and saves them to the specified directory.class
ToolExtractPages
Extracts a range of pages from the current PDF and adds them as a new document.class
ToolExtractText
Extracts 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 class
AbstractTableAction
Ancestor for actions populating the popup menu of the Table class of theReportFactory
.class
AbstractTableActionWithDatabaseAccess
Ancestor for actions that require a valid DB-ID and a ReportProvider.class
AbstractTableActionWithDataContainerPanel
Ancestor for actions that require aDataContainerPanel
to be present.class
AddField
Allows the user to add a new field to the report.class
CopyFieldName
Copies the field name.class
CopyFieldValue
Copies the field value.class
DatabaseAddField
Allows the user to add a new field to the report.class
DatabaseModifyValue
Allows the user to modify values.class
DatabaseRemoveField
Removes the field from the report and updates the report in the database.class
ExcludedFlag
Sets the 'Excluded' flag and updates the database.class
ModifyValue
Allows the user to modify values.class
PrintReport
Prints the report.class
RemoveField
Removes the field from the report.class
SaveReport
Saves the report.class
Separator
Dummy action that represents a separatorclass
ViewValue
Allows the user to view values.
-