Java weka.gui GenericObjectEditor fields, constructors, methods, implement or subclass

Example usage for Java weka.gui GenericObjectEditor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.gui GenericObjectEditor.

The text is from its open source code.

Subclass

weka.gui.GenericObjectEditor has subclasses.
Click this link to see all its subclasses.

Constructor

GenericObjectEditor()
Default constructor.
GenericObjectEditor(boolean canChangeClassInDialog)
Constructor that allows specifying whether it is possible to change the class within the editor dialog.

Method

java.awt.ComponentgetCustomEditor()
Returns the array editing component.
ObjectgetValue()
Gets the current, configured object.
voidsetClassType(Class type)
Sets the class of values that can be edited.
voidsetValue(Object o)
Sets the current Object.