TabWindowHoverAction is a hover action that makes it easy to change properties for a tab window
and the title bar in the view.
This action contains a titled tab proeprties object, a tabbed panel properties object and a view
title bar properties object. Those objects are automatically added/removed as superobject to the
currently hovered tab window if this action is set as a hover listener in the titled tab properties
and the content panel properties for the tabbed panel.
Example:
rootWindowProperties.getTabWindowProperties().getTabbedPanelProperties().getContentPanelProperties().setHoverListener(tabWindowHoverAction);
rootWindowProperties.getTabWindowProperties().getTabProperties().getTitledTabProperties().setHoverListener(tabWindowHoverAction);
author: johan since: IDW 1.4.0 |