|
||||||||||
| 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
gui.componentEditor.propertyeditor.MapEditor
public class MapEditor
A property editor for Properties.
| Constructor Summary | |
|---|---|
MapEditor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAsText()
|
void |
setAsText(java.lang.String text)
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, 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 |
| Constructor Detail |
|---|
public MapEditor()
| Method Detail |
|---|
public void setAsText(java.lang.String text)
TextPropertyEditorSupport
setAsText in interface java.beans.PropertyEditorsetAsText in class TextPropertyEditorSupporttext - The new property value, as a string.
PropertyEditorException - An IOException occured.public java.lang.String getAsText()
getAsText in interface java.beans.PropertyEditorgetAsText in class java.beans.PropertyEditorSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||