org.eclipse.ohf.wado.client.rcp
Class RequestParametersView
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
org.eclipse.ohf.wado.client.rcp.RequestParametersView
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.IPersistable, org.eclipse.ui.IViewPart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.part.IWorkbenchPartOrientation
public class RequestParametersView
- extends org.eclipse.ui.part.ViewPart
| Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
PROP_TITLE |
|
Method Summary |
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
This is a callback that will allow us to create the viewer and initialize
it. |
void |
init(org.eclipse.ui.IViewSite site)
|
void |
setFocus()
|
| Methods inherited from class org.eclipse.ui.part.ViewPart |
getViewSite, init, saveState, setInitializationData |
| Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
addPropertyListener, dispose, getAdapter, getContentDescription, getOrientation, getPartName, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, showBusy |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
addPropertyListener, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
anonymizeButton
public org.eclipse.swt.widgets.Button anonymizeButton
patientAnnotButton
public org.eclipse.swt.widgets.Button patientAnnotButton
techniqueAnnotButton
public org.eclipse.swt.widgets.Button techniqueAnnotButton
rowsTxt
public org.eclipse.swt.widgets.Text rowsTxt
columnsTxt
public org.eclipse.swt.widgets.Text columnsTxt
qualityScale
public static org.eclipse.swt.widgets.Scale qualityScale
rtrvBtn
public org.eclipse.swt.widgets.Button rtrvBtn
RequestParametersView
public RequestParametersView()
init
public void init(org.eclipse.ui.IViewSite site)
throws org.eclipse.ui.PartInitException
- Specified by:
init in interface org.eclipse.ui.IViewPart- Overrides:
init in class org.eclipse.ui.part.ViewPart
- Throws:
org.eclipse.ui.PartInitException
createPartControl
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
- This is a callback that will allow us to create the viewer and initialize
it.
- Specified by:
createPartControl in interface org.eclipse.ui.IWorkbenchPart- Specified by:
createPartControl in class org.eclipse.ui.part.WorkbenchPart
setFocus
public void setFocus()
- Specified by:
setFocus in interface org.eclipse.ui.IWorkbenchPart- Specified by:
setFocus in class org.eclipse.ui.part.WorkbenchPart