BTT SWT Visual Beans Settings

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

BTT 6.1

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.

<!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>


Following is an example:

   

<extension point=

"com.ibm.btt.rcp.visualbean.runtime.settings"

>

<settings backTabKeyCode=

"F5"

labelForeground=

"255,0,0"

tabKeyCode=

"F4"

/>

</extension>

[Enter API information here.]

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