public class Activator
extends AbstractUIPlugin
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IMG_ALARM |
static java.lang.String |
IMG_ALARM_SYSTEM |
static java.lang.String |
IMG_FAULTCODES |
static java.lang.String |
IMG_FAULTMEMBERS |
static java.lang.String |
IMG_LINK |
static java.lang.String |
IMG_REDUCTIONS |
static java.lang.String |
IMG_SOURCE |
static java.lang.String |
IMG_TICKET |
static java.lang.String |
PLUGIN_ID |
| Constructor and Description |
|---|
Activator()
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
static Activator |
getDefault()
Returns the shared instance
|
static ImageDescriptor |
getImageDescriptor(java.lang.String path)
Returns an image descriptor for the image file at the given
plug-in relative path
|
protected void |
initializeImageRegistry(ImageRegistry reg) |
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
public static final java.lang.String PLUGIN_ID
public static final java.lang.String IMG_ALARM_SYSTEM
public static final java.lang.String IMG_SOURCE
public static final java.lang.String IMG_ALARM
public static final java.lang.String IMG_LINK
public static final java.lang.String IMG_TICKET
public static final java.lang.String IMG_FAULTMEMBERS
public static final java.lang.String IMG_FAULTCODES
public static final java.lang.String IMG_REDUCTIONS
public void start(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic void stop(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic static Activator getDefault()
public static ImageDescriptor getImageDescriptor(java.lang.String path)
path - the pathprotected void initializeImageRegistry(ImageRegistry reg)