Example usage for Java weka.gui GenericObjectEditor fields, constructors, methods, implement or subclass
The text is from its open source code.
GenericObjectEditor() Default constructor. | |
GenericObjectEditor(boolean canChangeClassInDialog) Constructor that allows specifying whether it is possible to change the class within the editor dialog. |
java.awt.Component | getCustomEditor() Returns the array editing component. |
Object | getValue() Gets the current, configured object. |
void | setClassType(Class> type) Sets the class of values that can be edited. |
void | setValue(Object o) Sets the current Object. |