IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.workingarea.views
Class WorkingAreaView

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 com.ibm.btt.rcp.workingarea.views.WorkingAreaView
All Implemented Interfaces:
IWorkingAreaView, 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.IWorkbenchPart3, org.eclipse.ui.part.IWorkbenchPartOrientation

public class WorkingAreaView
extends org.eclipse.ui.part.ViewPart
implements IWorkingAreaView

This view can include a SWT composite as its content. Using reflection to instance this composite


Field Summary
protected  org.eclipse.swt.widgets.Composite parent
           
static java.lang.String VIEW_ID
           
protected  IViewContainer viewContainer
           
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Constructor Summary
WorkingAreaView()
           
 
Method Summary
 void createPartControl(org.eclipse.swt.widgets.Composite parent)
           
 void setFocus()
           
 void setViewContainer(IViewContainer container)
          Set view container for working area view
 void setViewTitle(java.lang.String title)
          Set title string of working area view
 void setViewTitleImage(org.eclipse.swt.graphics.Image image)
          Set title image of working area view
 void setViewTitleTooltip(java.lang.String tooltip)
          Set title tooltip of working area view
 void show()
          Show the contents of working area view
 
Methods inherited from class org.eclipse.ui.part.ViewPart
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName
 
Methods inherited from class org.eclipse.ui.part.WorkbenchPart
addPartPropertyListener, addPropertyListener, dispose, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy
 
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IViewPart
getViewSite, init, init, saveState
 
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

parent

protected org.eclipse.swt.widgets.Composite parent

viewContainer

protected IViewContainer viewContainer

VIEW_ID

public static final java.lang.String VIEW_ID
See Also:
Constant Field Values
Constructor Detail

WorkingAreaView

public WorkingAreaView()
Method Detail

createPartControl

public void createPartControl(org.eclipse.swt.widgets.Composite parent)
Specified by:
createPartControl in interface org.eclipse.ui.IWorkbenchPart
Specified by:
createPartControl in class org.eclipse.ui.part.WorkbenchPart

setViewContainer

public void setViewContainer(IViewContainer container)
Description copied from interface: IWorkingAreaView
Set view container for working area view

Specified by:
setViewContainer in interface IWorkingAreaView

show

public void show()
Description copied from interface: IWorkingAreaView
Show the contents of working area view

Specified by:
show in interface IWorkingAreaView

setFocus

public void setFocus()
Specified by:
setFocus in interface org.eclipse.ui.IWorkbenchPart
Specified by:
setFocus in class org.eclipse.ui.part.WorkbenchPart

setViewTitle

public void setViewTitle(java.lang.String title)
Description copied from interface: IWorkingAreaView
Set title string of working area view

Specified by:
setViewTitle in interface IWorkingAreaView

setViewTitleImage

public void setViewTitleImage(org.eclipse.swt.graphics.Image image)
Description copied from interface: IWorkingAreaView
Set title image of working area view

Specified by:
setViewTitleImage in interface IWorkingAreaView

setViewTitleTooltip

public void setViewTitleTooltip(java.lang.String tooltip)
Description copied from interface: IWorkingAreaView
Set title tooltip of working area view

Specified by:
setViewTitleTooltip in interface IWorkingAreaView

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011