IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

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

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

public class PerspectiveRegistry
extends java.lang.Object
implements IPerspectiveRegistry

Perspective registry class


Field Summary
 
Fields inherited from interface com.ibm.btt.rcp.perspective.core.IPerspectiveRegistry
SERVICE_PID
 
Constructor Summary
PerspectiveRegistry()
          PerspectiveRegistry constructor
 
Method Summary
 java.lang.String getCurrentPerspective()
          Get current perspective id
 IPerspectiveDefine getCurrentPerspectiveDefine()
          Get current perspective definition
 IPerspectiveDefine getPerspectiveDefine(java.lang.String perspectiveId)
          Get perspective definition class for specified perspective.
 void initialize()
          Initialize perspective registry
 void setCurrentPerspective(java.lang.String perspectiveId)
          Set current perspective id
 void setDefinitionPath(java.lang.String path)
          Set perspective definition path for current perspective.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerspectiveRegistry

public PerspectiveRegistry()
PerspectiveRegistry constructor

Method Detail

initialize

public void initialize()
Initialize perspective registry


setDefinitionPath

public void setDefinitionPath(java.lang.String path)
Description copied from interface: IPerspectiveRegistry
Set perspective definition path for current perspective.

Specified by:
setDefinitionPath in interface IPerspectiveRegistry

getCurrentPerspectiveDefine

public IPerspectiveDefine getCurrentPerspectiveDefine()
Get current perspective definition

Returns:

getPerspectiveDefine

public IPerspectiveDefine getPerspectiveDefine(java.lang.String perspectiveId)
Description copied from interface: IPerspectiveRegistry
Get perspective definition class for specified perspective.

Specified by:
getPerspectiveDefine in interface IPerspectiveRegistry
Returns:

setCurrentPerspective

public void setCurrentPerspective(java.lang.String perspectiveId)
Set current perspective id

Parameters:
perspectiveId -

getCurrentPerspective

public java.lang.String getCurrentPerspective()
Get current perspective id

Returns:

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011