| |||||||||||
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
org.eclipse.emf.mapping.presentation.MappingUIPlugin
This is the central singleton for the emf.mapping plugin.
Field Summary | |
protected static MappingUIPlugin | instance
Keep track of the singleton. |
Fields inherited from class org.eclipse.core.runtime.Plugin |
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Constructor Summary | |
MappingUIPlugin()
Create the instance. |
Method Summary | |
Image | getImage(String key)
This get a .gif from the image registry, which caches the icons folder. |
ImageDescriptor | getImageDescriptor(String key)
This gets a .gif from the icons folder. |
static MappingUIPlugin | getPlugin()
Get the singleton instance. |
String | getString(String key)
|
String | getString(String key,
Object s1)
|
String | getString(String key,
Object s1,
Object s2)
|
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, start, startup, stop |
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 |
protected static MappingUIPlugin instance
Constructor Detail |
public MappingUIPlugin()
Method Detail |
public static MappingUIPlugin getPlugin()
public String getString(String key)
public String getString(String key, Object s1)
public String getString(String key, Object s1, Object s2)
public ImageDescriptor getImageDescriptor(String key)
public Image getImage(String key)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |