|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.core.runtime.Plugin org.eclipse.ui.plugin.AbstractUIPlugin org.eclipse.emf.mapping.presentation.MappingUIPlugin
public class 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(java.lang.String key)
This get a .gif from the image registry, which caches the icons folder. |
ImageDescriptor |
getImageDescriptor(java.lang.String key)
This gets a .gif from the icons folder. |
static MappingUIPlugin |
getPlugin()
Get the singleton instance. |
java.lang.String |
getString(java.lang.String key)
|
java.lang.String |
getString(java.lang.String key,
java.lang.Object s1)
|
java.lang.String |
getString(java.lang.String key,
java.lang.Object s1,
java.lang.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 java.lang.String getString(java.lang.String key)
public java.lang.String getString(java.lang.String key, java.lang.Object s1)
public java.lang.String getString(java.lang.String key, java.lang.Object s1, java.lang.Object s2)
public ImageDescriptor getImageDescriptor(java.lang.String key)
public Image getImage(java.lang.String key)
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |