org.eparapher.rcp
Class Application

java.lang.Object
  extended by org.eparapher.rcp.Application
All Implemented Interfaces:
org.eclipse.equinox.app.IApplication

public class Application
extends Object
implements org.eclipse.equinox.app.IApplication

This class controls all aspects of the application's execution


Field Summary
static String PLUGIN_ID
           
 
Fields inherited from interface org.eclipse.equinox.app.IApplication
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
 
Constructor Summary
Application()
           
 
Method Summary
 Object start(org.eclipse.equinox.app.IApplicationContext context)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final String PLUGIN_ID
See Also:
Constant Field Values
Constructor Detail

Application

public Application()
Method Detail

start

public Object start(org.eclipse.equinox.app.IApplicationContext context)
Specified by:
start in interface org.eclipse.equinox.app.IApplication

stop

public void stop()
Specified by:
stop in interface org.eclipse.equinox.app.IApplication


Copyright © 2009 eParapher Software Foundation. All Rights Reserved.