|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IViewContainer
Interface of view container. This container can contain SWT/Swing/HTML/Ole... different kind of controls.
Method Summary | |
---|---|
org.osgi.framework.Bundle |
getBundle()
Get the Bundle of this container |
java.lang.Object |
getContent()
Get content object 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 |
void |
show()
Show the content of this container |
Method Detail |
---|
void setParameter(java.lang.String content)
content
- void setParent(org.eclipse.swt.widgets.Composite parent)
parent
- void setBundle(org.osgi.framework.Bundle bundle)
bundle
- java.lang.String getParameter()
org.eclipse.swt.widgets.Composite getParent()
org.osgi.framework.Bundle getBundle()
void show()
void setFocus()
java.lang.Object getContent()
void setWorkingAreaView(IWorkingAreaView view)
view
- IWorkingAreaView getWorkingAreaView()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |