Package weka.gui.explorer.panels
Class AbstractAdditionalExplorerPanel
- java.lang.Object
-
- weka.gui.explorer.panels.AbstractAdditionalExplorerPanel
-
- All Implemented Interfaces:
AdditionalExplorerPanel
- Direct Known Subclasses:
ForecastingPanel
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.ExplorerPanelgetExplorerPanel()Returns the panel to display.abstract AbstractExplorerPanelHandlergetExplorerPanelHandler()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:
getExplorerPanelin interfaceAdditionalExplorerPanel- Returns:
- the panel
-
getExplorerPanelHandler
public abstract AbstractExplorerPanelHandler getExplorerPanelHandler()
Returns the associated panel handler.- Specified by:
getExplorerPanelHandlerin interfaceAdditionalExplorerPanel- Returns:
- the handler
-
getPanels
public static String[] getPanels()
Returns a list with classnames of panels.- Returns:
- the panel classnames
-
-