| Constructor and Description |
|---|
ReadOnlyStringField() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction()
This does different things depending on the field; for example in a text
field it indicates return was hit.
|
javax.swing.JComponent |
getGUI()
Returns the GUI component for this field.
|
java.lang.Object |
getValue()
Returns the current value for this field.
|
void |
setValue(java.lang.Object newValue)
Sets the current value for this field.
|
void |
valueChanged(java.lang.Object newValue)
When the value changes, this is run.
|
public javax.swing.JComponent getGUI()
GUIFieldpublic java.lang.Object getValue()
public void setValue(java.lang.Object newValue)
public void valueChanged(java.lang.Object newValue)
valueChanged in interface GUIField