| Constructor and Description |
|---|
NamedBlobField() |
| 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.
|
NamedBlob |
getValue()
Returns the current value for this field.
|
void |
setValue(NamedBlob newValue)
Sets the current value for this field.
|
void |
valueChanged(NamedBlob newValue)
When the value changes, this is run.
|
public void doAction()
GUIFieldpublic javax.swing.JComponent getGUI()
GUIFieldpublic NamedBlob getValue()
GUIFieldpublic void setValue(NamedBlob newValue)
GUIFieldpublic void valueChanged(NamedBlob newValue)
GUIFieldvalueChanged in interface GUIField<NamedBlob>