程序包 weka.gui
接口 CustomPanelSupplier
- 所有已知实现类:
GenericObjectEditor
public interface CustomPanelSupplier
An interface for objects that are capable of supplying their own
custom GUI components. The original purpose for this interface is
to provide a mechanism allowing the GenericObjectEditor to override
the standard PropertyPanel GUI.
- 版本:
- $Revision: 1.3 $
- 作者:
- Richard Kirkby (rkirkby@cs.waikato.ac.nz)
-
方法概要
-
方法详细资料
-
getCustomPanel
JPanel getCustomPanel()Gets the custom panel for the object.- 返回:
- the custom JPanel
-