Package adams.core
Interface StatusMessageHandler
-
- All Known Subinterfaces:
FlowWorkerHandler,StatusMessageHandlerExt
- All Known Implementing Classes:
AbstractAssociatorEvaluation,AbstractAttributeSelectionEvaluation,AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot,AbstractClassifierEvaluation,AbstractClustererEvaluation,AbstractConfigDatabaseConnectionPanel,AbstractDatabaseConnectionPanel,AbstractDataContainerZoomOverviewPanel,AbstractEditableDataTableAction,AbstractEvaluation,AbstractExperimentSetup,AbstractFileCommanderAction,AbstractInvestigatorTab,AbstractInvestigatorTabWithDataTable,AbstractInvestigatorTabWithEditableDataTable,AbstractNotificationAreaAction,AbstractScriptingDialog,AbstractSelectedAttributesAction,AbstractSource,AbstractWorkspacePanelWithStatusBar,Actions,Append,AssociateTab,AttributeSelectionTab,BaseStatusBar,BoxPlotTab,BuildModel,BuildModel,Bzip2,ClassesToClusters,ClassifyTab,Clipboard,CloseAndCleanUp,ClusterTab,CompareTab,Compatibility,ConvertToDate,ConvertToNominal,ConvertToString,Copy,Copy,CrossValidation,CrossValidation,CrossValidation,CrossValidationSetup,Database,DatabaseConnectionPanel,DataContainerPanel,DataContainerPanelWithContainerList,DataContainerPanelWithSidePanel,DataGenerator,DataQueryTab,DataTab,ExperimenterPanel,ExperimentTab,FileCommanderPanel,FlowControlCenterPanel,FlowEditorPanel,FlowPanel,FlowRunnerPanel,FlowWorker,FromPredictions,Gzip,ImagePanel,IndependentComponentsTab,IndexedSplitsRunsEvaluation,InstanceComparePanel,InstanceExplorer,InstancePanel,InstanceTab,InstanceZoomOverviewPanel,InvestigatorPanel,LogTab,Lzf,Lzma,MatrixTab,Merge,PartialLeastSquaresTab,PreprocessTab,PrincipalComponentsTab,Print,Randomize,RandomSubset,ReevaluateModel,ReevaluateModel,Remove,RemoveTestSet,Rename,Rename,ReorderAttributes,RepeatedCrossValidation,Revert,Save,Save,SaveIndexedSplitsRuns,ScatterPlotTab,ScriptingDialog,SendErrorReport,SequencePlotterPanel,Split,SpreadSheet,SpreadSheetExplorer,SpreadSheetRowPanel,SpreadSheetRowZoomOverviewPanel,Tar,Terminal,TextDirectory,TimeseriesExplorer,TimeseriesPanel,TimeseriesZoomOverviewPanel,Train,Train,TrainTestSet,TrainTestSet,TrainTestSplit,TrainTestSplit,TrainTestSplitSetup,TrainValidateTestSet,UseAsClass,XYSequencePanel,Xz,Zip,Zstd
public interface StatusMessageHandlerInterface for classes that can display a message string.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshowStatus(String msg)Displays a message.
-
-
-
Method Detail
-
showStatus
void showStatus(String msg)
Displays a message.- Parameters:
msg- the message to display
-
-