hok.ui.wizard
Class Application

java.lang.Object
  extended by hok.ui.wizard.Application
All Implemented Interfaces:
IPlatformRunnable

public class Application
extends java.lang.Object
implements IPlatformRunnable

This class controls all aspects of the application's execution


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

Constructor Detail

Application

public Application()
Method Detail

run

public java.lang.Object run(java.lang.Object args)
                     throws java.lang.Exception
Specified by:
run in interface IPlatformRunnable
Throws:
java.lang.Exception