Package adams.gui.goe

Class WekaEditorsRegistration.AccessibleGenericObjectEditor

  • All Implemented Interfaces:
    PropertyEditor, weka.gui.CustomPanelSupplier
    Enclosing class:
    WekaEditorsRegistration

    public static class WekaEditorsRegistration.AccessibleGenericObjectEditor
    extends weka.gui.GenericObjectEditor
    Subclass of GenericObjectEditor to get access to the class hierarchies.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Nested Class Summary

      • Nested classes/interfaces inherited from class weka.gui.GenericObjectEditor

        weka.gui.GenericObjectEditor.CapabilitiesFilterDialog, weka.gui.GenericObjectEditor.GOEPanel, weka.gui.GenericObjectEditor.GOETreeNode, weka.gui.GenericObjectEditor.JTreePopupMenu
    • 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
    • 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
    • Constructor Detail

      • AccessibleGenericObjectEditor

        public AccessibleGenericObjectEditor()
    • Method Detail

      • getProperties

        public static Properties getProperties()
        Returns the editor properties.
        Returns:
        the properties.