Math2mat
Public Member Functions | Static Public Member Functions | Static Public Attributes

m2m.frontend.Activator Class Reference

Inheritance diagram for m2m.frontend.Activator:
Inheritance graph
[legend]
Collaboration diagram for m2m.frontend.Activator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Activator ()
void start (BundleContext context) throws Exception
void stop (BundleContext context) throws Exception

Static Public Member Functions

static Activator getDefault ()
static ImageDescriptor getImageDescriptor (String path)

Static Public Attributes

static final String PLUGIN_ID = "m2mgui"

Detailed Description

The activator class controls the plug-in life cycle

Definition at line 29 of file Activator.java.


Constructor & Destructor Documentation

m2m.frontend.Activator.Activator ( )

The constructor

Definition at line 40 of file Activator.java.


Member Function Documentation

static Activator m2m.frontend.Activator.getDefault ( ) [static]

Returns the shared instance

Returns:
the shared instance

Definition at line 66 of file Activator.java.

static ImageDescriptor m2m.frontend.Activator.getImageDescriptor ( String  path) [static]

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

Parameters:
paththe path
Returns:
the image descriptor

Definition at line 77 of file Activator.java.

void m2m.frontend.Activator.start ( BundleContext  context) throws Exception

Definition at line 47 of file Activator.java.

void m2m.frontend.Activator.stop ( BundleContext  context) throws Exception

Definition at line 56 of file Activator.java.


Member Data Documentation

final String m2m.frontend.Activator.PLUGIN_ID = "m2mgui" [static]

Definition at line 32 of file Activator.java.


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