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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ACTIVATE
      Sent when an MPart is activated
      static java.lang.String APP_SHUTDOWN_STARTED
      Sent when application shutdown is starting
      static java.lang.String APP_STARTUP_COMPLETE
      Sent when application startup is complete
      static java.lang.String BRINGTOTOP
      Sent when a UIElement is brought to top
      static java.lang.String PERSPECTIVE_OPENED
      Sent when a perspective is opened
      static java.lang.String PERSPECTIVE_RESET
      Sent when a perspective is reset
      static java.lang.String PERSPECTIVE_SAVED
      Sent when a perspective is saved
      static java.lang.String THEME_CHANGED
      Sent when the theme is changed
      static java.lang.String THEME_DEFINITION_CHANGED
      Sent when the theme definition is changed
      static java.lang.String TOPIC
      Base name for all UI life cycle events
    • Field Detail

      • TOPIC

        static final java.lang.String TOPIC
        Base name for all UI life cycle events
        See Also:
        Constant Field Values
      • BRINGTOTOP

        static final java.lang.String BRINGTOTOP
        Sent when a UIElement is brought to top
        See Also:
        Constant Field Values
      • ACTIVATE

        static final java.lang.String ACTIVATE
        Sent when an MPart is activated
        See Also:
        Constant Field Values
      • PERSPECTIVE_SAVED

        static final java.lang.String PERSPECTIVE_SAVED
        Sent when a perspective is saved
        See Also:
        Constant Field Values
      • PERSPECTIVE_OPENED

        static final java.lang.String PERSPECTIVE_OPENED
        Sent when a perspective is opened
        See Also:
        Constant Field Values
      • PERSPECTIVE_RESET

        static final java.lang.String PERSPECTIVE_RESET
        Sent when a perspective is reset
        Since:
        1.2
        See Also:
        Constant Field Values
      • APP_STARTUP_COMPLETE

        static final java.lang.String APP_STARTUP_COMPLETE
        Sent when application startup is complete
        See Also:
        Constant Field Values
      • APP_SHUTDOWN_STARTED

        static final java.lang.String APP_SHUTDOWN_STARTED
        Sent when application shutdown is starting
        Since:
        1.1
        See Also:
        Constant Field Values
      • THEME_CHANGED

        static final java.lang.String THEME_CHANGED
        Sent when the theme is changed
        Since:
        1.1
        See Also:
        Constant Field Values
      • THEME_DEFINITION_CHANGED

        static final java.lang.String THEME_DEFINITION_CHANGED
        Sent when the theme definition is changed
        Since:
        1.1
        See Also:
        Constant Field Values