Class Startup

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

    public class Startup
    extends java.lang.Object
    implements org.eclipse.ui.IStartup
    The startup adt class.
    • Constructor Summary

      Constructors 
      Constructor Description
      Startup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void earlyStartup()
      • Methods inherited from class java.lang.Object

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

      • Startup

        public Startup()
    • Method Detail

      • earlyStartup

        public void earlyStartup()
        Specified by:
        earlyStartup in interface org.eclipse.ui.IStartup
        See Also:
        IStartup.earlyStartup()