Uses of Interface
org.eclipse.emf.common.util.Logger

Packages that use Logger
org.eclipse.emf.cheatsheets   
org.eclipse.emf.codegen   
org.eclipse.emf.codegen.ecore   
org.eclipse.emf.codegen.ecore.genmodel.provider   
org.eclipse.emf.common Provides a collection of subpackages to support the EMF infrastructure. 
org.eclipse.emf.common.ui This provides generally reusable extensions for the Eclipse UI 
org.eclipse.emf.converter   
org.eclipse.emf.databinding   
org.eclipse.emf.databinding.edit   
org.eclipse.emf.ecore.change Provides an API for describing and applying model changes. 
org.eclipse.emf.ecore.change.provider Provides item providers for the change model. 
org.eclipse.emf.ecore.plugin Provides platform neutral integration with Eclipse. 
org.eclipse.emf.ecore.presentation Provides sample editor support for Ecore. 
org.eclipse.emf.ecore.provider Provides item providers for Ecore. 
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.edit This provides plugin support for EMF.Edit. 
org.eclipse.emf.edit.ui This provides plugin support for EMF.Edit.UI. 
org.eclipse.emf.exporter   
org.eclipse.emf.importer   
org.eclipse.emf.importer.ecore   
org.eclipse.emf.importer.java   
org.eclipse.emf.importer.rose   
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.ecore2ecore   
org.eclipse.emf.mapping.ecore2ecore.presentation   
org.eclipse.emf.mapping.ecore2xml.ui   
 

Uses of Logger in org.eclipse.emf.cheatsheets
 

Classes in org.eclipse.emf.cheatsheets that implement Logger
 class CheatSheetsPlugin
          The Plugin for the EMF Cheat Sheets.
static class CheatSheetsPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.codegen
 

Classes in org.eclipse.emf.codegen that implement Logger
 class CodeGenPlugin
          The Plugin for the model EMF.CodeGen library.
static class CodeGenPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.codegen.ecore
 

Classes in org.eclipse.emf.codegen.ecore that implement Logger
 class CodeGenEcorePlugin
          The Plugin for the EMF.CodeGen.Ecore library.
static class CodeGenEcorePlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.codegen.ecore.genmodel.provider
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.provider that implement Logger
 class GenModelEditPlugin
          This is the central singleton for the GenModel editor plugin
static class GenModelEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

Uses of Logger in org.eclipse.emf.common
 

Classes in org.eclipse.emf.common that implement Logger
 class CommonPlugin
          The Plugin for the model EMF.Common library.
static class CommonPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 class EMFPlugin
          EMF must run within an Eclipse workbench, within a headless Eclipse workspace, or just stand-alone as part of some other application.
static class EMFPlugin.EclipsePlugin
          The actual implementation of an Eclipse Plugin.
 

Methods in org.eclipse.emf.common that return Logger
 Logger EMFPlugin.getPluginLogger()
          Returns an Eclipse plugin implementation of a logger.
 

Uses of Logger in org.eclipse.emf.common.ui
 

Classes in org.eclipse.emf.common.ui that implement Logger
 class CommonUIPlugin
          The Plugin for the model EMF.Common.UI library.
static class CommonUIPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 class EclipseUIPlugin
          An Eclipse AbstractUIPlugin implementation base to be used within UI plug-ins.
 

Uses of Logger in org.eclipse.emf.converter
 

Classes in org.eclipse.emf.converter that implement Logger
 class ConverterPlugin
          The Plugin for the model converter.
static class ConverterPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.databinding
 

Classes in org.eclipse.emf.databinding that implement Logger
 class DataBindingPlugin
          This is the central singleton for the Data Binding plugin.
static class DataBindingPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.databinding.edit
 

Classes in org.eclipse.emf.databinding.edit that implement Logger
 class DataBindingEditPlugin
          This is the central singleton for the Data binding Edit plugin.
static class DataBindingEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.ecore.change
 

Classes in org.eclipse.emf.ecore.change that implement Logger
 class ChangePlugin
          This is the central singleton for the Change model plugin
static class ChangePlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

Uses of Logger in org.eclipse.emf.ecore.change.provider
 

Classes in org.eclipse.emf.ecore.change.provider that implement Logger
 class ChangeEditPlugin
          This is the central singleton for the Change edit plugin
static class ChangeEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

Uses of Logger in org.eclipse.emf.ecore.plugin
 

Classes in org.eclipse.emf.ecore.plugin that implement Logger
 class EcorePlugin
          A collection of platform-neutral static utilities as well as Eclipse support utilities.
static class EcorePlugin.Implementation
          A plugin implementation that handles Ecore plugin registration.
 

Uses of Logger in org.eclipse.emf.ecore.presentation
 

Classes in org.eclipse.emf.ecore.presentation that implement Logger
 class EcoreEditorPlugin
          This is the central singleton for the Ecore editor plugin
static class EcoreEditorPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

Uses of Logger in org.eclipse.emf.ecore.provider
 

Classes in org.eclipse.emf.ecore.provider that implement Logger
 class EcoreEditPlugin
          This is the central singleton for the Ecore edit plugin
static class EcoreEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

Uses of Logger in org.eclipse.emf.ecore.xmi
 

Classes in org.eclipse.emf.ecore.xmi that implement Logger
 class XMIPlugin
          The Plugin for the EMF.Ecore.XMI library.
static class XMIPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.edit
 

Classes in org.eclipse.emf.edit that implement Logger
 class EMFEditPlugin
          The Plugin for the model EMF.Edit library.
static class EMFEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.edit.ui
 

Classes in org.eclipse.emf.edit.ui that implement Logger
 class EMFEditUIPlugin
          The Plugin for the model EMF.Edit.UI library.
static class EMFEditUIPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.exporter
 

Classes in org.eclipse.emf.exporter that implement Logger
 class ExporterPlugin
          The Plugin for the model exporter.
static class ExporterPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.importer
 

Classes in org.eclipse.emf.importer that implement Logger
 class ImporterPlugin
          The Plugin for the model importer.
static class ImporterPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.importer.ecore
 

Classes in org.eclipse.emf.importer.ecore that implement Logger
 class EcoreImporterPlugin
          The Plugin for the EMF.CodeGen.Ecore.Ecore library.
static class EcoreImporterPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.importer.java
 

Classes in org.eclipse.emf.importer.java that implement Logger
 class JavaImporterPlugin
          The Plugin for the EMF.CodeGen.Ecore.Rose library.
static class JavaImporterPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.importer.rose
 

Classes in org.eclipse.emf.importer.rose that implement Logger
 class RoseImporterPlugin
          The Plugin for the EMF.CodeGen.Ecore.Rose library.
static class RoseImporterPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 

Uses of Logger in org.eclipse.emf.mapping
 

Classes in org.eclipse.emf.mapping that implement Logger
 class MappingPlugin
          This is the central singleton for the Mapping edit plugin
static class MappingPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

Uses of Logger in org.eclipse.emf.mapping.ecore2ecore
 

Classes in org.eclipse.emf.mapping.ecore2ecore that implement Logger
 class Ecore2EcorePlugin
          This is the central singleton for the Ecore2Ecore edit plugin
static class Ecore2EcorePlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

Uses of Logger in org.eclipse.emf.mapping.ecore2ecore.presentation
 

Classes in org.eclipse.emf.mapping.ecore2ecore.presentation that implement Logger
 class Ecore2EcoreEditorPlugin
          This is the central singleton for the Ecore2Ecore editor plugin
static class Ecore2EcoreEditorPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 

Uses of Logger in org.eclipse.emf.mapping.ecore2xml.ui
 

Classes in org.eclipse.emf.mapping.ecore2xml.ui that implement Logger
 class Ecore2XMLUIPlugin
          This is the central singleton for the Ecore2XML editor plugin
static class Ecore2XMLUIPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.