Class AnyeditStartup

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

    public class AnyeditStartup
    extends java.lang.Object
    implements org.eclipse.ui.IStartup
    Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=455165 Eclipse 4.5 seem to changed IStartup contributions processing
    • Constructor Summary

      Constructors 
      Constructor Description
      AnyeditStartup()  
    • 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

      • AnyeditStartup

        public AnyeditStartup()
    • Method Detail

      • earlyStartup

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