public abstract class PropertyManager<T> extends Object
| Constructor and Description |
|---|
PropertyManager(Object instance,
String name,
Method setter,
Method getter) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract JComponent |
createView() |
protected abstract T |
defaultValue() |
protected String |
getName() |
protected T |
getValue() |
JComponent |
getView() |
protected boolean |
isReadOnly() |
protected boolean |
setValue(T newValue) |
String |
toString() |
abstract void |
updateView(T value) |
public final JComponent getView()
protected final boolean setValue(T newValue)
protected final T getValue()
protected final boolean isReadOnly()
protected final String getName()
protected abstract JComponent createView()
public abstract void updateView(T value)
protected abstract T defaultValue()
Copyright © 2017. All rights reserved.