public class ZoneIdEditor extends PropertyEditorSupport
java.time.ZoneId, translating zone ID Strings into ZoneId
 objects. Exposes the TimeZone ID as a text representation.ZoneId, 
TimeZoneEditor| Constructor and Description | 
|---|
| ZoneIdEditor() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAsText() | 
| 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()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupport