public abstract static class OptionPanel.Setter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
field |
protected Object |
ob |
protected Runnable |
reaction |
| Constructor and Description |
|---|
Setter(Object ob,
String field) |
Setter(Object ob,
String field,
Runnable reaction) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
getValue(Component source) |
void |
setFrom(Component source)
Will set the field if no exception is thrown when reading it.
|
Copyright © 2015–2021 Fiji. All rights reserved.