Package com.iizigo.db
Class Startup
- java.lang.Object
- com.iizigo.db.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.RunnableThe 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 voidearlyStartup()Will be called in a separate thread after the workbench initializes.voidrun()Runs in the UI thread.