The Meta-Environment API

org.meta_environment.eclipse.sdf
Class Activator

java.lang.Object
  extended by org.eclipse.core.runtime.Plugin
      extended by org.eclipse.ui.plugin.AbstractUIPlugin
          extended by org.eclipse.imp.runtime.PluginBase
              extended by org.meta_environment.eclipse.sdf.Activator
All Implemented Interfaces:
org.eclipse.imp.runtime.IPluginLog, org.eclipse.ui.IStartup, org.osgi.framework.BundleActivator

public class Activator
extends org.eclipse.imp.runtime.PluginBase
implements org.eclipse.ui.IStartup


Nested Class Summary
private static class Activator.InstanceKeeper
           
 
Field Summary
static java.lang.String kLanguageName
           
static java.lang.String kPluginID
           
protected static org.eclipse.imp.preferences.PreferencesService preferencesService
           
 
Fields inherited from class org.eclipse.imp.runtime.PluginBase
fEmitInfoMessages
 
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
Activator()
           
 
Method Summary
 void earlyStartup()
           
 java.lang.String getID()
           
static Activator getInstance()
           
 
Methods inherited from class org.eclipse.imp.runtime.PluginBase
getPreferencesService, logException, maybeWriteInfoMsg, refreshPrefs, writeErrorMsg, writeInfoMsg
 
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

kPluginID

public static final java.lang.String kPluginID
See Also:
Constant Field Values

kLanguageName

public static final java.lang.String kLanguageName
See Also:
Constant Field Values

preferencesService

protected static org.eclipse.imp.preferences.PreferencesService preferencesService
Constructor Detail

Activator

public Activator()
Method Detail

getInstance

public static Activator getInstance()

getID

public java.lang.String getID()
Specified by:
getID in class org.eclipse.imp.runtime.PluginBase

earlyStartup

public void earlyStartup()
Specified by:
earlyStartup in interface org.eclipse.ui.IStartup

The Meta-Environment API