org.eclipse.ohf.wado.client.rcp
Class RequestParametersView

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.ui.part.WorkbenchPart
          extended by org.eclipse.ui.part.ViewPart
              extended by 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


Field Summary
 org.eclipse.swt.widgets.Button anonymizeButton
           
 org.eclipse.swt.widgets.Text columnsTxt
           
static java.lang.String ID
           
 org.eclipse.swt.widgets.Button patientAnnotButton
           
static org.eclipse.swt.widgets.Scale qualityScale
           
 org.eclipse.swt.widgets.Text rowsTxt
           
 org.eclipse.swt.widgets.Button rtrvBtn
           
 org.eclipse.swt.widgets.Button techniqueAnnotButton
           
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Constructor Summary
RequestParametersView()
           
 
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
 

Field Detail

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
Constructor Detail

RequestParametersView

public RequestParametersView()
Method Detail

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