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
.
Modifier and Type | Method and Description |
---|---|
C |
buildControl(InputContext context)
Builds the
Control . |
Object |
getValue(C control,
InputContext context)
Obtains the value from the input
Control . |
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
.Copyright © 2005–2016. All rights reserved.