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, supportsCustomEditor
public void setValue(Object o)
setValue
in interface PropertyEditor
setValue
in class PropertyEditorSupport
public Object getValue()
getValue
in interface PropertyEditor
getValue
in class PropertyEditorSupport
public String getAsText()
getAsText
in interface PropertyEditor
getAsText
in class PropertyEditorSupport
public void setAsText(String s)
setAsText
in interface PropertyEditor
setAsText
in class PropertyEditorSupport
public String[] getTags()
getTags
in interface PropertyEditor
getTags
in class PropertyEditorSupport
Copyright © 2003, 2023, Oracle and/or its affiliates.