Package org.jdesktop.swingx.editors
Class PointPropertyEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.jdesktop.swingx.editors.PointPropertyEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class PointPropertyEditor extends java.beans.PropertyEditorSupport- Author:
- rbair
-
-
Constructor Summary
Constructors Constructor Description PointPropertyEditor()Creates a new instance of Point2DPropertyEditor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAsText()java.lang.StringgetJavaInitializationString()java.awt.PointgetValue()voidsetAsText(java.lang.String text)
-
-
-
Method Detail
-
getValue
public java.awt.Point getValue()
- Specified by:
getValuein interfacejava.beans.PropertyEditor- Overrides:
getValuein classjava.beans.PropertyEditorSupport
-
getJavaInitializationString
public java.lang.String getJavaInitializationString()
- Specified by:
getJavaInitializationStringin interfacejava.beans.PropertyEditor- Overrides:
getJavaInitializationStringin classjava.beans.PropertyEditorSupport
-
setAsText
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException- Specified by:
setAsTextin interfacejava.beans.PropertyEditor- Overrides:
setAsTextin classjava.beans.PropertyEditorSupport- Throws:
java.lang.IllegalArgumentException
-
getAsText
public java.lang.String getAsText()
- Specified by:
getAsTextin interfacejava.beans.PropertyEditor- Overrides:
getAsTextin classjava.beans.PropertyEditorSupport
-
-