|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
eu.esdihumboldt.hale.ui.common.internal.CommonUIPlugin
public class CommonUIPlugin
The activator class controls the plug-in life cycle
Field Summary | |
---|---|
static String |
PLUGIN_ID
The plug-in ID |
Fields inherited from class org.eclipse.core.runtime.Plugin |
---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Fields inherited from interface eu.esdihumboldt.hale.ui.common.CommonSharedImagesConstants |
---|
IMG_ADD, IMG_DECORATION_MANDATORY, IMG_DEFINITION_ABSTRACT_FT, IMG_DEFINITION_ABSTRACT_TYPE, IMG_DEFINITION_CHOICE, IMG_DEFINITION_CONCRETE_FT, IMG_DEFINITION_CONCRETE_TYPE, IMG_DEFINITION_GEOMETRIC_PROPERTY, IMG_DEFINITION_GROUP, IMG_DEFINITION_NUMERIC_PROPERTY, IMG_DEFINITION_STRING_PROPERTY, IMG_META, IMG_PLAY, IMG_REMOVE, IMG_STOP |
Constructor Summary | |
---|---|
CommonUIPlugin()
Default constructor |
Method Summary | |
---|---|
static CommonUIPlugin |
getDefault()
Returns the shared instance |
static org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor(String path)
Returns an image descriptor for the image file at the given plug-in relative path |
protected void |
initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg)
|
void |
start(org.osgi.framework.BundleContext context)
|
void |
stop(org.osgi.framework.BundleContext context)
|
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
---|
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup |
Methods inherited from class org.eclipse.core.runtime.Plugin |
---|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PLUGIN_ID
Constructor Detail |
---|
public CommonUIPlugin()
Method Detail |
---|
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
Exception
AbstractUIPlugin.start(BundleContext)
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
Exception
AbstractUIPlugin.stop(BundleContext)
public static CommonUIPlugin getDefault()
public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(String path)
path
- the path
protected void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg)
initializeImageRegistry
in class org.eclipse.ui.plugin.AbstractUIPlugin
AbstractUIPlugin.initializeImageRegistry(ImageRegistry)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |