The Meta-Environment API

org.meta_environment.eclipse
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.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 PLUGIN_ID
           
 
Fields inherited from class org.eclipse.imp.runtime.PluginBase
fEmitInfoMessages, preferencesService
 
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

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
Method Detail

getInstance

public static Activator getInstance()

earlyStartup

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

getID

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

The Meta-Environment API