|
|||||||||
PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.core.runtime.Plugin | +--org.eclipse.ui.plugin.AbstractUIPlugin | +--org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
This is the central singleton for the emf.codegen plugin.
Fields inherited from class org.eclipse.core.runtime.Plugin |
PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Constructor Summary | |
CodeGenUIPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
Create the instance. |
Method Summary | |
static CodeGenUIPlugin |
getPlugin()
Get the singleton instance. |
java.lang.String |
getString(java.lang.String key)
This fetches a resource string from the plugin.properites file. |
java.lang.String |
getString(java.lang.String key,
java.lang.Object[] objects)
This fetches a resource string from the plugin.properites file and performs message substitution. |
static void |
write(java.lang.Exception exception)
|
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup |
Methods inherited from class org.eclipse.core.runtime.Plugin |
find, find, getDescriptor, getLog, getPluginPreferences, getStateLocation, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CodeGenUIPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
Method Detail |
public static CodeGenUIPlugin getPlugin()
public java.lang.String getString(java.lang.String key)
public java.lang.String getString(java.lang.String key, java.lang.Object[] objects)
public static void write(java.lang.Exception exception)
|
Copyright 2001-2003 IBM Corporation and others. All Rights Reserved. |
||||||||
PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |