|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.beans.PropertyEditorSupport
com.nwoods.jgo.JGoOrientationEditor
This class is a PropertyEditor, primarily intended for use by java development environments, so that these environments can provide provide better editors for the integer "Orientation" property of the JGoPalette bean. For more detailed information, refer to the java.beans.PropertyEditor interface.
| Constructor Summary | |
JGoOrientationEditor()
Create a new JGoOrientationEditor. |
|
| Method Summary | |
java.lang.String |
getAsText()
Gets the current property value represented as a String. |
java.lang.String |
getJavaInitializationString()
Identifies the java code representing the current value of this property. |
java.lang.String[] |
getTags()
Identifies the strings that represent the legal, enumerated values for the property. |
void |
setAsText(java.lang.String sTxt)
Sets the current property value from the given String. |
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.beans.PropertyEditor |
addPropertyChangeListener, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor |
| Constructor Detail |
public JGoOrientationEditor()
| Method Detail |
public java.lang.String[] getTags()
getTags in interface java.beans.PropertyEditorpublic java.lang.String getAsText()
getAsText in interface java.beans.PropertyEditor
public void setAsText(java.lang.String sTxt)
throws java.lang.IllegalArgumentException
setAsText in interface java.beans.PropertyEditorsTxt - the String identify the new property value
java.lang.IllegalArgumentExceptionpublic java.lang.String getJavaInitializationString()
getJavaInitializationString in interface java.beans.PropertyEditor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||