|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.common.dialog.input.csv.ListInput<C>
public class ListInput<C extends org.eclipse.swt.widgets.Control>
Provides a listing of Input instances.
| Constructor Summary | |
|---|---|
ListInput(Class<?> componentType,
org.eclipse.swt.widgets.Composite refreshLayoutComposite,
InputFactory<C> factory)
Initiate. |
|
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Composite |
buildControl(InputContext context)
Builds the Control. |
Object |
getValue(org.eclipse.swt.widgets.Composite control,
InputContext context)
Obtains the value from the input Control. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListInput(Class<?> componentType,
org.eclipse.swt.widgets.Composite refreshLayoutComposite,
InputFactory<C> factory)
componentType - Component type for the array.refreshLayoutComposite - Composite to use to refresh the layout.factory - InputFactory.| Method Detail |
|---|
public org.eclipse.swt.widgets.Composite buildControl(InputContext context)
InputControl.
buildControl in interface Input<org.eclipse.swt.widgets.Composite>context - InputContext.
Control to input the value.
public Object getValue(org.eclipse.swt.widgets.Composite 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.Composite>control - Control.context - InputContext.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||