be.ac.vub.cocompose.eclipse
Class CoComposePlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
be.ac.vub.cocompose.eclipse.CoComposePlugin
- public class CoComposePlugin
- extends AbstractUIPlugin
Eclipse plugin for CoCompose.
- Since:
- 0.2.0
- Version:
- 0.2.7, 08/01/2004
- Author:
- Dennis Wagelaar
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 |
CoComposePlugin
public CoComposePlugin(IPluginDescriptor desc)
- Creates a CoComposePlugin and stores it as the singleton.
- Parameters:
desc
- - Eclipse plugin descriptor.
getDefault
public static CoComposePlugin getDefault()
- Returns the singleton.
- Returns:
- the singleton CoComposePlugin.
getFactory
public ModelFactory getFactory()
- Gets the model element factory
- Returns:
- the factory
getDebug
public Debug getDebug()
getSetting
public String getSetting(String name)
- Gets a CoCompose plugin setting
- Parameters:
name
- the setting name
- Returns:
- the setting value