Class: com.ibm.btt.rcp.visualbean.BTTTabFolder
Extends:org.eclipse.swt.widgets.TabFolder
Implements:
com.ibm.btt.rcp.visualbean.core.GUIControl
The BTTTabbedPane class has
the following properties:
- BTT_activatedOkKey: boolean. If true, focus on the Folder, and OK button
exists in the composite or its parent composite, the composite fires the same
CoordinationEvent as Ok button is clicked when OkKey is pressed.
- BTT_helpID: Identifier for the help function. The static method showHelp(String
helpId) is called with this property as input when the Help key is pressed.
If this property is not defined, the HelpId of the composite where the folder
is located is used. If that composite's helpId property is not defined, the
parent composites are searched recursively until the property is found or
the BTTCoordinatedComp is reached. If the helpID value is not found at the
BTTCoordinatedComp, null is used.