public class ObjectNameEditor extends PropertyEditorSupport<ObjectName>
| Constructor and Description |
|---|
ObjectNameEditor() |
ObjectNameEditor(Object source) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(String text)
Set the property value by parsing a given String.
|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getAsText, getType, getValue, removePropertyChangeListener, removePropertyChangeListener, setValuefirePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, setSource, supportsCustomEditorpublic ObjectNameEditor()
type - public ObjectNameEditor(Object source)
type - source - public void setAsText(String text) throws IllegalArgumentException
PropertyEditorsetAsText in interface PropertyEditorsetAsText in class PropertyEditorSupport<ObjectName>text - The string to be parsed.IllegalArgumentExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.