Class BooleanEditor

  • All Implemented Interfaces:
    java.beans.PropertyEditor

    public class BooleanEditor
    extends java.beans.PropertyEditorSupport
    An editor for Boolean properties.
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanEditor()  
    • Method Summary

      • Methods inherited from class java.beans.PropertyEditorSupport

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

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

      • BooleanEditor

        public BooleanEditor()