public class PartOnTopManager
extends java.lang.Object
PartOnTopManager is used to calculate the parts, which are on
top. This means all parts that can be directly seen by a user in the UI.| Constructor and Description |
|---|
PartOnTopManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribeTopicSelectedElement(Event event)
This event listener updates the on top status of
MStackElement
instances by adding or removing the IWorkbench.ON_TOP tag
according to the state. |
void |
subscribeTopicWidget(Event event)
This event listener sets the initial onTop state, when a widget for an
MUIElement is created. |
public void subscribeTopicWidget(Event event)
MUIElement is created.event - Event containing the data of the widgets that have
been created for a MUIElement.public void subscribeTopicSelectedElement(Event event)
MStackElement
instances by adding or removing the IWorkbench.ON_TOP tag
according to the state.event - Event containing the data of the selection change
event on element container, like MPerspectiveStack and
MPartStack.