Uses of Class
weka.gui.explorer.AbstractExplorerPanelHandler
-
Packages that use AbstractExplorerPanelHandler Package Description weka.classifiers.timeseries.gui weka.gui.explorer weka.gui.explorer.panels -
-
Uses of AbstractExplorerPanelHandler in weka.classifiers.timeseries.gui
Subclasses of AbstractExplorerPanelHandler in weka.classifiers.timeseries.gui Modifier and Type Class Description class
ExplorerTSPanelHandler
Handles theExplorerTSPanelPublic
panel. -
Uses of AbstractExplorerPanelHandler in weka.gui.explorer
Subclasses of AbstractExplorerPanelHandler in weka.gui.explorer Modifier and Type Class Description class
AssociationsHandler
Manages theAssociationsPanel
.class
AttributeSelectionHandler
Manages theAttributeSelectionPanel
.class
ClassifierHandler
Manages theClassifierPanel
.class
ClustererHandler
Manages theClustererPanel
.class
DefaultHandler
Dummy handler, in case no other handler was located for an explorer panel.class
ExperimentHandler
Manages theExperimentPanel
.class
ForecastingHandler
Manages theExplorerTSPanel
(wrapper handler).class
PreprocessHandler
Manages thePreprocessPanel
.Fields in weka.gui.explorer declared as AbstractExplorerPanelHandler Modifier and Type Field Description protected AbstractExplorerPanelHandler
ForecastingHandler. m_Handler
the actual handler.Fields in weka.gui.explorer with type parameters of type AbstractExplorerPanelHandler Modifier and Type Field Description protected static HashMap<Class,AbstractExplorerPanelHandler>
WorkspaceHelper. m_AdditionalHandlers
the additional associations betweenExplorer.ExplorerPanel
andAbstractExplorerPanelHandler
.Methods in weka.gui.explorer that return AbstractExplorerPanelHandler Modifier and Type Method Description protected static AbstractExplorerPanelHandler[]
WorkspaceHelper. getHandlers()
Returns all available handlers, with theDefaultHandler
being the last one.Methods in weka.gui.explorer with parameters of type AbstractExplorerPanelHandler Modifier and Type Method Description static void
WorkspaceHelper. registerAdditionalHandler(Class explorerPanel, AbstractExplorerPanelHandler handler)
Registers an additional handler for anExplorer.ExplorerPanel
. -
Uses of AbstractExplorerPanelHandler in weka.gui.explorer.panels
Methods in weka.gui.explorer.panels that return AbstractExplorerPanelHandler Modifier and Type Method Description abstract AbstractExplorerPanelHandler
AbstractAdditionalExplorerPanel. getExplorerPanelHandler()
Returns the associated panel handler.AbstractExplorerPanelHandler
AdditionalExplorerPanel. getExplorerPanelHandler()
Returns the associated panel handler.AbstractExplorerPanelHandler
ForecastingPanel. getExplorerPanelHandler()
Returns the associated panel handler.
-