|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Input<C extends org.eclipse.swt.widgets.Control>
Builder to create the Control for inputting the value.
It also provides means to obtain the value from the resulting built
Control.
| Method Summary | |
|---|---|
C |
buildControl(InputContext context)
Builds the Control. |
Object |
getValue(C control,
InputContext context)
Obtains the value from the input Control. |
| Method Detail |
|---|
C buildControl(InputContext context)
Control.
context - InputContext.
Control to input the value.
Object getValue(C control,
InputContext context)
Obtains the value from the input Control.
The input Control will be the one created by
buildControl(InputContext).
control - Control.context - InputContext.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||