Class SwingObjectEditor

  • All Implemented Interfaces:
    java.beans.PropertyEditor

    public class SwingObjectEditor
    extends SwingEditorSupport
    A property editor which allows for the display and instantaition of arbitrary objects. To instantiate the object, type the package and the class in the text field and press Enter. The Class should be in the classpath.
    • Constructor Detail

      • SwingObjectEditor

        public SwingObjectEditor()
    • 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