接口 Explorer.ExplorerPanel
- 所有已知实现类:
AssociationsPanel
,AttributeSelectionPanel
,ClassifierPanel
,ClustererPanel
,PreprocessPanel
,VisualizePanel
- 封闭类:
- Explorer
public static interface Explorer.ExplorerPanel
A common interface for panels to be displayed in the Explorer
- 版本:
- $Revision: 10438 $
- 作者:
- FracPete (fracpete at waikato dot ac dot nz)
-
方法概要
修饰符和类型方法说明returns the parent Explorer frameReturns the title for the tab in the ExplorerReturns the tooltip for the tab in the Explorervoid
setExplorer
(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)void
setInstances
(Instances inst) Tells the panel to use a new set of instances.
-
方法详细资料
-
setExplorer
Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)- 参数:
parent
- the parent frame
-
getExplorer
Explorer getExplorer()returns the parent Explorer frame- 返回:
- the parent
-
setInstances
Tells the panel to use a new set of instances.- 参数:
inst
- a set of Instances
-
getTabTitle
String getTabTitle()Returns the title for the tab in the Explorer- 返回:
- the title of this tab
-
getTabTitleToolTip
String getTabTitleToolTip()Returns the tooltip for the tab in the Explorer- 返回:
- the tooltip of this tab
-