|
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.Objectcom.ibm.btt.rcp.workingarea.container.AbstractViewContainer
public abstract class AbstractViewContainer
Abstract class of view container. This container can contain SWT/Swing/HTML/Ole... different kind of controls.
Field Summary | |
---|---|
protected org.osgi.framework.Bundle |
bundle
|
protected java.lang.String |
content
|
protected org.eclipse.swt.widgets.Composite |
parent
|
protected IWorkingAreaView |
workingAreaView
|
Constructor Summary | |
---|---|
AbstractViewContainer()
|
Method Summary | |
---|---|
org.osgi.framework.Bundle |
getBundle()
Get the Bundle of this container |
java.lang.String |
getParameter()
Get the content parameter of this container |
org.eclipse.swt.widgets.Composite |
getParent()
Get the parent composite of this container |
IWorkingAreaView |
getWorkingAreaView()
Get working area view of this container |
void |
setBundle(org.osgi.framework.Bundle bundle)
Set the Bundle of this container |
void |
setFocus()
Set focus for the content of this container |
void |
setParameter(java.lang.String content)
Set the content parameter of this container |
void |
setParent(org.eclipse.swt.widgets.Composite parent)
Set the parent composite of this container |
void |
setWorkingAreaView(IWorkingAreaView view)
Set working area view of this container |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.btt.rcp.workingarea.container.IViewContainer |
---|
getContent, show |
Field Detail |
---|
protected java.lang.String content
protected org.osgi.framework.Bundle bundle
protected org.eclipse.swt.widgets.Composite parent
protected IWorkingAreaView workingAreaView
Constructor Detail |
---|
public AbstractViewContainer()
Method Detail |
---|
public org.osgi.framework.Bundle getBundle()
IViewContainer
getBundle
in interface IViewContainer
public void setBundle(org.osgi.framework.Bundle bundle)
IViewContainer
setBundle
in interface IViewContainer
public java.lang.String getParameter()
IViewContainer
getParameter
in interface IViewContainer
public void setParameter(java.lang.String content)
IViewContainer
setParameter
in interface IViewContainer
public org.eclipse.swt.widgets.Composite getParent()
IViewContainer
getParent
in interface IViewContainer
public void setParent(org.eclipse.swt.widgets.Composite parent)
IViewContainer
setParent
in interface IViewContainer
public IWorkingAreaView getWorkingAreaView()
IViewContainer
getWorkingAreaView
in interface IViewContainer
public void setWorkingAreaView(IWorkingAreaView view)
IViewContainer
setWorkingAreaView
in interface IViewContainer
public void setFocus()
IViewContainer
setFocus
in interface IViewContainer
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |