Class SwingPointEditor

  • All Implemented Interfaces:
    java.beans.PropertyEditor

    public class SwingPointEditor
    extends SwingEditorSupport
    A PropertyEditor for editing a Point object.
    • Constructor Detail

      • SwingPointEditor

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

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