Class SplashWindow

    • Field Detail

      • PB_INVERTED_BG_HEIGHT

        protected static final int PB_INVERTED_BG_HEIGHT
        See Also:
        Constant Field Values
      • display

        org.eclipse.swt.widgets.Display display
      • splash

        org.eclipse.swt.widgets.Shell splash
      • canvas

        org.eclipse.swt.widgets.Canvas canvas
      • background

        org.eclipse.swt.graphics.Image background
      • width

        int width
      • height

        int height
      • current

        org.eclipse.swt.graphics.Image current
      • progressBarColor

        org.eclipse.swt.graphics.Color progressBarColor
      • textColor

        org.eclipse.swt.graphics.Color textColor
      • fadedGreyColor

        org.eclipse.swt.graphics.Color fadedGreyColor
      • textFont

        org.eclipse.swt.graphics.Font textFont
      • task

        private java.lang.String task
      • percent

        private int percent
      • updating

        private boolean updating
      • pbX

        int pbX
      • pbY

        int pbY
      • pbWidth

        int pbWidth
    • Constructor Detail

      • SplashWindow

        public SplashWindow​(org.eclipse.swt.widgets.Display display)
      • SplashWindow

        public SplashWindow​(org.eclipse.swt.widgets.Display _display,
                            IUIIntializer initializer)
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • closeSplash

        public void closeSplash()
      • update

        private void update()
        Since:
        3.0.0.7
      • getPercent

        public int getPercent()