Package adams.gui.goe
Class WekaEditorsRegistration.AccessibleGenericObjectEditor
- java.lang.Object
-
- weka.gui.GenericObjectEditor
-
- adams.gui.goe.WekaEditorsRegistration.AccessibleGenericObjectEditor
-
- All Implemented Interfaces:
PropertyEditor
,weka.gui.CustomPanelSupplier
- Enclosing class:
- WekaEditorsRegistration
public static class WekaEditorsRegistration.AccessibleGenericObjectEditor extends weka.gui.GenericObjectEditor
Subclass ofGenericObjectEditor
to get access to the class hierarchies.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
-
Fields inherited from class weka.gui.GenericObjectEditor
EDITOR_PROPERTIES, GUIEDITORS_PROPERTY_FILE, m_Backup, m_CancelWasPressed, m_canChangeClassInDialog, m_CapabilitiesFilter, m_ClassType, m_EditorComponent, m_EditorsRegistered, m_Enabled, m_History, m_Object, m_ObjectNames, m_ObjectPropertyPanel, m_ShowGlobalInfoToolTip, m_Support, m_treeNodeOfCurrentObject, PROPERTY_FILE
-
-
Constructor Summary
Constructors Constructor Description AccessibleGenericObjectEditor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Properties
getProperties()
Returns the editor properties.-
Methods inherited from class weka.gui.GenericObjectEditor
addChildrenToTree, addPropertyChangeListener, classSelected, createChooseClassButton, createTree, determineClasses, getAsText, getBackup, getCanChangeClassInDialog, getCapabilitiesFilter, getChooseClassPopupMenu, getClassesFromProperties, getClassnameFromPath, getCustomEditor, getCustomPanel, getHistory, getJavaInitializationString, getRootFromClass, getShowGlobalInfoToolTips, getTags, getValue, isPaintable, main, makeCopy, paintValue, registerEditor, registerEditors, removeCapabilitiesFilter, removePropertyChangeListener, setAsText, setCanChangeClassInDialog, setCapabilitiesFilter, setClassType, setDefaultValue, setEnabled, setObject, setShowGlobalInfoToolTips, setValue, sortClassesByRoot, supportsCustomEditor, updateObjectNames, wasCancelPressed
-
-
-
-
Method Detail
-
getProperties
public static Properties getProperties()
Returns the editor properties.- Returns:
- the properties.
-
-