Package weka.gui
Interface CustomPanelSupplier
-
- All Known Implementing Classes:
EnvironmentField,EnvironmentField,FileEnvironmentField,FileEnvironmentField,GenericObjectEditor,PasswordField
public interface CustomPanelSupplierAn 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.- Version:
- $Revision: 8034 $
- Author:
- Richard Kirkby (rkirkby@cs.waikato.ac.nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.JPanelgetCustomPanel()Gets the custom panel for the object.
-