Package com.iizigo.db

Class Startup

  • All Implemented Interfaces:
    java.lang.Runnable, org.eclipse.ui.IStartup

    public class Startup
    extends java.lang.Object
    implements org.eclipse.ui.IStartup, java.lang.Runnable
    The start-up class for UI processing.
    Author:
    Christopher Mindus
    • Constructor Summary

      Constructors 
      ConstructorDescription
      Startup()
      The Eclipse constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidearlyStartup()
      Will be called in a separate thread after the workbench initializes.
      voidrun()
      Runs in the UI thread.
      • Methods inherited from class java.lang.Object

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

      • Startup

        public Startup()
        The Eclipse constructor.
    • Method Detail

      • earlyStartup

        public void earlyStartup()
        Will be called in a separate thread after the workbench initializes.
        Specified by:
        earlyStartup in interface org.eclipse.ui.IStartup
      • run

        public void run()
        Runs in the UI thread.
        Specified by:
        run in interface java.lang.Runnable