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, removeUpdate
public ReflectionTextComponentUpdater(String getter, String setter, Object model, Object defaults, JTextComponent field, JLabel label, ModelHandle handle) throws NoSuchMethodException
NoSuchMethodException
public ReflectionTextComponentUpdater(String getter, Object model, Object defaults, JTextComponent field, JLabel label, ModelHandle2 handle, ReflectionTextComponentUpdater.Operation operation) throws NoSuchMethodException
NoSuchMethodException
public String getValue()
getValue
in class TextComponentUpdater
public String getDefaultValue()
getDefaultValue
in class TextComponentUpdater
public void setValue(String value)
setValue
in class TextComponentUpdater