|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.common.dialog.input.impl.OfficeSectionInput
public class OfficeSectionInput
Input to obtain an item within the OfficeSection.
| Constructor Summary | |
|---|---|
OfficeSectionInput(OfficeSection officeSection,
Class<?>... selectionTypes)
Initiate. |
|
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Tree |
buildControl(InputContext context)
Builds the Control. |
Object |
getValue(org.eclipse.swt.widgets.Tree 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 OfficeSectionInput(OfficeSection officeSection,
Class<?>... selectionTypes)
officeSection - OfficeSection.selectionTypes - Listing of the types of objects within the
OfficeSection that may be selected for returning.| Method Detail |
|---|
public org.eclipse.swt.widgets.Tree buildControl(InputContext context)
InputControl.
buildControl in interface Input<org.eclipse.swt.widgets.Tree>context - InputContext.
Control to input the value.
public Object getValue(org.eclipse.swt.widgets.Tree 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.Tree>control - Control.context - InputContext.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||