Package weka.gui.explorer.panels
Interface AdditionalExplorerPanel
-
- All Known Implementing Classes:
AbstractAdditionalExplorerPanel
public interface AdditionalExplorerPanelInterface for classes that supply additional Explorer panels.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description weka.gui.explorer.Explorer.ExplorerPanelgetExplorerPanel()Returns the panel to display.AbstractExplorerPanelHandlergetExplorerPanelHandler()Returns the associated panel handler.
-
-
-
Method Detail
-
getExplorerPanel
weka.gui.explorer.Explorer.ExplorerPanel getExplorerPanel()
Returns the panel to display.- Returns:
- the panel
-
getExplorerPanelHandler
AbstractExplorerPanelHandler getExplorerPanelHandler()
Returns the associated panel handler.- Returns:
- the handler
-
-