Class IntegrityUIStartup

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

    public class IntegrityUIStartup
    extends java.lang.Object
    implements org.eclipse.ui.IStartup
    This startup code is run when the Integrity UI bundle is started.
    Author:
    Rene Schneider - initial API and implementation
    • 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

      • IntegrityUIStartup

        public IntegrityUIStartup()
    • Method Detail

      • earlyStartup

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