com.ibm.jdg2e.miniwp
Class MiniWPApplicationRunnable

java.lang.Object
  extended bycom.ibm.jdg2e.miniwp.MiniWPApplicationRunnable
All Implemented Interfaces:
org.eclipse.core.runtime.IPlatformRunnable

public class MiniWPApplicationRunnable
extends java.lang.Object
implements org.eclipse.core.runtime.IPlatformRunnable

MiniWPApplicationRunnable, an implementor of IPlatformRunnable, is responsible for initializing the application and bootstrapping Eclipse. In this case the implementation is little more than the boilerplate RCP IPlatformRunnable code.


Field Summary
 
Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
 
Constructor Summary
MiniWPApplicationRunnable()
           
 
Method Summary
 java.lang.Object run(java.lang.Object args)
          Create the advisor and start the UI look.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiniWPApplicationRunnable

public MiniWPApplicationRunnable()
Method Detail

run

public java.lang.Object run(java.lang.Object args)
                     throws java.lang.Exception
Create the advisor and start the UI look. More sophisticated implementations might do things like check the authority of the user by logging them in, start common services, and so on.

Specified by:
run in interface org.eclipse.core.runtime.IPlatformRunnable
Throws:
java.lang.Exception