Class ErrorPropertyEditor

  • All Implemented Interfaces:
    java.beans.PropertyEditor

    public class ErrorPropertyEditor
    extends java.beans.PropertyEditorSupport
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorPropertyEditor​(java.lang.String errorMessage, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JComponent getCustomEditor()  
      boolean supportsCustomEditor()  
      • Methods inherited from class java.beans.PropertyEditorSupport

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

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

      • ErrorPropertyEditor

        public ErrorPropertyEditor​(java.lang.String errorMessage,
                                   java.lang.Object value)
    • Method Detail

      • getCustomEditor

        public javax.swing.JComponent 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