public class TimeZoneEditor extends PropertyEditorSupport
java.util.TimeZone, translating timezone IDs into
TimeZone objects. Does not expose a text representation for TimeZone objects.TimeZone| Constructor and Description |
|---|
TimeZoneEditor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsText()
This implementation returns
null to indicate that
there is no appropriate text representation. |
void |
setAsText(String text) |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic void setAsText(String text) throws IllegalArgumentException
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportIllegalArgumentExceptionpublic String getAsText()
null to indicate that
there is no appropriate text representation.getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupport