Class WelcomeWindow


  • public class WelcomeWindow
    extends java.lang.Object
    This is the What's New window
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.eclipse.swt.graphics.Color bg  
      (package private) org.eclipse.swt.graphics.Color black  
      (package private) org.eclipse.swt.graphics.Color blue  
      private org.eclipse.swt.widgets.Composite cWhatsNew  
      (package private) org.eclipse.swt.widgets.Display display  
      (package private) org.eclipse.swt.graphics.Color fg  
      (package private) org.eclipse.swt.graphics.Color green  
      (package private) org.eclipse.swt.graphics.Color grey  
      private org.eclipse.swt.widgets.Label labelLoading  
      (package private) org.eclipse.swt.graphics.Color light  
      private static java.lang.String lineSeparator  
      (package private) org.eclipse.swt.graphics.Font monospace  
      (package private) org.eclipse.swt.widgets.Shell shell  
      (package private) java.lang.String sWhatsNew  
      (package private) org.eclipse.swt.graphics.Color white  
    • Constructor Summary

      Constructors 
      Constructor Description
      WelcomeWindow​(org.eclipse.swt.widgets.Shell parentShell)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void _setWhatsNew()  
      private void close()  
      private void getWhatsNew​(int phase)  
      void init​(org.eclipse.swt.widgets.Shell parentShell)  
      static void main​(java.lang.String[] args)  
      private void pullWhatsNew​(org.eclipse.swt.widgets.Composite cWhatsNew)  
      void setWhatsNew()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lineSeparator

        private static final java.lang.String lineSeparator
      • display

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

        org.eclipse.swt.widgets.Shell shell
      • black

        org.eclipse.swt.graphics.Color black
      • white

        org.eclipse.swt.graphics.Color white
      • light

        org.eclipse.swt.graphics.Color light
      • grey

        org.eclipse.swt.graphics.Color grey
      • green

        org.eclipse.swt.graphics.Color green
      • blue

        org.eclipse.swt.graphics.Color blue
      • fg

        org.eclipse.swt.graphics.Color fg
      • bg

        org.eclipse.swt.graphics.Color bg
      • sWhatsNew

        java.lang.String sWhatsNew
      • monospace

        org.eclipse.swt.graphics.Font monospace
      • cWhatsNew

        private org.eclipse.swt.widgets.Composite cWhatsNew
      • labelLoading

        private org.eclipse.swt.widgets.Label labelLoading
    • Constructor Detail

      • WelcomeWindow

        public WelcomeWindow​(org.eclipse.swt.widgets.Shell parentShell)
    • Method Detail

      • init

        public void init​(org.eclipse.swt.widgets.Shell parentShell)
      • pullWhatsNew

        private void pullWhatsNew​(org.eclipse.swt.widgets.Composite cWhatsNew)
      • setWhatsNew

        public void setWhatsNew()
      • _setWhatsNew

        public void _setWhatsNew()
      • getWhatsNew

        private void getWhatsNew​(int phase)
      • close

        private void close()
      • main

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