|
||||||||||
| 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.ClassMethodInput
public class ClassMethodInput
Input to select a Method name for a Class.
| Constructor Summary | |
|---|---|
ClassMethodInput(ClassLoader classLoader)
Initiate. |
|
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Combo |
buildControl(InputContext context)
Builds the Control. |
Object |
getValue(org.eclipse.swt.widgets.Combo control,
InputContext context)
Obtains the value from the input Control. |
void |
setClassName(String className)
Specifies the name of the Class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassMethodInput(ClassLoader classLoader)
classLoader - ClassLoader.| Method Detail |
|---|
public void setClassName(String className)
Class.
className - Name of the Class.public org.eclipse.swt.widgets.Combo buildControl(InputContext context)
InputControl.
buildControl in interface Input<org.eclipse.swt.widgets.Combo>context - InputContext.
Control to input the value.
public Object getValue(org.eclipse.swt.widgets.Combo 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.Combo>control - Control.context - InputContext.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||