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 classAssociationsHandlerManages theAssociationsPanel.classAttributeSelectionHandlerManages theAttributeSelectionPanel.classClassifierHandlerManages theClassifierPanel.classClustererHandlerManages theClustererPanel.classDefaultHandlerDummy handler, in case no other handler was located for an explorer panel.classExperimentHandlerManages theExperimentPanel.classPreprocessHandlerManages thePreprocessPanel.Fields in weka.gui.explorer with type parameters of type AbstractExplorerPanelHandler Modifier and Type Field Description protected static HashMap<Class,AbstractExplorerPanelHandler>WorkspaceHelper. m_AdditionalHandlersthe additional associations betweenExplorer.ExplorerPanelandAbstractExplorerPanelHandler.Methods in weka.gui.explorer that return AbstractExplorerPanelHandler Modifier and Type Method Description protected static AbstractExplorerPanelHandler[]WorkspaceHelper. getHandlers()Returns all available handlers, with theDefaultHandlerbeing the last one.Methods in weka.gui.explorer with parameters of type AbstractExplorerPanelHandler Modifier and Type Method Description static voidWorkspaceHelper. 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 AbstractExplorerPanelHandlerAbstractAdditionalExplorerPanel. getExplorerPanelHandler()Returns the associated panel handler.AbstractExplorerPanelHandlerAdditionalExplorerPanel. getExplorerPanelHandler()Returns the associated panel handler.
-