TabBase.getShowToolTips

Overview | Methods | This Package | All Packages

TabBase.getShowToolTips

Retrieves a boolean value indicating whether to display ToolTips for tabs that have ToolTip text associated with them.

Syntax

public final boolean getShowToolTips()

Return Value

Returns true if ToolTips are displayed for tabs that have ToolTip text associated with them; otherwise, returns false.

Remarks

Use the setToolTipText method to set the ToolTip text for a tab.

See Also   setShowToolTips