IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.workingarea.container
Class AbstractViewContainer

java.lang.Object
  extended by com.ibm.btt.rcp.workingarea.container.AbstractViewContainer
All Implemented Interfaces:
IViewContainer
Direct Known Subclasses:
ActiveXViewContainer, BCViewContainer, BTTNavigationViewContainer, HTMLViewContainer, OleViewContainer, ProcessorViewContainer, ReparentViewContainer, SwingViewContainer, SWTViewContainer, XuiModelViewContainer

public abstract class AbstractViewContainer
extends java.lang.Object
implements IViewContainer

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

content

protected java.lang.String content

bundle

protected org.osgi.framework.Bundle bundle

parent

protected org.eclipse.swt.widgets.Composite parent

workingAreaView

protected IWorkingAreaView workingAreaView
Constructor Detail

AbstractViewContainer

public AbstractViewContainer()
Method Detail

getBundle

public org.osgi.framework.Bundle getBundle()
Description copied from interface: IViewContainer
Get the Bundle of this container

Specified by:
getBundle in interface IViewContainer
Returns:

setBundle

public void setBundle(org.osgi.framework.Bundle bundle)
Description copied from interface: IViewContainer
Set the Bundle of this container

Specified by:
setBundle in interface IViewContainer

getParameter

public java.lang.String getParameter()
Description copied from interface: IViewContainer
Get the content parameter of this container

Specified by:
getParameter in interface IViewContainer
Returns:

setParameter

public void setParameter(java.lang.String content)
Description copied from interface: IViewContainer
Set the content parameter of this container

Specified by:
setParameter in interface IViewContainer

getParent

public org.eclipse.swt.widgets.Composite getParent()
Description copied from interface: IViewContainer
Get the parent composite of this container

Specified by:
getParent in interface IViewContainer
Returns:

setParent

public void setParent(org.eclipse.swt.widgets.Composite parent)
Description copied from interface: IViewContainer
Set the parent composite of this container

Specified by:
setParent in interface IViewContainer

getWorkingAreaView

public IWorkingAreaView getWorkingAreaView()
Description copied from interface: IViewContainer
Get working area view of this container

Specified by:
getWorkingAreaView in interface IViewContainer
Returns:

setWorkingAreaView

public void setWorkingAreaView(IWorkingAreaView view)
Description copied from interface: IViewContainer
Set working area view of this container

Specified by:
setWorkingAreaView in interface IViewContainer

setFocus

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

Specified by:
setFocus in interface IViewContainer

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009