|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureMap.Entry | |
---|---|
org.eclipse.emf.ecore.change.impl | Provides an implementation of the Change model. |
org.eclipse.emf.ecore.impl | Provides an implementation of Ecore. |
org.eclipse.emf.ecore.util | Provides utilities. |
org.eclipse.emf.edit.provider | This provides reusable ItemProviderAdapter support to drive
JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain s |
Uses of FeatureMap.Entry in org.eclipse.emf.ecore.change.impl |
---|
Classes in org.eclipse.emf.ecore.change.impl that implement FeatureMap.Entry | |
---|---|
class |
FeatureMapEntryImpl
An implementation of the model object 'Feature Map Entry'. |
Method parameters in org.eclipse.emf.ecore.change.impl with type arguments of type FeatureMap.Entry | |
---|---|
protected static java.util.List<EObject> |
ChangeDescriptionImpl.getContainedEObjects(java.util.List<FeatureMap.Entry> featureMapEntries)
|
Uses of FeatureMap.Entry in org.eclipse.emf.ecore.impl |
---|
Classes in org.eclipse.emf.ecore.impl that implement FeatureMap.Entry | |
---|---|
static class |
EStructuralFeatureImpl.BasicFeatureMapEntry
|
static class |
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry
|
class |
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
|
static class |
EStructuralFeatureImpl.SimpleContentFeatureMapEntry
|
static class |
EStructuralFeatureImpl.SimpleFeatureMapEntry
|
Methods in org.eclipse.emf.ecore.impl that return FeatureMap.Entry | |
---|---|
protected FeatureMap.Entry |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateGet(int index)
|
protected FeatureMap.Entry |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateMove(int targetIndex,
int sourceIndex)
|
protected FeatureMap.Entry |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateRemove(int index)
|
protected FeatureMap.Entry |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateSet(int index,
FeatureMap.Entry object)
|
Methods in org.eclipse.emf.ecore.impl that return types with arguments of type FeatureMap.Entry | |
---|---|
protected java.util.List<FeatureMap.Entry> |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateBasicList()
|
protected java.util.Iterator<FeatureMap.Entry> |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateIterator()
|
protected java.util.List<FeatureMap.Entry> |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateList()
|
protected java.util.ListIterator<FeatureMap.Entry> |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateListIterator()
|
Methods in org.eclipse.emf.ecore.impl with parameters of type FeatureMap.Entry | |
---|---|
protected void |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateAdd(FeatureMap.Entry object)
|
protected void |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateAdd(int index,
FeatureMap.Entry object)
|
protected FeatureMap.Entry |
EStoreEObjectImpl.BasicEStoreFeatureMap.delegateSet(int index,
FeatureMap.Entry object)
|
Uses of FeatureMap.Entry in org.eclipse.emf.ecore.util |
---|
Subinterfaces of FeatureMap.Entry in org.eclipse.emf.ecore.util | |
---|---|
static interface |
FeatureMap.Entry.Internal
|
Classes in org.eclipse.emf.ecore.util that implement FeatureMap.Entry | |
---|---|
static class |
FeatureMapUtil.EntryImpl
|
Methods in org.eclipse.emf.ecore.util that return FeatureMap.Entry | |
---|---|
static FeatureMap.Entry |
FeatureMapUtil.createCDATAEntry(java.lang.String value)
|
static FeatureMap.Entry |
FeatureMapUtil.createCommentEntry(java.lang.String value)
|
static FeatureMap.Entry |
FeatureMapUtil.createEntry(EStructuralFeature eStructuralFeature,
java.lang.Object value)
|
protected FeatureMap.Entry |
DelegatingFeatureMap.createEntry(EStructuralFeature eStructuralFeature,
java.lang.Object value)
|
protected FeatureMap.Entry |
BasicFeatureMap.createEntry(EStructuralFeature eStructuralFeature,
java.lang.Object value)
|
static FeatureMap.Entry |
FeatureMapUtil.createProcessingInstructionEntry(java.lang.String target,
java.lang.String data)
|
static FeatureMap.Entry |
FeatureMapUtil.createTextEntry(java.lang.String value)
|
FeatureMap.Entry |
DelegatingFeatureMap.doSet(int index,
FeatureMap.Entry object)
|
FeatureMap.Entry |
BasicFeatureMap.doSet(int index,
FeatureMap.Entry object)
|
FeatureMap.Entry |
DelegatingFeatureMap.move(int targetIndex,
int sourceIndex)
|
FeatureMap.Entry |
BasicFeatureMap.move(int targetIndex,
int sourceIndex)
|
protected FeatureMap.Entry |
DelegatingFeatureMap.resolve(int index,
FeatureMap.Entry entry)
|
protected FeatureMap.Entry |
BasicFeatureMap.resolve(int index,
FeatureMap.Entry entry)
|
FeatureMap.Entry |
DelegatingFeatureMap.set(int index,
FeatureMap.Entry object)
|
FeatureMap.Entry |
BasicFeatureMap.set(int index,
FeatureMap.Entry object)
|
protected FeatureMap.Entry |
DelegatingFeatureMap.validate(int index,
FeatureMap.Entry object)
|
protected FeatureMap.Entry |
BasicFeatureMap.validate(int index,
FeatureMap.Entry object)
|
Methods in org.eclipse.emf.ecore.util with parameters of type FeatureMap.Entry | |
---|---|
boolean |
DelegatingFeatureMap.add(FeatureMap.Entry object)
|
boolean |
BasicFeatureMap.add(FeatureMap.Entry object)
|
void |
DelegatingFeatureMap.add(int index,
FeatureMap.Entry object)
|
void |
BasicFeatureMap.add(int index,
FeatureMap.Entry object)
|
void |
DelegatingFeatureMap.addUnique(FeatureMap.Entry object)
|
void |
BasicFeatureMap.addUnique(FeatureMap.Entry object)
|
protected boolean |
DelegatingFeatureMap.doAdd(FeatureMap.Entry object)
|
protected boolean |
BasicFeatureMap.doAdd(FeatureMap.Entry object)
|
void |
DelegatingFeatureMap.doAdd(int index,
FeatureMap.Entry object)
|
void |
BasicFeatureMap.doAdd(int index,
FeatureMap.Entry object)
|
FeatureMap.Entry |
DelegatingFeatureMap.doSet(int index,
FeatureMap.Entry object)
|
FeatureMap.Entry |
BasicFeatureMap.doSet(int index,
FeatureMap.Entry object)
|
protected E |
FeatureMapUtil.BasicFeatureEIterator.extractValue(FeatureMap.Entry entry)
|
NotificationChain |
DelegatingFeatureMap.inverseAdd(FeatureMap.Entry object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.inverseAdd(FeatureMap.Entry object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.inverseRemove(FeatureMap.Entry object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.inverseRemove(FeatureMap.Entry object,
NotificationChain notifications)
|
static boolean |
FeatureMapUtil.isCDATA(FeatureMap.Entry entry)
|
static boolean |
FeatureMapUtil.isComment(FeatureMap.Entry entry)
|
static boolean |
FeatureMapUtil.isProcessingInstruction(FeatureMap.Entry entry)
|
static boolean |
FeatureMapUtil.isText(FeatureMap.Entry entry)
|
protected FeatureMap.Entry |
DelegatingFeatureMap.resolve(int index,
FeatureMap.Entry entry)
|
protected FeatureMap.Entry |
BasicFeatureMap.resolve(int index,
FeatureMap.Entry entry)
|
FeatureMap.Entry |
DelegatingFeatureMap.set(int index,
FeatureMap.Entry object)
|
FeatureMap.Entry |
BasicFeatureMap.set(int index,
FeatureMap.Entry object)
|
NotificationChain |
DelegatingFeatureMap.shadowAdd(FeatureMap.Entry object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.shadowAdd(FeatureMap.Entry object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.shadowRemove(FeatureMap.Entry object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.shadowRemove(FeatureMap.Entry object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.shadowSet(FeatureMap.Entry oldObject,
FeatureMap.Entry newObject,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.shadowSet(FeatureMap.Entry oldObject,
FeatureMap.Entry newObject,
NotificationChain notifications)
|
protected FeatureMap.Entry |
DelegatingFeatureMap.validate(int index,
FeatureMap.Entry object)
|
protected FeatureMap.Entry |
BasicFeatureMap.validate(int index,
FeatureMap.Entry object)
|
boolean |
EcoreValidator.validateEFeatureMapEntry(FeatureMap.Entry eFeatureMapEntry,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
Method parameters in org.eclipse.emf.ecore.util with type arguments of type FeatureMap.Entry | |
---|---|
boolean |
DelegatingFeatureMap.addAll(java.util.Collection<? extends FeatureMap.Entry> collection)
|
boolean |
BasicFeatureMap.addAll(java.util.Collection<? extends FeatureMap.Entry> collection)
|
boolean |
DelegatingFeatureMap.addAll(int index,
java.util.Collection<? extends FeatureMap.Entry> collection)
|
boolean |
BasicFeatureMap.addAll(int index,
java.util.Collection<? extends FeatureMap.Entry> collection)
|
boolean |
FeatureMap.Internal.addAllUnique(java.util.Collection<? extends FeatureMap.Entry> collection)
|
boolean |
DelegatingFeatureMap.addAllUnique(java.util.Collection<? extends FeatureMap.Entry> collection)
|
boolean |
BasicFeatureMap.addAllUnique(java.util.Collection<? extends FeatureMap.Entry> collection)
|
boolean |
DelegatingFeatureMap.doAddAll(java.util.Collection<? extends FeatureMap.Entry> collection)
|
boolean |
BasicFeatureMap.doAddAll(java.util.Collection<? extends FeatureMap.Entry> collection)
|
boolean |
DelegatingFeatureMap.doAddAll(int index,
java.util.Collection<? extends FeatureMap.Entry> collection)
|
boolean |
BasicFeatureMap.doAddAll(int index,
java.util.Collection<? extends FeatureMap.Entry> collection)
|
Uses of FeatureMap.Entry in org.eclipse.emf.edit.provider |
---|
Constructors in org.eclipse.emf.edit.provider with parameters of type FeatureMap.Entry | |
---|---|
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry entry,
EObject owner,
EAttribute attribute,
int index,
AdapterFactory adapterFactory)
Deprecated. As of EMF 2.0.1, replaced by this form . |
|
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry entry,
EObject owner,
EAttribute attribute,
int index,
AdapterFactory adapterFactory,
ResourceLocator resourceLocator)
Creates an instance for the feature map entry. |
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |