public final class ReflectionTextComponentUpdater extends TextComponentUpdater
| Modifier and Type | Class and Description |
|---|---|
static class |
ReflectionTextComponentUpdater.Operation |
| Constructor and Description |
|---|
ReflectionTextComponentUpdater(String getter,
Object model,
Object defaults,
JTextComponent field,
JLabel label,
ModelHandle2 handle,
ReflectionTextComponentUpdater.Operation operation) |
ReflectionTextComponentUpdater(String getter,
String setter,
Object model,
Object defaults,
JTextComponent field,
JLabel label,
ModelHandle handle)
Creates a new instance of ReflectionTextComponentUpdater
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getValue() |
void |
setValue(String value) |
ancestorAdded, ancestorMoved, ancestorRemoved, changedUpdate, insertUpdate, removeUpdatepublic ReflectionTextComponentUpdater(String getter, String setter, Object model, Object defaults, JTextComponent field, JLabel label, ModelHandle handle) throws NoSuchMethodException
NoSuchMethodExceptionpublic ReflectionTextComponentUpdater(String getter, Object model, Object defaults, JTextComponent field, JLabel label, ModelHandle2 handle, ReflectionTextComponentUpdater.Operation operation) throws NoSuchMethodException
NoSuchMethodExceptionpublic String getValue()
getValue in class TextComponentUpdaterpublic String getDefaultValue()
getDefaultValue in class TextComponentUpdaterpublic void setValue(String value)
setValue in class TextComponentUpdater