BTT SWT Visual Beans Settings

Identifier:
com.ibm.btt.rcp.visualbean.runtime.settings

Since:
BTT 6.1

Description:
This extension point is used to specify settings for SWT Visual Beans. You can configure hot keys, font, foreground color, background color for different state of beans, and so on.

Configuration Markup:

<!ELEMENT extension (settings)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT settings EMPTY>

<!ATTLIST settings

settingClass               CDATA #IMPLIED

standardFont               CDATA #IMPLIED

optionalBackgroundColor    CDATA #IMPLIED

optionalForegroundColor    CDATA #IMPLIED

mandatoryBackgroundColor   CDATA #IMPLIED

mandatoryForegroundColor   CDATA #IMPLIED

errorBackgroundColor       CDATA #IMPLIED

errorForegroundColor       CDATA #IMPLIED

nonEditableBackgroundColor CDATA #IMPLIED

nonEditableForegroundColor CDATA #IMPLIED

nonEnabledBackgroundColor  CDATA #IMPLIED

nonEnabledForegroundColor  CDATA #IMPLIED

selectionBackgroundColor   CDATA #IMPLIED

selectionForegroundColor   CDATA #IMPLIED

labelForeground            CDATA #IMPLIED

helpKeyCode                CDATA #IMPLIED

helpMask                   CDATA #IMPLIED

okKeyCode                  CDATA #IMPLIED

okMask                     CDATA #IMPLIED

tabKeyCode                 CDATA #IMPLIED

tabMask                    CDATA #IMPLIED

backTabKeyCode             CDATA #IMPLIED

backTabMask                CDATA #IMPLIED>


Examples:
Following is an example:


   <extension
         point="com.ibm.btt.rcp.visualbean.runtime.settings">
      <settings
            backTabKeyCode="F5"
            labelForeground="255,0,0"
            tabKeyCode="F4"/>
   </extension>

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]


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.