Class Startup

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

    public class Startup
    extends java.lang.Object
    implements org.eclipse.ui.IStartup
    This class registers a startup mechanism for the plug-in, which enables the startup after the workbench was initialized.
    Author:
    El-Sharkawy
    • 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