Package weka.gui.explorer.panels
Class AbstractAdditionalExplorerPanel
- java.lang.Object
-
- weka.gui.explorer.panels.AbstractAdditionalExplorerPanel
-
- All Implemented Interfaces:
AdditionalExplorerPanel
public abstract class AbstractAdditionalExplorerPanel extends Object implements AdditionalExplorerPanel
Wrapper class for additional panels to be displayed in the Explorer.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description AbstractAdditionalExplorerPanel()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract weka.gui.explorer.Explorer.ExplorerPanel
getExplorerPanel()
Returns the panel to display.abstract AbstractExplorerPanelHandler
getExplorerPanelHandler()
Returns the associated panel handler.static String[]
getPanels()
Returns a list with classnames of panels.
-
-
-
Method Detail
-
getExplorerPanel
public abstract weka.gui.explorer.Explorer.ExplorerPanel getExplorerPanel()
Returns the panel to display.- Specified by:
getExplorerPanel
in interfaceAdditionalExplorerPanel
- Returns:
- the panel
-
getExplorerPanelHandler
public abstract AbstractExplorerPanelHandler getExplorerPanelHandler()
Returns the associated panel handler.- Specified by:
getExplorerPanelHandler
in interfaceAdditionalExplorerPanel
- Returns:
- the handler
-
getPanels
public static String[] getPanels()
Returns a list with classnames of panels.- Returns:
- the panel classnames
-
-