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