public class BytePropertyManager extends PropertyManager<T>
| Modifier and Type | Field and Description |
|---|---|
protected AwareTextField |
field |
| Constructor and Description |
|---|
BytePropertyManager(Object instance,
String name,
Method setter,
Method getter) |
| Modifier and Type | Method and Description |
|---|---|
protected Byte |
convertValue(Object value) |
protected JComponent |
createView() |
Byte |
defaultValue() |
protected void |
updateObject(String value) |
void |
updateView(T value) |
getName, getValue, getView, isReadOnly, setValue, toStringprotected AwareTextField field
public Byte defaultValue()
defaultValue in class PropertyManager<Byte>protected JComponent createView()
createView in class PropertyManager<T>protected void updateObject(String value)
public void updateView(T value)
updateView in class PropertyManager<T>Copyright © 2017. All rights reserved.