|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
com.nwoods.jgo.JGoGridStyleEditor
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 "GridStyle" property of the JGoView bean. For more detailed information, refer to the java.beans.PropertyEditor interface.
Constructor Summary | |
JGoGridStyleEditor()
Create a new JGoGridStyleEditor. |
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 JGoGridStyleEditor()
Method Detail |
public java.lang.String[] getTags()
getTags
in interface java.beans.PropertyEditor
public 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.PropertyEditor
sTxt
- the String identify the new property value
java.lang.IllegalArgumentException
public 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 |