IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

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

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

public class HTMLViewContainer
extends AbstractViewContainer

This container include HTML controls.


Field Summary
 
Fields inherited from class com.ibm.btt.rcp.workingarea.container.AbstractViewContainer
bundle, content, parent, workingAreaView
 
Constructor Summary
HTMLViewContainer(HTMLWorkingAreaActivity activity)
          HTMLViewContainer constructor using desired HTMLWorkingAreaActivity
 
Method Summary
protected  java.lang.String createURL(java.lang.String param)
          Convert parameter to be a URL that browser can accept.
 Browser getBrowser()
           
 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
 

Constructor Detail

HTMLViewContainer

public HTMLViewContainer(HTMLWorkingAreaActivity activity)
HTMLViewContainer constructor using desired HTMLWorkingAreaActivity

Parameters:
activity -
Method Detail

show

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


createURL

protected java.lang.String createURL(java.lang.String param)
Convert parameter to be a URL that browser can accept. Parameter can be a file or web page url path.

Parameters:
param -
Returns:

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.browser.Browser

getBrowser

public Browser getBrowser()

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010