Package com.iizigo.term
Class Startup
- java.lang.Object
- com.iizigo.term.Startup
- All Implemented Interfaces:
java.lang.Runnable
,org.eclipse.ui.IStartup
public class Startup extends java.lang.Object implements org.eclipse.ui.IStartup, java.lang.Runnable
The start-up class for UI processing.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description Startup()
The Eclipse constructor.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
earlyStartup()
Will be called in a separate thread after the workbench initializes.void
run()
Runs in the UI thread.