public class GenericObjectEditor
extends weka.gui.GenericObjectEditor
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG
whether to output some debugging information.
|
static java.lang.String |
MEKA_GUIEDITORS_PROPERTY_FILE
the properties files containing the class/editor mappings.
|
| Constructor and Description |
|---|
GenericObjectEditor()
Default constructor.
|
GenericObjectEditor(boolean canChangeClassInDialog)
Constructor that allows specifying whether it is possible
to change the class within the editor dialog.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
determineAllClasses() |
javax.swing.JPopupMenu |
getChooseClassPopupMenu()
Returns a popup menu that allows the user to change the class of object.
|
static void |
main(java.lang.String[] args)
For testing only.
|
static void |
registerAllEditors()
registers all the editors in WEKA and MEKA.
|
addPropertyChangeListener, determineClasses, getAsText, getBackup, getCanChangeClassInDialog, getCapabilitiesFilter, getClassnames, getCustomEditor, getCustomPanel, getJavaInitializationString, getTags, getValue, isPaintable, makeCopy, paintValue, registerEditor, registerEditors, removeCapabilitiesFilter, removePropertyChangeListener, setAsText, setCanChangeClassInDialog, setCapabilitiesFilter, setClassType, setDefaultValue, setEnabled, setValue, sortClassesByRoot, supportsCustomEditorpublic static final java.lang.String MEKA_GUIEDITORS_PROPERTY_FILE
public static boolean DEBUG
public GenericObjectEditor()
public GenericObjectEditor(boolean canChangeClassInDialog)
canChangeClassInDialog - whether the user can change the classpublic static void determineAllClasses()
public static void registerAllEditors()
public javax.swing.JPopupMenu getChooseClassPopupMenu()
getChooseClassPopupMenu in class weka.gui.GenericObjectEditorpublic static void main(java.lang.String[] args)
args - ignored