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