IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.perspective.core.impl
Class PerspectiveDefine

java.lang.Object
  extended by com.ibm.btt.rcp.perspective.core.impl.PerspectiveDefine
All Implemented Interfaces:
IPerspectiveDefine

public class PerspectiveDefine
extends java.lang.Object
implements IPerspectiveDefine

Perspective Definition class


Constructor Summary
PerspectiveDefine(org.eclipse.core.runtime.IConfigurationElement element)
          PerspectiveDefine constructor
 
Method Summary
 java.lang.String getDefinitionPath()
          Get perspective configuration file path
 java.util.List<ILayoutable> getLayoutItems()
          Get perspective registered components list
 java.lang.String getPerspectiveId()
          Get reference perspective id
 java.lang.String getPreActivity()
          Get activity id which can be launched before perspective initialized
 void initializeFrom(org.eclipse.core.runtime.IConfigurationElement element)
          Initialize perspective registry
 void setDefinitionPath(java.lang.String path)
          Set perspective configuration file path
 void setLayoutItems(java.util.List<ILayoutable> registry)
          Set perspective registered components list
 void setPerspectiveId(java.lang.String id)
          Set reference perspective id
 void setPreActivity(java.lang.String preActivity)
          Set activity id which can be launched before perspective initialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerspectiveDefine

public PerspectiveDefine(org.eclipse.core.runtime.IConfigurationElement element)
PerspectiveDefine constructor

Parameters:
element - extension point definition
Method Detail

getPerspectiveId

public java.lang.String getPerspectiveId()
Description copied from interface: IPerspectiveDefine
Get reference perspective id

Specified by:
getPerspectiveId in interface IPerspectiveDefine
Returns:

setPerspectiveId

public void setPerspectiveId(java.lang.String id)
Description copied from interface: IPerspectiveDefine
Set reference perspective id

Specified by:
setPerspectiveId in interface IPerspectiveDefine

initializeFrom

public void initializeFrom(org.eclipse.core.runtime.IConfigurationElement element)
Initialize perspective registry


getLayoutItems

public java.util.List<ILayoutable> getLayoutItems()
Description copied from interface: IPerspectiveDefine
Get perspective registered components list

Specified by:
getLayoutItems in interface IPerspectiveDefine
Returns:

getPreActivity

public java.lang.String getPreActivity()
Description copied from interface: IPerspectiveDefine
Get activity id which can be launched before perspective initialized

Specified by:
getPreActivity in interface IPerspectiveDefine
Returns:

setDefinitionPath

public void setDefinitionPath(java.lang.String path)
Description copied from interface: IPerspectiveDefine
Set perspective configuration file path

Specified by:
setDefinitionPath in interface IPerspectiveDefine

getDefinitionPath

public java.lang.String getDefinitionPath()
Description copied from interface: IPerspectiveDefine
Get perspective configuration file path

Specified by:
getDefinitionPath in interface IPerspectiveDefine
Returns:

setPreActivity

public void setPreActivity(java.lang.String preActivity)
Description copied from interface: IPerspectiveDefine
Set activity id which can be launched before perspective initialized

Specified by:
setPreActivity in interface IPerspectiveDefine

setLayoutItems

public void setLayoutItems(java.util.List<ILayoutable> registry)
Description copied from interface: IPerspectiveDefine
Set perspective registered components list

Specified by:
setLayoutItems in interface IPerspectiveDefine

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010