public class ViatraQueryGUIPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ICON_ARROW_BOTTOM |
static java.lang.String |
ICON_ARROW_LEFT |
static java.lang.String |
ICON_ARROW_RIGHT |
static java.lang.String |
ICON_ARROW_TOP |
static java.lang.String |
ICON_EPACKAGE |
static java.lang.String |
ICON_ERROR |
static java.lang.String |
ICON_MATCH |
static java.lang.String |
ICON_MATCHER |
static java.lang.String |
ICON_PIN |
static java.lang.String |
ICON_PROJECT |
static java.lang.String |
ICON_ROOT |
static java.lang.String |
ICON_VIATRA |
static java.lang.String |
ICON_VQL |
static java.lang.String |
PLUGIN_ID
The plug-in ID
|
Constructor and Description |
---|
ViatraQueryGUIPlugin() |
Modifier and Type | Method and Description |
---|---|
static ViatraQueryGUIPlugin |
getDefault()
Returns the shared instance
|
protected void |
initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg) |
void |
logException(java.lang.String message,
java.lang.Throwable exception) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
public static final java.lang.String PLUGIN_ID
public static final java.lang.String ICON_ROOT
public static final java.lang.String ICON_MATCHER
public static final java.lang.String ICON_MATCH
public static final java.lang.String ICON_ERROR
public static final java.lang.String ICON_ARROW_RIGHT
public static final java.lang.String ICON_ARROW_LEFT
public static final java.lang.String ICON_PIN
public static final java.lang.String ICON_ARROW_TOP
public static final java.lang.String ICON_ARROW_BOTTOM
public static final java.lang.String ICON_EPACKAGE
public static final java.lang.String ICON_VQL
public static final java.lang.String ICON_PROJECT
public static final java.lang.String ICON_VIATRA
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public static ViatraQueryGUIPlugin getDefault()
protected void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg)
initializeImageRegistry
in class org.eclipse.ui.plugin.AbstractUIPlugin
public void logException(java.lang.String message, java.lang.Throwable exception)