Constructor and Description |
---|
BooleanInput() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Button |
buildControl(InputContext context)
Builds the
Control . |
Object |
getValue(org.eclipse.swt.widgets.Button control,
InputContext context)
Obtains the value from the input
Control . |
public org.eclipse.swt.widgets.Button buildControl(InputContext context)
Input
Control
.buildControl
in interface Input<org.eclipse.swt.widgets.Button>
context
- InputContext
.Control
to input the value.public Object getValue(org.eclipse.swt.widgets.Button control, InputContext context)
Input
Obtains the value from the input Control
.
The input Control
will be the one created by
Input.buildControl(InputContext)
.
getValue
in interface Input<org.eclipse.swt.widgets.Button>
control
- Control
.context
- InputContext
.Copyright © 2005–2016. All rights reserved.