com.aptana.ide.debug.internal.ui
Class Startup

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

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

Author:
Max Stepanov

Constructor Summary
Startup()
           
 
Method Summary
 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()