Uses of Class
weka.gui.explorer.AbstractExplorerPanelHandler
-
Packages that use AbstractExplorerPanelHandler Package Description weka.gui.explorer weka.gui.explorer.panels -
-
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
PreprocessHandler
Manages thePreprocessPanel
.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.
-