org.eclipse.cdt.debug.internal.ui
Class Startup

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.ui.Startup
All Implemented Interfaces:
org.eclipse.ui.IStartup

public class Startup
extends java.lang.Object
implements org.eclipse.ui.IStartup

Forces the org.eclipse.cdt.debug.ui plugin to be loaded. The Modules view requires CElementAdapterFactory to be registered to display the labels and images of ICElement's.


Constructor Summary
Startup()
           
 
Method Summary
 void earlyStartup()
           
 
Methods inherited from class java.lang.Object
equals, 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