|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GUIField
A data-entry field on a GUIForm.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
javax.swing.JComponent getGUI()
java.lang.Object getValue()
void setValue(java.lang.Object newValue)
void valueChanged(java.lang.Object newValue)
void doAction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||