Class CompositeEditor

  • All Implemented Interfaces:
    java.beans.PropertyEditor

    public class CompositeEditor
    extends java.beans.PropertyEditorSupport
    Since:
    2.0
    • Constructor Summary

      Constructors 
      Constructor Description
      CompositeEditor​(java.beans.PropertyEditor... editors)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.beans.PropertyEditor> getPropertyEditors()  
      void setAsText​(java.lang.String s)  
      • Methods inherited from class java.beans.PropertyEditorSupport

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

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

      • CompositeEditor

        public CompositeEditor​(java.beans.PropertyEditor... editors)
    • Method Detail

      • setAsText

        public void setAsText​(java.lang.String s)
                       throws java.lang.IllegalArgumentException
        Specified by:
        setAsText in interface java.beans.PropertyEditor
        Overrides:
        setAsText in class java.beans.PropertyEditorSupport
        Throws:
        java.lang.IllegalArgumentException
      • getPropertyEditors

        public java.util.List<java.beans.PropertyEditor> getPropertyEditors()