| Java API Reference | Class Hierarchy | All Classes | All Fields and Methods |
com.ibm.xtools.patterns.framework.specialized
+-- AbstractUIPlugin +-- Activator
public Class Activator
extends AbstractUIPlugin
Represents the activator class that controls the plug-in life cycle.
| Fields | |
|---|---|
| final static public java.lang.String | PLUGIN_ID The default constructor provided automatically by the compiler. |
| Constructor summary |
|---|
| Activator() The constructor. |
| Method summary | |
|---|---|
| Activator | getDefault() Returns the shared instance. |
| void | start(BundleContext context) Represents the start operation. |
| void | stop(BundleContext context) Represents the stop operation. |
Constructor detail
Method detail