edu.rice.cs.hpc.viewer.framework.Activator Class Reference

The activator class controls the plug-in life cycle. More...

Inheritance diagram for edu.rice.cs.hpc.viewer.framework.Activator:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.viewer.framework.Activator:
Collaboration graph
[legend]

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 ImageDescriptor getImageDescriptor (String path)
 Returns an image descriptor for the image file at the given plug-in relative path.

Static Public Attributes

static final String PLUGIN_ID = "edu.rice.cs.hpc.viewer"

Protected Member Functions

void initializeImageRegistry (ImageRegistry registry)

Static Private Attributes

static Activator plugin

Detailed Description

The activator class controls the plug-in life cycle.

Definition at line 13 of file Activator.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.viewer.framework.Activator.Activator (  ) 

The constructor.

Definition at line 24 of file Activator.java.


Member Function Documentation

static Activator edu.rice.cs.hpc.viewer.framework.Activator.getDefault (  )  [static]

Returns the shared instance.

Returns:
the shared instance

Definition at line 50 of file Activator.java.

References edu.rice.cs.hpc.viewer.framework.Activator.plugin.

static ImageDescriptor edu.rice.cs.hpc.viewer.framework.Activator.getImageDescriptor ( String  path  )  [static]

Returns an image descriptor for the image file at the given plug-in relative path.

Parameters:
path the path
Returns:
the image descriptor

Definition at line 61 of file Activator.java.

References edu.rice.cs.hpc.viewer.framework.Activator.PLUGIN_ID.

void edu.rice.cs.hpc.viewer.framework.Activator.initializeImageRegistry ( ImageRegistry  registry  )  [protected]

Definition at line 69 of file Activator.java.

void edu.rice.cs.hpc.viewer.framework.Activator.start ( BundleContext  context  )  throws Exception

Definition at line 31 of file Activator.java.

References edu.rice.cs.hpc.viewer.framework.Activator.plugin.

void edu.rice.cs.hpc.viewer.framework.Activator.stop ( BundleContext  context  )  throws Exception

Member Data Documentation

final String edu.rice.cs.hpc.viewer.framework.Activator.PLUGIN_ID = "edu.rice.cs.hpc.viewer" [static]

The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1