edu.rice.cs.hpc.filter.Activator Class Reference

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

Inheritance diagram for edu.rice.cs.hpc.filter.Activator:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.filter.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.filter"

Static Private Attributes

static Activator plugin

Detailed Description

The activator class controls the plug-in life cycle.

Definition at line 10 of file Activator.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.filter.Activator.Activator (  ) 

The constructor.

Definition at line 21 of file Activator.java.


Member Function Documentation

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

Returns the shared instance.

Returns:
the shared instance

Definition at line 47 of file Activator.java.

References edu.rice.cs.hpc.filter.Activator.plugin.

static ImageDescriptor edu.rice.cs.hpc.filter.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 58 of file Activator.java.

References edu.rice.cs.hpc.filter.Activator.PLUGIN_ID.

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

Definition at line 28 of file Activator.java.

References edu.rice.cs.hpc.filter.Activator.plugin.

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

Member Data Documentation

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

Definition at line 13 of file Activator.java.

Referenced by edu.rice.cs.hpc.filter.Activator.getImageDescriptor().


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1