|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAnnotationsActivator
de.cau.cs.kieler.core.annotations.ui.AnnotationsUiPlugin
public class AnnotationsUiPlugin
The activator class controls the plug-in life cycle.
Nested Class Summary | |
---|---|
static class |
AnnotationsUiPlugin.Images
nested class used to store images that are loaded at runtime. |
Field Summary | |
---|---|
static String |
PLUGIN_ID
the plug-in ID. |
Constructor Summary | |
---|---|
AnnotationsUiPlugin()
|
Method Summary | |
---|---|
static ImageDescriptor |
getImageDescriptor(String path)
Returns an image descriptor for the image file at the given plug-in relative path. |
AnnotationsUiPlugin.Images |
getImages()
Returns the images, or null if the plugin was disposed. |
void |
start(org.osgi.framework.BundleContext context)
|
void |
stop(org.osgi.framework.BundleContext context)
|
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 AnnotationsUiPlugin()
Method Detail |
---|
public AnnotationsUiPlugin.Images getImages()
null
if the plugin was disposed.
public void start(org.osgi.framework.BundleContext context) throws Exception
Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
Exception
public static ImageDescriptor getImageDescriptor(String path)
path
- the path
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |