TitledTabDelayedMouseExitHoverAction is an action that wraps a
HoverListener and delays
the mouse exit when a
TitledTab is no longer hovered. The action is meant to be set
as a
HoverListener in the
TitledTabProperties .
If the TitledTab is hovered again before the delay has timed out, the timer is reset. If the
TitledTab is removed before the delay has timed out the hover listener's mouseExit() will be
called immediately.
author: johan version: $Revision: 1.6 $ See Also: TitledTab See Also: TitledTabProperties since: ITP 1.3.0 |