|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
com.ibm.btt.rcp.workingarea.views.WorkingAreaView
public class WorkingAreaView
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 |
---|
protected org.eclipse.swt.widgets.Composite parent
protected IViewContainer viewContainer
public static final java.lang.String VIEW_ID
Constructor Detail |
---|
public WorkingAreaView()
Method Detail |
---|
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl
in interface org.eclipse.ui.IWorkbenchPart
createPartControl
in class org.eclipse.ui.part.WorkbenchPart
public void setViewContainer(IViewContainer container)
IWorkingAreaView
setViewContainer
in interface IWorkingAreaView
public void show()
IWorkingAreaView
show
in interface IWorkingAreaView
public void setFocus()
setFocus
in interface org.eclipse.ui.IWorkbenchPart
setFocus
in class org.eclipse.ui.part.WorkbenchPart
public void setViewTitle(java.lang.String title)
IWorkingAreaView
setViewTitle
in interface IWorkingAreaView
public void setViewTitleImage(org.eclipse.swt.graphics.Image image)
IWorkingAreaView
setViewTitleImage
in interface IWorkingAreaView
public void setViewTitleTooltip(java.lang.String tooltip)
IWorkingAreaView
setViewTitleTooltip
in interface IWorkingAreaView
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |