Class NamespacePropertyEditor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Component getCustomEditor()  
      java.lang.String[] getOptionDescriptions()
      Gets the descriptions of the options that this editor is editing.
      java.lang.String[] getOptionNames()
      Gets the names of the options that this editor is editing.
      java.lang.Object getValue()  
      void setValue​(java.lang.Object value)  
      boolean supportsCustomEditor()  
      • Methods inherited from class java.beans.PropertyEditorSupport

        addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NamespacePropertyEditor

        public NamespacePropertyEditor()
    • Method Detail

      • setValue

        public void setValue​(java.lang.Object value)
        Specified by:
        setValue in interface java.beans.PropertyEditor
        Overrides:
        setValue in class java.beans.PropertyEditorSupport
      • getOptionDescriptions

        public java.lang.String[] getOptionDescriptions()
        Description copied from interface: CustomOptionsEditor
        Gets the descriptions of the options that this editor is editing.
        Specified by:
        getOptionDescriptions in interface CustomOptionsEditor
        Returns:
        the descriptions of the options that this editor is editing.
      • getOptionNames

        public java.lang.String[] getOptionNames()
        Description copied from interface: CustomOptionsEditor
        Gets the names of the options that this editor is editing.
        Specified by:
        getOptionNames in interface CustomOptionsEditor
        Returns:
        the names of the options that this editor is editing.
      • getValue

        public java.lang.Object getValue()
        Specified by:
        getValue in interface java.beans.PropertyEditor
        Overrides:
        getValue in class java.beans.PropertyEditorSupport
      • getCustomEditor

        public java.awt.Component getCustomEditor()
        Specified by:
        getCustomEditor in interface java.beans.PropertyEditor
        Overrides:
        getCustomEditor in class java.beans.PropertyEditorSupport
      • supportsCustomEditor

        public boolean supportsCustomEditor()
        Specified by:
        supportsCustomEditor in interface java.beans.PropertyEditor
        Overrides:
        supportsCustomEditor in class java.beans.PropertyEditorSupport