public class AxisLocationEditor extends java.beans.PropertyEditorSupport
AxisLocation
class.Constructor and Description |
---|
AxisLocationEditor() |
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 AxisLocationEditor()
public java.lang.String getAsText()
getAsText
in interface java.beans.PropertyEditor
getAsText
in class java.beans.PropertyEditorSupport
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
setAsText
in interface java.beans.PropertyEditor
setAsText
in class java.beans.PropertyEditorSupport
text
- 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.PropertyEditor
getTags
in class java.beans.PropertyEditorSupport
public java.lang.String getJavaInitializationString()
getJavaInitializationString
in interface java.beans.PropertyEditor
getJavaInitializationString
in class java.beans.PropertyEditorSupport