IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.workingarea.container.impl
Class SWTViewContainer

java.lang.Object
  extended by com.ibm.btt.rcp.workingarea.container.AbstractViewContainer
      extended by com.ibm.btt.rcp.workingarea.container.impl.SWTViewContainer
All Implemented Interfaces:
IViewContainer

public class SWTViewContainer
extends AbstractViewContainer

This container include SWT controls.


Field Summary
protected  org.eclipse.swt.widgets.Composite composite
           
 
Fields inherited from class com.ibm.btt.rcp.workingarea.container.AbstractViewContainer
bundle, content, parent, workingAreaView
 
Constructor Summary
SWTViewContainer()
           
 
Method Summary
 java.lang.Object getContent()
          Get content object of this container
 void setFocus()
          Set focus for the content of this container
 void show()
          Show the content of this container
 
Methods inherited from class com.ibm.btt.rcp.workingarea.container.AbstractViewContainer
getBundle, getParameter, getParent, getWorkingAreaView, setBundle, setParameter, setParent, setWorkingAreaView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

composite

protected org.eclipse.swt.widgets.Composite composite
Constructor Detail

SWTViewContainer

public SWTViewContainer()
Method Detail

show

public void show()
Description copied from interface: IViewContainer
Show the content of this container


setFocus

public void setFocus()
Description copied from interface: IViewContainer
Set focus for the content of this container

Specified by:
setFocus in interface IViewContainer
Overrides:
setFocus in class AbstractViewContainer

getContent

public java.lang.Object getContent()
Description copied from interface: IViewContainer
Get content object of this container

Returns:
org.eclipse.swt.widgets.Composite

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011