Class SplashScreenMenuPresenter

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.IsWidget

    @ApplicationScoped
    public class SplashScreenMenuPresenter
    extends Object
    implements com.google.gwt.user.client.ui.IsWidget
    A drop-down style widget that contains an up-to-date list of the available splash screens. Each currently-displayed part, plus the current perspective itself, may have a splash screen associated with it. Splash screens show up in this widget's drop-down list even if they are not currently visible. The only requirement is that the part they are associated with is currently in the workbench.

    When the user clicks on one of the items in the drop down list, the corresponding splash screen will be displayed via its SplashScreenActivity.forceShow() method.

    • Method Detail

      • asWidget

        public com.google.gwt.user.client.ui.Widget asWidget()
        Specified by:
        asWidget in interface com.google.gwt.user.client.ui.IsWidget