public class RangeEditor extends PropertyEditorSupport
| Constructor and Description |
|---|
RangeEditor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsText()
Gets the current value as text.
|
String |
getJavaInitializationString()
Returns a description of the property value as java source.
|
void |
setAsText(String text)
Sets the current property value as text.
|
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic String getJavaInitializationString()
getJavaInitializationString in interface PropertyEditorgetJavaInitializationString in class PropertyEditorSupportpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic void setAsText(String text)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupporttext - the text of the selected tag.IllegalArgumentException - if an error occursCopyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.