Class Startup

  • All Implemented Interfaces:
    org.eclipse.ui.IStartup

    public class Startup
    extends java.lang.Object
    implements org.eclipse.ui.IStartup
    The start-up class for the iiziRun Builder.
    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.
      • 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.

        DO NOT CALL THIS METHOD, ECLIPSE FRAMEWORK WILL DO SO.

        Specified by:
        earlyStartup in interface org.eclipse.ui.IStartup