TabbedPanelTitledTabHoverAction is an action that makes it easy to change
properties for a hovered
TabbedPanel containing
TitledTab s.
The action is meant to be set as a
HoverListener for the entire
tabbed panel, the tab area, the tab area components area and/or the content
area in their corresponding properties objects.
The action can be configured to add the TitledTabProperties to all tabs or
only the highlighted tab.
This hover action contains a TabbedPanelProperties object that will be added
as super object to the hovered tabbed panel and then automatically removed
when the area is no longer hovered. |