Package org.eclipse.e4.ui.workbench
Interface UIEvents.UILifeCycle
- Enclosing class:
- UIEvents
public static interface UIEvents.UILifeCycle
E4 UI life cycle events. These events are explicitly published by specific
operations. They are not directly generated by UI model changes.
- Restriction:
- This interface is not intended to be implemented by clients.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Sent when an MPart is activatedstatic final String
Sent when application shutdown is startingstatic final String
Sent when application startup is completestatic final String
Sent when a UIElement is brought to topstatic final String
Sent when a perspective is openedstatic final String
Sent when a perspective is resetstatic final String
Sent when a perspective is savedstatic final String
Sent when a perspective is switchedstatic final String
Sent when the theme is changedstatic final String
Sent when the theme definition is changedstatic final String
Base name for all UI life cycle events
-
Field Details
-
TOPIC
Base name for all UI life cycle events- See Also:
-
BRINGTOTOP
Sent when a UIElement is brought to top- See Also:
-
ACTIVATE
Sent when an MPart is activated- See Also:
-
PERSPECTIVE_SAVED
Sent when a perspective is saved- See Also:
-
PERSPECTIVE_OPENED
Sent when a perspective is opened- See Also:
-
PERSPECTIVE_RESET
Sent when a perspective is reset- Since:
- 1.2
- See Also:
-
PERSPECTIVE_SWITCHED
Sent when a perspective is switched- Since:
- 1.14
- See Also:
-
APP_STARTUP_COMPLETE
Sent when application startup is complete- See Also:
-
APP_SHUTDOWN_STARTED
Sent when application shutdown is starting- Since:
- 1.1
- See Also:
-
THEME_CHANGED
Sent when the theme is changed- Since:
- 1.1
- See Also:
-
THEME_DEFINITION_CHANGED
Sent when the theme definition is changed- Since:
- 1.1
- See Also:
-