TitledTabProperties holds all properties for a
TitledTab .
A titled tab can have three states, normal, highlighted and disabled. Each state is represented by a
TitledTabStateProperties object containing all properties that can be set for a state.
By default the property values in the highlighted and disabled state are references to corresponding values in the
normal state. This means that if you set a property value in the normal state, then highlighted and the disabled
state will use that property value if the property has not been set in the highlighted or disabled state.
Example: Setting the background color in the normal state means that normal, highlighted and disabled state will
use that color as background color. If you set background color for highlighted state, then the highlighted state
will use that color regardless of the background color for the normal state.
By default the tool tip text in all states is the same as the tab text in the normal state. For example, if you
change the tab text in the highlighted state and want the tooltip to display the same text, you must set the "Tool
Tip Text" property
TitledTabStateProperties.TOOL_TIP_TEXT in the highlighted state.
author: $Author: jesper $ version: $Revision: 1.42 $ See Also: TitledTab See Also: TitledTabStateProperties |