|
||||||||||
| 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.SubTypeSelectionInput
public class SubTypeSelectionInput
List to hold sub types.
| Constructor Summary | |
|---|---|
SubTypeSelectionInput(org.eclipse.core.resources.IProject project,
String superClassName)
Initiate. |
|
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.List |
buildControl(InputContext context)
Builds the Control. |
String |
getValue(org.eclipse.swt.widgets.List 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 SubTypeSelectionInput(org.eclipse.core.resources.IProject project,
String superClassName)
project - IProject.superClassName - Super class name.| Method Detail |
|---|
public org.eclipse.swt.widgets.List buildControl(InputContext context)
InputControl.
buildControl in interface Input<org.eclipse.swt.widgets.List>context - InputContext.
Control to input the value.
public String getValue(org.eclipse.swt.widgets.List 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.List>control - Control.context - InputContext.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||