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