BTT Rich Client Perspective Definition

Identifier:
com.ibm.btt.rcp.perspective.perspectiveDef

Since:
BTT 6.1

Description:
This extension point is used to define the perspective definition for the application.

Configuration Markup:

<!ELEMENT extension (define)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT define EMPTY>

<!ATTLIST define

perspective CDATA #REQUIRED

file        CDATA #IMPLIED

type        (URL|FromJAR)

preActivity CDATA #IMPLIED>


Examples:
Following is an example:


   <extension point="com.ibm.btt.rcp.perspective.perspectiveDef">
      <define
        perspective="com.ibm.btt.rcp.smartbank.perspective"
            file="perspectiveDef.xml"
            preActivity="com.ibm.btt.rcp.sample.perspectiveactivity"
            type="FromJAR"/>
   </extension>


Licensed Materials - Property of IBM Restricted Materials of IBM 5724-H82 (C) Copyright IBM Corp. 2007, 2008 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.