public class RectangleEdgeEditor extends java.beans.PropertyEditorSupport
RectangleEdge class.| Constructor and Description |
|---|
RectangleEdgeEditor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAsText()
Returns a string representing the current value.
|
java.lang.String |
getJavaInitializationString()
Returns a string for the property value.
|
java.lang.String[] |
getTags()
Returns the valid string values for this property.
|
void |
setAsText(java.lang.String text)
Sets the current value by parsing the supplied string.
|
public RectangleEdgeEditor()
public java.lang.String getAsText()
getAsText in interface java.beans.PropertyEditorgetAsText in class java.beans.PropertyEditorSupportpublic void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
setAsText in interface java.beans.PropertyEditorsetAsText in class java.beans.PropertyEditorSupporttext - the string value.java.lang.IllegalArgumentException - if text is not one of
the values listed in getAsText().public java.lang.String[] getTags()
getTags in interface java.beans.PropertyEditorgetTags in class java.beans.PropertyEditorSupportpublic java.lang.String getJavaInitializationString()
getJavaInitializationString in interface java.beans.PropertyEditorgetJavaInitializationString in class java.beans.PropertyEditorSupport