|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractEList | |
---|---|
org.eclipse.emf.common.notify.impl | Provides a basic implementation of the notification framework. |
org.eclipse.emf.common.util | Provides basic utilities. |
org.eclipse.emf.converter.util | |
org.eclipse.emf.ecore.impl | Provides an implementation of Ecore. |
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.impl | |
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 Command s
which modify them.
|
org.eclipse.emf.edit.provider | This provides reusable ItemProviderAdapter support to drive
JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain s |
org.eclipse.emf.exporter | |
org.eclipse.emf.mapping.impl |
Uses of AbstractEList in org.eclipse.emf.common.notify.impl |
---|
Subclasses of AbstractEList in org.eclipse.emf.common.notify.impl | |
---|---|
static class |
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>
|
class |
DelegatingNotifyingListImpl<E>
An extensible implementation of a notifying list that delegates to a backing list. |
class |
NotificationChainImpl
A list that acts as a notification chain. |
class |
NotifyingListImpl<E>
An extensible implementation of a notifying list. |
Uses of AbstractEList in org.eclipse.emf.common.util |
---|
Subclasses of AbstractEList in org.eclipse.emf.common.util | |
---|---|
class |
AbstractTreeIterator<E>
An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on. |
class |
ArrayDelegatingEList<E>
A highly extensible abstract list implementation logically backed by an array that is never modified. |
class |
BasicEList<E>
A highly extensible list implementation. |
static class |
BasicEList.FastCompare<E>
A BasicEList that uses == instead of equals to compare members. |
static class |
BasicEList.UnmodifiableEList<E>
An unmodifiable version of BasicEList . |
class |
DelegatingEList<E>
A highly extensible delegating list implementation. |
static class |
DelegatingEList.UnmodifiableEList<E>
An unmodifiable version of DelegatingEList . |
class |
UniqueEList<E>
A BasicEList that allows only unique elements. |
static class |
UniqueEList.FastCompare<E>
A UniqueEList that uses == instead of equals to compare members. |
Uses of AbstractEList in org.eclipse.emf.converter.util |
---|
Subclasses of AbstractEList in org.eclipse.emf.converter.util | |
---|---|
static class |
ConverterUtil.EPackageList
|
static class |
ConverterUtil.GenPackageList
|
Uses of AbstractEList in org.eclipse.emf.ecore.impl |
---|
Subclasses of AbstractEList in org.eclipse.emf.ecore.impl | |
---|---|
static class |
EStoreEObjectImpl.BasicEStoreEList<E>
A list that delegates to a store. |
static class |
EStoreEObjectImpl.BasicEStoreFeatureMap
A feature map that delegates to a store. |
static class |
EStoreEObjectImpl.EStoreEList<E>
A list that delegates to a store. |
static class |
EStoreEObjectImpl.EStoreFeatureMap
A feature map that delegates to a store. |
Uses of AbstractEList in org.eclipse.emf.ecore.resource.impl |
---|
Subclasses of AbstractEList in org.eclipse.emf.ecore.resource.impl | |
---|---|
protected static class |
ExtensibleURIConverterImpl.ContentHandlerList
|
protected static class |
ExtensibleURIConverterImpl.URIHandlerList
|
protected class |
ResourceImpl.ContentsEList<E extends Object & EObject>
A notifying list implementation for supporting Resource.getContents() . |
protected class |
ResourceSetImpl.ResourcesEList<E extends Object & Resource>
A notifying list implementation for supporting ResourceSet.getResources() . |
Uses of AbstractEList in org.eclipse.emf.ecore.util |
---|
Uses of AbstractEList in org.eclipse.emf.ecore.xmi.impl |
---|
Subclasses of AbstractEList in org.eclipse.emf.ecore.xmi.impl | |
---|---|
class |
StringSegment
A String Buffer that never reallocates |
protected static class |
XMLHandler.MyEObjectStack
|
protected static class |
XMLHandler.MyStack<E>
|
class |
XMLString
|
Uses of AbstractEList in org.eclipse.emf.edit.domain |
---|
Subclasses of AbstractEList in org.eclipse.emf.edit.domain | |
---|---|
static class |
AdapterFactoryEditingDomain.DomainTreeIterator<E>
This implements an tree iterator that iterates over an object, it's domain children, their domain children, and so on. |
Uses of AbstractEList in org.eclipse.emf.edit.provider |
---|
Subclasses of AbstractEList in org.eclipse.emf.edit.provider | |
---|---|
class |
AdapterFactoryTreeIterator<E>
This implements a tree iterator that iterates over an object, it's children, their children, and so on, use the ITreeItemContentProvider s produced by an adapter factory. |
class |
ItemProvider.ItemProviderNotifyingArrayList<E>
This class overrides the "notify" methods to fire INotifyChangedListener calls
and it overrides the "inverse basic" methods to maintain referential integrity
by calling IUpdateableItemParent.setParent . |
Uses of AbstractEList in org.eclipse.emf.exporter |
---|
Subclasses of AbstractEList in org.eclipse.emf.exporter | |
---|---|
protected static class |
ModelExporter.GenPackagesTreeIterator
|
Uses of AbstractEList in org.eclipse.emf.mapping.impl |
---|
Subclasses of AbstractEList in org.eclipse.emf.mapping.impl | |
---|---|
static class |
MappingImpl.MappingTreeIterator
This implements a tree iterator that will iterate over a mapping, all it's nested mappings, all their nested mappings, and so on. |
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |