| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.beans.PropertyEditorSupport
gui.componentEditor.propertyeditor.TextPropertyEditorSupport
public class TextPropertyEditorSupport
A base class for text based properties. This class basically does nothing but override the defaute PropertyEditorSupport setAsText() method, which throws an IllegalArgumentException when called.
| Method Summary | |
|---|---|
|  void | setAsText(java.lang.String value)By default, set the property value by directly passing the provided string value through to the setValue() method. | 
| Methods inherited from class java.beans.PropertyEditorSupport | 
|---|
| addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public void setAsText(java.lang.String value)
setAsText in interface java.beans.PropertyEditorsetAsText in class java.beans.PropertyEditorSupportvalue - The new property value, as a string.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||