IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.workingarea.container
Interface IViewContainer

All Known Implementing Classes:
AbstractViewContainer, ActiveXViewContainer, BCViewContainer, BTTNavigationViewContainer, HTMLViewContainer, OleViewContainer, ProcessorViewContainer, ReparentViewContainer, SwingViewContainer, SWTViewContainer, XuiModelViewContainer

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

setParameter

void setParameter(java.lang.String content)
Set the content parameter of this container

Parameters:
content -

setParent

void setParent(org.eclipse.swt.widgets.Composite parent)
Set the parent composite of this container

Parameters:
parent -

setBundle

void setBundle(org.osgi.framework.Bundle bundle)
Set the Bundle of this container

Parameters:
bundle -

getParameter

java.lang.String getParameter()
Get the content parameter of this container

Returns:

getParent

org.eclipse.swt.widgets.Composite getParent()
Get the parent composite of this container

Returns:

getBundle

org.osgi.framework.Bundle getBundle()
Get the Bundle of this container

Returns:

show

void show()
Show the content of this container


setFocus

void setFocus()
Set focus for the content of this container


getContent

java.lang.Object getContent()
Get content object of this container

Returns:

setWorkingAreaView

void setWorkingAreaView(IWorkingAreaView view)
Set working area view of this container

Parameters:
view -

getWorkingAreaView

IWorkingAreaView getWorkingAreaView()
Get working area view of this container

Returns:

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009