Uses of Interface
adams.core.StatusMessageHandler
-
-
Uses of StatusMessageHandler in adams.core
Subinterfaces of StatusMessageHandler in adams.core Modifier and Type Interface Description interface
StatusMessageHandlerExt
Interface for classes that can display a message string, either left or right. -
Uses of StatusMessageHandler in adams.flow.setup
Fields in adams.flow.setup declared as StatusMessageHandler Modifier and Type Field Description protected StatusMessageHandler
FlowSetupManager. m_StatusMessageHandler
the handler to use for displaying messages.Methods in adams.flow.setup that return StatusMessageHandler Modifier and Type Method Description StatusMessageHandler
FlowSetupManager. getStatusMessageHandler()
Returns the current handler for status messages.Methods in adams.flow.setup with parameters of type StatusMessageHandler Modifier and Type Method Description void
FlowSetupManager. setStatusMessageHandler(StatusMessageHandler value)
Sets the handler for status messages. -
Uses of StatusMessageHandler in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement StatusMessageHandler Modifier and Type Class Description class
SequencePlotterPanel
The panel that plots all the sequences. -
Uses of StatusMessageHandler in adams.gui.core
Classes in adams.gui.core that implement StatusMessageHandler Modifier and Type Class Description class
BaseStatusBar
A bar for displaying status messages (left and right). -
Uses of StatusMessageHandler in adams.gui.dialog
Classes in adams.gui.dialog that implement StatusMessageHandler Modifier and Type Class Description class
AbstractConfigDatabaseConnectionPanel
A panel for connecting to a (config) database.class
AbstractDatabaseConnectionPanel
A panel for connecting to a database.class
DatabaseConnectionPanel
A panel for connecting to a database. -
Uses of StatusMessageHandler in adams.gui.flow
Subinterfaces of StatusMessageHandler in adams.gui.flow Modifier and Type Interface Description interface
FlowWorkerHandler
Interface for classes that can make use of theFlowWorker
worker class.Classes in adams.gui.flow that implement StatusMessageHandler Modifier and Type Class Description class
FlowControlCenterPanel
A panel that functions as control center for flows.class
FlowEditorPanel
A panel for setting up, modifying, saving and loading "simple" flows.class
FlowPanel
A panel for setting up, modifying, saving and loading "simple" flows.class
FlowRunnerPanel
Panel that allows the execution of flows.class
FlowWorker
Specialized worker class for executing a flow. -
Uses of StatusMessageHandler in adams.gui.flow.notificationareaaction
Classes in adams.gui.flow.notificationareaaction that implement StatusMessageHandler 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 StatusMessageHandler in adams.gui.menu
Classes in adams.gui.menu that implement StatusMessageHandler Modifier and Type Class Description static class
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
For plotting the performance of the genetic algorithm. -
Uses of StatusMessageHandler in adams.gui.scripting
Classes in adams.gui.scripting that implement StatusMessageHandler Modifier and Type Class Description class
AbstractScriptingDialog
A dialog for loading/saving and executing scripts.class
ScriptingDialog
A dialog for loading/saving and executing scripts.Methods in adams.gui.scripting that return StatusMessageHandler Modifier and Type Method Description StatusMessageHandler
AbstractCommandProcessor. getStatusMessageHandler()
Returns the status message handler, if available. -
Uses of StatusMessageHandler in adams.gui.tools
Classes in adams.gui.tools that implement StatusMessageHandler Modifier and Type Class Description class
FileCommanderPanel
File manager with two-pane interface, similar to the Midnight Commander. -
Uses of StatusMessageHandler in adams.gui.tools.filecommander
Classes in adams.gui.tools.filecommander that implement StatusMessageHandler 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 StatusMessageHandler in adams.gui.tools.wekainvestigator
Classes in adams.gui.tools.wekainvestigator that implement StatusMessageHandler Modifier and Type Class Description class
InvestigatorPanel
The main panel for the Investigator. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.datatable.action
Classes in adams.gui.tools.wekainvestigator.datatable.action that implement StatusMessageHandler 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 StatusMessageHandler in adams.gui.tools.wekainvestigator.evaluation
Classes in adams.gui.tools.wekainvestigator.evaluation that implement StatusMessageHandler Modifier and Type Class Description class
AbstractEvaluation<T extends AbstractInvestigatorTab,R extends AbstractResultItem>
Ancestor for evaluation setups. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.source
Classes in adams.gui.tools.wekainvestigator.source that implement StatusMessageHandler 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 StatusMessageHandler in adams.gui.tools.wekainvestigator.tab
Classes in adams.gui.tools.wekainvestigator.tab that implement StatusMessageHandler Modifier and Type Class Description class
AbstractInvestigatorTab
Ancestor for tabs in the Investigator.class
AbstractInvestigatorTabWithDataTable
Ancestor for tabs that have the data table on top.class
AbstractInvestigatorTabWithEditableDataTable
Ancestor for tabs with modifiable data table.class
AssociateTab
Tab for associators.class
AttributeSelectionTab
Tab for attribute selection.class
BoxPlotTab
Visualizes the selected dataset as box plot.class
ClassifyTab
Tab for classification.class
ClusterTab
Tab for clustering.class
CompareTab
For comparing datasets.class
DataQueryTab
Allows the execution of an SQL-like query to manipulate datasets.class
DataTab
Lists the currently loaded datasets.class
ExperimentTab
Tab for running experiment on selected dataset/classifier.class
IndependentComponentsTab
Visualizes the ICA components/sources and ICA space calculated from the selected dataset.class
InstanceTab
Visualizes the selected dataset like the instance explorer.class
LogTab
Just displays the log messages.class
MatrixTab
Visualizes the selected dataset as matrix plot.class
PartialLeastSquaresTab
Visualizes the PLS loadings and PLS space calculated from the selected dataset.class
PreprocessTab
Preprocessing tab.class
PrincipalComponentsTab
Visualizes the PCA loadings and PCA space calculated from the selected dataset.class
ScatterPlotTab
For plotting attributes against each other. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation
Classes in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation that implement StatusMessageHandler Modifier and Type Class Description class
AbstractAssociatorEvaluation
Ancestor for associator evaluation setups.class
Train
Builds an associator on a dataset. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation
Classes in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation that implement StatusMessageHandler Modifier and Type Class Description class
AbstractAttributeSelectionEvaluation
Ancestor for attribute selection evaluation setups.class
CrossValidation
Performs cross-validation.class
Train
Performs attribute selection on the train data. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Classes in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation that implement StatusMessageHandler Modifier and Type Class Description class
AbstractClassifierEvaluation
Ancestor for classifier evaluation setups.class
BuildModel
Builds a model and serializes it to a file.class
CrossValidation
Performs cross-validation.class
FromPredictions
Loads predictions from a spreadsheet for evaluation.class
IndexedSplitsRunsEvaluation
Performs the evaluation according to the provided indexed splits.class
ReevaluateModel
Re-evaluates a serialized model.class
RepeatedCrossValidation
Performs repeated cross-validation.class
TrainTestSet
Uses dedicated train/test sets.class
TrainTestSplit
Uses a (random) percentage split to generate train/test.class
TrainValidateTestSet
Uses dedicated train/validate/test sets. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Classes in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation that implement StatusMessageHandler Modifier and Type Class Description class
AbstractClustererEvaluation
Ancestor for clusterer evaluation setups.class
BuildModel
Builds a model and serializes it to a file.class
ClassesToClusters
Tries to map the clusters of the built clusterer to the class labels in the dataset.class
CrossValidation
Performs cross-validation.class
ReevaluateModel
Re-evaluates a serialized model.class
TrainTestSet
Uses dedicated train/test sets.class
TrainTestSplit
Uses a (random) percentage split to generate train/test. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.tab.experimenttab.setup
Classes in adams.gui.tools.wekainvestigator.tab.experimenttab.setup that implement StatusMessageHandler Modifier and Type Class Description class
AbstractExperimentSetup
Ancestor for experiment setups.class
CrossValidationSetup
Setup for a cross-validation experiment.class
TrainTestSplitSetup
Setup for a train/test-split experiment. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Classes in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction that implement StatusMessageHandler 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 StatusMessageHandler in adams.gui.tools.wekamultiexperimenter
Classes in adams.gui.tools.wekamultiexperimenter that implement StatusMessageHandler Modifier and Type Class Description class
ExperimenterPanel
The Experimenter panel. -
Uses of StatusMessageHandler in adams.gui.tools.wekamultiexperimenter.experiment
Fields in adams.gui.tools.wekamultiexperimenter.experiment declared as StatusMessageHandler Modifier and Type Field Description protected StatusMessageHandler
AbstractExperiment. m_StatusMessageHandler
for notifications.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return StatusMessageHandler Modifier and Type Method Description StatusMessageHandler
AbstractExperiment. getStatusMessageHandler()
Returns the current status message handler in use.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type StatusMessageHandler Modifier and Type Method Description void
AbstractExperiment. setStatusMessageHandler(StatusMessageHandler value)
Sets the status message handler to use. -
Uses of StatusMessageHandler in adams.gui.visualization.container
Classes in adams.gui.visualization.container that implement StatusMessageHandler Modifier and Type Class Description class
AbstractDataContainerZoomOverviewPanel<P extends DataContainerPanel,C extends Paintlet,Z extends AbstractDataContainerZoomOverviewPaintlet,T extends DataContainer,M extends AbstractContainerManager>
Panel that shows the zoom in the data container panel as overlay.class
DataContainerPanel<T extends DataContainer,M extends AbstractContainerManager>
Special panel for displaying the DataContainer data.class
DataContainerPanelWithContainerList<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>
Data container panel with a container list in the side panel.class
DataContainerPanelWithSidePanel<T extends DataContainer,M extends AbstractContainerManager>
Special panel for displaying the DataContainer data and a side panel with additional information.Fields in adams.gui.visualization.container declared as StatusMessageHandler Modifier and Type Field Description protected StatusMessageHandler
DataContainerPanel. m_StatusMessageHandler
a status message handler for displaying status messages.Methods in adams.gui.visualization.container that return StatusMessageHandler Modifier and Type Method Description StatusMessageHandler
DataContainerPanel. getStatusMessageHandler()
Returns the currently set handler for status messages.Methods in adams.gui.visualization.container with parameters of type StatusMessageHandler Modifier and Type Method Description void
DataContainerPanel. setStatusMessageHandler(StatusMessageHandler value)
Sets the handler for status messages. -
Uses of StatusMessageHandler in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement StatusMessageHandler Modifier and Type Class Description class
ImagePanel
For displaying a single image. -
Uses of StatusMessageHandler in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement StatusMessageHandler Modifier and Type Class Description class
InstanceComparePanel
A tool for comparing two datasets visually.class
InstanceExplorer
A panel for exploring Instances visually.class
InstancePanel
A panel for displaying instances.class
InstanceZoomOverviewPanel
Panel that shows the zoom in the TIC panel as overlay. -
Uses of StatusMessageHandler in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement StatusMessageHandler Modifier and Type Class Description class
XYSequencePanel
A panel for displaying XY sequences. -
Uses of StatusMessageHandler in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement StatusMessageHandler Modifier and Type Class Description class
SpreadSheetExplorer
A panel for exploring Instances visually.class
SpreadSheetRowPanel
A panel for displaying instances.class
SpreadSheetRowZoomOverviewPanel
Panel that shows the zoom in the TIC panel as overlay. -
Uses of StatusMessageHandler in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement StatusMessageHandler Modifier and Type Class Description class
TimeseriesExplorer
A panel for exploring Timeseries, manipulating them with filters, etc.class
TimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>
Special panel for displaying the spectral data.class
TimeseriesZoomOverviewPanel
Panel that shows the zoom in the timeseries panel as overlay. -
Uses of StatusMessageHandler in adams.gui.workspace
Classes in adams.gui.workspace that implement StatusMessageHandler Modifier and Type Class Description class
AbstractWorkspacePanelWithStatusBar
The ancestor for a workspace panel that also have a statusbar. -
Uses of StatusMessageHandler in adams.multiprocess
Fields in adams.multiprocess declared as StatusMessageHandler Modifier and Type Field Description protected StatusMessageHandler
WekaCrossValidationExecution. m_StatusMessageHandler
for outputting notifications.protected StatusMessageHandler
WekaCrossValidationJob. m_StatusMessageHandler
for outputting notifications.Methods in adams.multiprocess that return StatusMessageHandler Modifier and Type Method Description StatusMessageHandler
WekaCrossValidationExecution. getStatusMessageHandler()
Returns the status message handler for outputting notifications.StatusMessageHandler
WekaCrossValidationJob. getStatusMessageHandler()
Returns the status message handler.Methods in adams.multiprocess with parameters of type StatusMessageHandler Modifier and Type Method Description void
WekaCrossValidationExecution. setStatusMessageHandler(StatusMessageHandler value)
Sets the status message handler for outputting notifications.Constructors in adams.multiprocess with parameters of type StatusMessageHandler Constructor Description WekaCrossValidationJob(weka.classifiers.Classifier classifier, weka.core.Instances train, weka.core.Instances test, int fold, boolean discardPred, StatusMessageHandler handler)
Initializes the job.
-