public class ClassEditor extends AbstractPropertyEditor
| Constructor and Description |
|---|
ClassEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
toText(Object value)
Returns a String representation of the given value
|
protected Object |
toValue(String text)
Returns an instance from a String representation of an object
|
defaultText, defaultValue, getAsText, getValue, setAsText, setTrimText, setValueaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorprotected String toText(Object value)
AbstractPropertyEditortoText in class AbstractPropertyEditorvalue - The valueprotected Object toValue(String text) throws IllegalArgumentException
AbstractPropertyEditortoValue in class AbstractPropertyEditortext - The String representation to convertIllegalArgumentExceptionCopyright © 2004–2019 Apache MINA Project. All rights reserved.