The Robot Application Programming Interface Delegate Project
RAPID Logo

Activator Class Reference

The activator class controls the plug-in life cycle.

Inheritance diagram for Activator:
Collaboration diagram for Activator:

List of all members.

Public Member Functions

 Activator ()
 The constructor.
void start (BundleContext context) throws Exception
void stop (BundleContext context) throws Exception

Static Public Member Functions

static Activator getDefault ()
 Returns the shared instance.

Static Public Attributes

static final String PLUGIN_ID = "gov.nasa.rapid.examples.ui"

Constructor & Destructor Documentation

Activator ( )

Member Function Documentation

static Activator getDefault ( ) [static]
Returns:
the shared instance
void start ( BundleContext  context) throws Exception
void stop ( BundleContext  context) throws Exception

Here is the call graph for this function:


Member Data Documentation

final String PLUGIN_ID = "gov.nasa.rapid.examples.ui" [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines