| |||||||||||
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.emf.common.EMFPlugin.EclipsePlugin
The actual implementation of an Eclipse Plugin.
Field Summary |
Fields inherited from class org.eclipse.core.runtime.Plugin |
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Constructor Summary | |
EMFPlugin.EclipsePlugin()
Creates an instance. | |
EMFPlugin.EclipsePlugin(IPluginDescriptor descriptor)
Deprecated. |
Method Summary | |
protected Object | doGetImage(String key)
Does the work of fetching the image associated with the key. |
URL | getBaseURL()
Returns the URL from which all resources are based. |
Object | getImage(String key)
Returns the description that can be used to create the image resource associated with the key. |
String | getString(String key)
Returns the string resource associated with the key. |
String | getString(String key,
Object[] substitutions)
Returns a string resource associated with the key, and peforms substitutions. |
String | getSymbolicName()
Return the plugin ID. |
void | log(Object logEntry)
Logs an entry. |
Methods inherited from class org.eclipse.core.runtime.Plugin |
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, start, startup, stop, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EMFPlugin.EclipsePlugin()
public EMFPlugin.EclipsePlugin(IPluginDescriptor descriptor)
Method Detail |
public String getSymbolicName()
public URL getBaseURL()
public Object getImage(String key)
protected Object doGetImage(String key) throws IOException
public String getString(String key)
public String getString(String key, Object[] substitutions)
public void log(Object logEntry)
|
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 |