|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPlugin
com.bea.workshop.controls.core.ControlsCorePlugin
public class ControlsCorePlugin
Controls core plug-in.
| Field Summary | |
|---|---|
static String |
PLUGIN_ID
|
| Constructor Summary | |
|---|---|
ControlsCorePlugin()
The constructor. |
|
| Method Summary | |
|---|---|
static ControlsCorePlugin |
getDefault()
Returns the shared instance. |
static void |
log(Throwable e)
Log an exception in this plug-in. |
void |
start(BundleContext context)
This method is called upon plug-in activation |
void |
stop(BundleContext context)
This method is called when the plug-in is stopped |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PLUGIN_ID
| Constructor Detail |
|---|
public ControlsCorePlugin()
| Method Detail |
|---|
public void start(BundleContext context)
throws Exception
Exception
public void stop(BundleContext context)
throws Exception
Exceptionpublic static ControlsCorePlugin getDefault()
public static void log(Throwable e)
e - the exception to log
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||