java.beans.PropertyEditor, Converterpublic class ByteEditor extends AbstractConverter
| Constructor | Description |
|---|---|
ByteEditor() |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.Object |
toObjectImpl(java.lang.String text) |
Converts the supplied text in to an instance of the editor type.
|
getAsText, getType, getValue, setAsText, setValue, toObject, toString, toStringImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected java.lang.Object toObjectImpl(java.lang.String text)
AbstractConvertertoObjectImpl in class AbstractConvertertext - the text to convertCopyright © 2005–2018. All rights reserved.