Overview

 
Package  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.emf.codegen.presentation
Class CodeGenUIPlugin

java.lang.Object
  extended byorg.eclipse.core.runtime.Plugin
      extended byorg.eclipse.ui.plugin.AbstractUIPlugin
          extended byorg.eclipse.emf.codegen.presentation.CodeGenUIPlugin

All Implemented Interfaces:
org.osgi.framework.BundleActivator


public class CodeGenUIPlugin
extends AbstractUIPlugin

This is the central singleton for the emf.codegen 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
CodeGenUIPlugin()
          Create the instance.
 
Method Summary
 ImageDescriptor getImage(String key)
           
static CodeGenUIPlugin getPlugin()
          Get the singleton instance.
 String getString(String key)
          This fetches a resource string from the plugin.properites file.
 String getString(String key, Object[] objects)
          This fetches a resource string from the plugin.properites file and performs message substitution.
static void write(Exception exception)
           
 
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
 

Constructor Detail

 

 

CodeGenUIPlugin

public CodeGenUIPlugin()

Create the instance.

Method Detail

 

 

getPlugin

public static CodeGenUIPlugin getPlugin()

Get the singleton instance.


 

 

getString

public String getString(String key)

This fetches a resource string from the plugin.properites file.


 

 

getImage

public ImageDescriptor getImage(String key)


 

 

getString

public String getString(String key,
                        Object[] objects)

This fetches a resource string from the plugin.properites file and performs message substitution.


 

 

write

public static void write(Exception exception)


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
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