org.swtchart.examples.Activator Class Reference

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

Inheritance diagram for org.swtchart.examples.Activator:
Inheritance graph
[legend]
Collaboration diagram for org.swtchart.examples.Activator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Static Public Member Functions

static Activator getDefault ()
 Returns the shared instance.

Static Private Member Functions

static void setPlugin (Activator activator)
 Sets the shared instance.

Static Private Attributes

static Activator plugin
 The shared instance.

Detailed Description

The activator class controls the plug-in life cycle.

Definition at line 9 of file Activator.java.


Member Function Documentation

static Activator org.swtchart.examples.Activator.getDefault (  )  [static]

Returns the shared instance.

Returns:
the shared instance

Definition at line 47 of file Activator.java.

References org.swtchart.examples.Activator.plugin.

static void org.swtchart.examples.Activator.setPlugin ( Activator  activator  )  [static, private]

Sets the shared instance.

Parameters:
activator the shared instance

Definition at line 38 of file Activator.java.

References org.swtchart.examples.Activator.plugin.

Referenced by org.swtchart.examples.Activator.start(), and org.swtchart.examples.Activator.stop().

Here is the caller graph for this function:

void org.swtchart.examples.Activator.start ( BundleContext  context  )  throws Exception

Definition at line 18 of file Activator.java.

References org.swtchart.examples.Activator.setPlugin().

Here is the call graph for this function:

void org.swtchart.examples.Activator.stop ( BundleContext  context  )  throws Exception

Definition at line 27 of file Activator.java.

References org.swtchart.examples.Activator.setPlugin().

Here is the call graph for this function:


Member Data Documentation

The shared instance.

Definition at line 12 of file Activator.java.

Referenced by org.swtchart.examples.Activator.getDefault(), and org.swtchart.examples.Activator.setPlugin().


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

Generated on 26 Oct 2015 for SWTChart.org by  doxygen 1.6.1