The activator class controls the plug-in life cycle. More...
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. |
The activator class controls the plug-in life cycle.
Definition at line 9 of file Activator.java.
static Activator org.swtchart.examples.Activator.getDefault | ( | ) | [static] |
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.
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().
void org.swtchart.examples.Activator.start | ( | BundleContext | context | ) | throws Exception |
Definition at line 18 of file Activator.java.
References org.swtchart.examples.Activator.setPlugin().
void org.swtchart.examples.Activator.stop | ( | BundleContext | context | ) | throws Exception |
Definition at line 27 of file Activator.java.
References org.swtchart.examples.Activator.setPlugin().
Activator org.swtchart.examples.Activator.plugin [static, private] |
The shared instance.
Definition at line 12 of file Activator.java.
Referenced by org.swtchart.examples.Activator.getDefault(), and org.swtchart.examples.Activator.setPlugin().