The Robot Application Programming Interface Delegate Project
RAPID Logo

RapidUiActivator Class Reference

The activator class controls the plug-in life cycle.

Inheritance diagram for RapidUiActivator:
Collaboration diagram for RapidUiActivator:

List of all members.

Public Member Functions

 RapidUiActivator ()
 The constructor.
void start (BundleContext context) throws Exception
void stop (BundleContext context) throws Exception
Image getImage (String imageName)

Static Public Member Functions

static RapidUiActivator getDefault ()
 Returns the shared instance.
static ImageDescriptor getImageDescriptor (String key)
 Shortcut for getting image descriptor.

Static Public Attributes

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

Protected Member Functions

void initializeImageRegistry (ImageRegistry reg)

Constructor & Destructor Documentation


Member Function Documentation

static RapidUiActivator getDefault ( ) [static]
Returns:
the shared instance
Image getImage ( String  imageName)
static ImageDescriptor getImageDescriptor ( String  key) [static]
Parameters:
key
Returns:

Here is the call graph for this function:

void initializeImageRegistry ( ImageRegistry  reg) [protected]

Here is the call graph for this function:

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.ui" [static]

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