Uses of Package
org.eclipse.emf.common.util

Packages that use org.eclipse.emf.common.util
org.eclipse.emf.cheatsheets   
org.eclipse.emf.codegen   
org.eclipse.emf.codegen.ecore   
org.eclipse.emf.codegen.ecore.generator   
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.generator   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.presentation   
org.eclipse.emf.codegen.ecore.genmodel.provider   
org.eclipse.emf.codegen.ecore.genmodel.util   
org.eclipse.emf.codegen.jet   
org.eclipse.emf.codegen.merge.java   
org.eclipse.emf.codegen.util   
org.eclipse.emf.common Provides a collection of subpackages to support the EMF infrastructure. 
org.eclipse.emf.common.notify Provides a notification framework. 
org.eclipse.emf.common.notify.impl Provides a basic implementation of the notification framework. 
org.eclipse.emf.common.ui This provides generally reusable extensions for the Eclipse UI 
org.eclipse.emf.common.ui.dialogs   
org.eclipse.emf.common.ui.editor   
org.eclipse.emf.common.ui.wizard   
org.eclipse.emf.common.util Provides basic utilities. 
org.eclipse.emf.converter   
org.eclipse.emf.converter.ui.contribution.base   
org.eclipse.emf.converter.util   
org.eclipse.emf.databinding   
org.eclipse.emf.databinding.edit   
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.action   
org.eclipse.emf.ecore.change Provides an API for describing and applying model changes. 
org.eclipse.emf.ecore.change.impl Provides an implementation of the Change model. 
org.eclipse.emf.ecore.change.provider Provides item providers for the change model. 
org.eclipse.emf.ecore.change.util Provides utilities. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
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.resource Provides an API for modeling abstract persistent resources. 
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.ecore.xmi.util   
org.eclipse.emf.ecore.xml.namespace   
org.eclipse.emf.ecore.xml.namespace.impl   
org.eclipse.emf.ecore.xml.namespace.util   
org.eclipse.emf.ecore.xml.type   
org.eclipse.emf.ecore.xml.type.impl   
org.eclipse.emf.ecore.xml.type.util   
org.eclipse.emf.edit This provides plugin support for EMF.Edit. 
org.eclipse.emf.edit.command This provides a framework for implementing and composing Commands as well as implementations of all primitive EMF commands.
org.eclipse.emf.edit.domain This provides support for an EditingDomain, which acts a centralized control mechanism for managing a set of interrelated models and the Commands which modify them.
org.eclipse.emf.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
org.eclipse.emf.edit.provider.resource   
org.eclipse.emf.edit.tree   
org.eclipse.emf.edit.tree.impl   
org.eclipse.emf.edit.tree.provider   
org.eclipse.emf.edit.ui This provides plugin support for EMF.Edit.UI. 
org.eclipse.emf.edit.ui.action This provides a reusable implementation of an IAction that delegates to a CommandActionDelegate, which is usually also a Command 
org.eclipse.emf.edit.ui.celleditor   
org.eclipse.emf.edit.ui.util   
org.eclipse.emf.exporter   
org.eclipse.emf.exporter.ui.contribution.base   
org.eclipse.emf.importer   
org.eclipse.emf.importer.ecore   
org.eclipse.emf.importer.java   
org.eclipse.emf.importer.java.builder   
org.eclipse.emf.importer.java.ui   
org.eclipse.emf.importer.rose   
org.eclipse.emf.importer.rose.builder   
org.eclipse.emf.importer.ui.contribution.base   
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.ecore2ecore   
org.eclipse.emf.mapping.ecore2ecore.presentation   
org.eclipse.emf.mapping.ecore2ecore.provider   
org.eclipse.emf.mapping.ecore2ecore.util   
org.eclipse.emf.mapping.ecore2xml   
org.eclipse.emf.mapping.ecore2xml.impl   
org.eclipse.emf.mapping.ecore2xml.presentation   
org.eclipse.emf.mapping.ecore2xml.provider   
org.eclipse.emf.mapping.ecore2xml.ui   
org.eclipse.emf.mapping.ecore2xml.util   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.provider   
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.cheatsheets
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.codegen
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.codegen.ecore
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
Monitor
          An task monitor that provides control and feedback.
ResourceLocator
          A locator of Java resources.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.codegen.ecore.generator
Diagnostic
          Information about the outcome of some activity.
Monitor
          An task monitor that provides control and feedback.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.codegen.ecore.genmodel
Diagnostic
          Information about the outcome of some activity.
EList
          A list that supports move.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
Enumerator
          An interface implemented by the enumerators of a type-safe enum.
Monitor
          An task monitor that provides control and feedback.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.codegen.ecore.genmodel.generator
Diagnostic
          Information about the outcome of some activity.
Monitor
          An task monitor that provides control and feedback.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.codegen.ecore.genmodel.impl
Diagnostic
          Information about the outcome of some activity.
EList
          A list that supports move.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
Monitor
          An task monitor that provides control and feedback.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.codegen.ecore.genmodel.presentation
Diagnostic
          Information about the outcome of some activity.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.codegen.ecore.genmodel.provider
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.codegen.ecore.genmodel.util
DiagnosticChain
          An accumulator of diagnostics.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.codegen.jet
DiagnosticException
          A checked exception representing a diagnosed failure.
Monitor
          An task monitor that provides control and feedback.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.codegen.merge.java
Monitor
          An task monitor that provides control and feedback.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.codegen.util
Monitor
          An task monitor that provides control and feedback.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.common
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.common.notify
EList
          A list that supports move.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.common.notify.impl
BasicEList
          A highly extensible list implementation.
DelegatingEList
          A highly extensible delegating list implementation.
EList
          A list that supports move.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.common.ui
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Diagnostic
          Information about the outcome of some activity.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.common.ui.dialogs
Diagnostic
          Information about the outcome of some activity.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.common.ui.editor
Diagnostic
          Information about the outcome of some activity.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.common.ui.wizard
Diagnostic
          Information about the outcome of some activity.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.common.util
BasicEList
          A highly extensible list implementation.
BasicEList.EIterator
          An extensible iterator implementation.
BasicEList.EListIterator
          An extensible list iterator implementation.
BasicEMap.BasicEMapIterator
          An iterator over the map entry data.
BasicEMap.Entry
          An extended implementation interface for caching hash values and for updating an entry that may be manufactured as a uninitialized instance by a factory.
BasicEMap.View
          An implementation class to hold the views.
BasicMonitor
          The most basic implementation of a task monitor.
DelegatingEList
          A highly extensible delegating list implementation.
DelegatingEList.EIterator
          An extensible iterator implementation.
DelegatingEList.EListIterator
          An extensible list iterator implementation.
Diagnostic
          Information about the outcome of some activity.
DiagnosticChain
          An accumulator of diagnostics.
DiagnosticException
          A checked exception representing a diagnosed failure.
EList
          A list that supports move.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
EMap.InternalMapView
          An internal interface implemented by the map view.
Enumerator
          An interface implemented by the enumerators of a type-safe enum.
Monitor
          An task monitor that provides control and feedback.
ResourceLocator
          A locator of Java resources.
TreeIterator
          A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
UniqueEList
          A BasicEList that allows only unique elements.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.converter
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.converter.ui.contribution.base
Diagnostic
          Information about the outcome of some activity.
Monitor
          An task monitor that provides control and feedback.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.converter.util
BasicEList
          A highly extensible list implementation.
Diagnostic
          Information about the outcome of some activity.
EList
          A list that supports move.
UniqueEList
          A BasicEList that allows only unique elements.
UniqueEList.FastCompare
          A UniqueEList that uses == instead of equals to compare members.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.databinding
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.databinding.edit
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore
DiagnosticChain
          An accumulator of diagnostics.
EList
          A list that supports move.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
Enumerator
          An interface implemented by the enumerators of a type-safe enum.
TreeIterator
          A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.action
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.change
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
EList
          A list that supports move.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
Enumerator
          An interface implemented by the enumerators of a type-safe enum.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.change.impl
BasicEMap.Entry
          An extended implementation interface for caching hash values and for updating an entry that may be manufactured as a uninitialized instance by a factory.
EList
          A list that supports move.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.change.provider
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.change.util
EList
          A list that supports move.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.impl
BasicEList
          A highly extensible list implementation.
BasicEMap.Entry
          An extended implementation interface for caching hash values and for updating an entry that may be manufactured as a uninitialized instance by a factory.
DelegatingEList
          A highly extensible delegating list implementation.
EList
          A list that supports move.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
Enumerator
          An interface implemented by the enumerators of a type-safe enum.
TreeIterator
          A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.plugin
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.presentation
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Diagnostic
          Information about the outcome of some activity.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.provider
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.resource
EList
          A list that supports move.
TreeIterator
          A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.resource.impl
BasicEList
          A highly extensible list implementation.
BasicEMap
          A highly extensible map implementation.
BasicEMap.DelegatingMap
           
BasicEMap.Entry
          An extended implementation interface for caching hash values and for updating an entry that may be manufactured as a uninitialized instance by a factory.
BasicEMap.EntryImpl
          A simple and obvious entry implementation.
EList
          A list that supports move.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
EMap.InternalMapView
          An internal interface implemented by the map view.
TreeIterator
          A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.util
AbstractTreeIterator
          An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.
BasicDiagnostic
          A basic implementation of a diagnostic that that also acts as a chain.
BasicEList
          A highly extensible list implementation.
BasicEList.EIterator
          An extensible iterator implementation.
BasicEList.EListIterator
          An extensible list iterator implementation.
BasicEList.UnmodifiableEList
          An unmodifiable version of BasicEList.
BasicEMap
          A highly extensible map implementation.
BasicEMap.Entry
          An extended implementation interface for caching hash values and for updating an entry that may be manufactured as a uninitialized instance by a factory.
DelegatingEList
          A highly extensible delegating list implementation.
DelegatingEList.EIterator
          An extensible iterator implementation.
DelegatingEList.EListIterator
          An extensible list iterator implementation.
DelegatingEList.UnmodifiableEList
          An unmodifiable version of DelegatingEList.
Diagnostic
          Information about the outcome of some activity.
DiagnosticChain
          An accumulator of diagnostics.
EList
          A list that supports move.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
Enumerator
          An interface implemented by the enumerators of a type-safe enum.
ResourceLocator
          A locator of Java resources.
TreeIterator
          A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.xmi
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.xmi.impl
BasicEList
          A highly extensible list implementation.
EList
          A list that supports move.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.xmi.util
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.xml.namespace
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
Enumerator
          An interface implemented by the enumerators of a type-safe enum.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.xml.namespace.impl
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.xml.namespace.util
DiagnosticChain
          An accumulator of diagnostics.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.xml.type
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.xml.type.impl
EList
          A list that supports move.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.ecore.xml.type.util
DiagnosticChain
          An accumulator of diagnostics.
ResourceLocator
          A locator of Java resources.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.edit
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.edit.command
EList
          A list that supports move.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.edit.domain
AbstractTreeIterator
          An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.
BasicEList
          A highly extensible list implementation.
EList
          A list that supports move.
TreeIterator
          A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.edit.provider
AbstractTreeIterator
          An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.
BasicEList
          A highly extensible list implementation.
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
EList
          A list that supports move.
ResourceLocator
          A locator of Java resources.
TreeIterator
          A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.edit.provider.resource
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.edit.tree
EList
          A list that supports move.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.edit.tree.impl
EList
          A list that supports move.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.edit.tree.provider
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.edit.ui
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.edit.ui.action
Diagnostic
          Information about the outcome of some activity.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.edit.ui.celleditor
EList
          A list that supports move.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.edit.ui.util
Diagnostic
          Information about the outcome of some activity.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.exporter
AbstractTreeIterator
          An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.
BasicEList
          A highly extensible list implementation.
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Diagnostic
          Information about the outcome of some activity.
DiagnosticException
          A checked exception representing a diagnosed failure.
EList
          A list that supports move.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
Logger
          A logger of log entries.
Monitor
          An task monitor that provides control and feedback.
ResourceLocator
          A locator of Java resources.
TreeIterator
          A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.exporter.ui.contribution.base
Diagnostic
          Information about the outcome of some activity.
Monitor
          An task monitor that provides control and feedback.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.importer
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Diagnostic
          Information about the outcome of some activity.
DiagnosticException
          A checked exception representing a diagnosed failure.
Logger
          A logger of log entries.
Monitor
          An task monitor that provides control and feedback.
ResourceLocator
          A locator of Java resources.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.importer.ecore
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Diagnostic
          Information about the outcome of some activity.
DiagnosticException
          A checked exception representing a diagnosed failure.
Logger
          A logger of log entries.
Monitor
          An task monitor that provides control and feedback.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.importer.java
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Diagnostic
          Information about the outcome of some activity.
Logger
          A logger of log entries.
Monitor
          An task monitor that provides control and feedback.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.importer.java.builder
BasicDiagnostic
          A basic implementation of a diagnostic that that also acts as a chain.
Diagnostic
          Information about the outcome of some activity.
EList
          A list that supports move.
Monitor
          An task monitor that provides control and feedback.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.importer.java.ui
Monitor
          An task monitor that provides control and feedback.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.importer.rose
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Diagnostic
          Information about the outcome of some activity.
DiagnosticException
          A checked exception representing a diagnosed failure.
Logger
          A logger of log entries.
Monitor
          An task monitor that provides control and feedback.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.importer.rose.builder
Diagnostic
          Information about the outcome of some activity.
EList
          A list that supports move.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.importer.ui.contribution.base
Diagnostic
          Information about the outcome of some activity.
Monitor
          An task monitor that provides control and feedback.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.mapping
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
EList
          A list that supports move.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
TreeIterator
          A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.mapping.ecore2ecore
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.mapping.ecore2ecore.presentation
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.mapping.ecore2ecore.provider
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.mapping.ecore2ecore.util
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.mapping.ecore2xml
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.mapping.ecore2xml.impl
BasicEMap.Entry
          An extended implementation interface for caching hash values and for updating an entry that may be manufactured as a uninitialized instance by a factory.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.mapping.ecore2xml.presentation
Diagnostic
          Information about the outcome of some activity.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.mapping.ecore2xml.provider
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.mapping.ecore2xml.ui
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.mapping.ecore2xml.util
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.mapping.impl
AbstractTreeIterator
          An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.
BasicEList
          A highly extensible list implementation.
EList
          A list that supports move.
TreeIterator
          A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.mapping.provider
ResourceLocator
          A locator of Java resources.
 


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