public class PatternEditor extends PropertyEditorSupport
| Constructor and Description |
|---|
PatternEditor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsText() |
String[] |
getTags() |
Object |
getValue() |
void |
setAsText(String s) |
void |
setValue(Object o) |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorpublic void setValue(Object o)
setValue in interface PropertyEditorsetValue in class PropertyEditorSupportpublic Object getValue()
getValue in interface PropertyEditorgetValue in class PropertyEditorSupportpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic void setAsText(String s)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportpublic String[] getTags()
getTags in interface PropertyEditorgetTags in class PropertyEditorSupportCopyright © 2003, 2023, Oracle and/or its affiliates.