|
||||||||||
| 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.ClasspathClassInput
public class ClasspathClassInput
Input to obtain an item from the class path.
| Constructor Summary | |
|---|---|
ClasspathClassInput(org.eclipse.ui.IEditorPart editor)
Convenience constructor to use the IProject and Shell of
the IEditorInput. |
|
ClasspathClassInput(org.eclipse.core.resources.IProject project,
org.eclipse.swt.widgets.Shell shell)
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 ClasspathClassInput(org.eclipse.core.resources.IProject project,
org.eclipse.swt.widgets.Shell shell)
project - IProject to be root.shell - Shell.public ClasspathClassInput(org.eclipse.ui.IEditorPart editor)
IProject and Shell of
the IEditorInput.
editor - IEditorInput.shell - Shell.| 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 | |||||||||