public class Activator
extends org.eclipse.ui.plugin.AbstractUIPlugin
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PLUGIN_ID |
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and Description |
---|---|
static Activator |
getInstance() |
void |
logError(java.lang.String error) |
void |
logError(java.lang.String error,
java.lang.Throwable throwable) |
void |
logInfo(java.lang.String message) |
void |
logInfo(java.lang.String message,
java.lang.Throwable throwable) |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop(org.osgi.framework.BundleContext bundleContext) |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
public static final java.lang.String PLUGIN_ID
public void start(org.osgi.framework.BundleContext bundleContext) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public static Activator getInstance()
public void stop(org.osgi.framework.BundleContext bundleContext) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public void logError(java.lang.String error)
public void logError(java.lang.String error, java.lang.Throwable throwable)
public void logInfo(java.lang.String message)
public void logInfo(java.lang.String message, java.lang.Throwable throwable)