|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.util.Collection<IChildCreationExtender.Descriptor>>
org.eclipse.emf.edit.provider.IChildCreationExtender.Descriptor.Registry.Impl
public static class IChildCreationExtender.Descriptor.Registry.Impl
A simple registry implementation that supports delegation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.emf.edit.provider.IChildCreationExtender.Descriptor.Registry |
|---|
IChildCreationExtender.Descriptor.Registry.Impl |
| Field Summary | |
|---|---|
protected IChildCreationExtender.Descriptor.Registry |
delegateRegistry
The delegate registry should lookup fail locally. |
| Fields inherited from interface org.eclipse.emf.edit.provider.IChildCreationExtender.Descriptor.Registry |
|---|
INSTANCE |
| Constructor Summary | |
|---|---|
IChildCreationExtender.Descriptor.Registry.Impl(IChildCreationExtender.Descriptor.Registry delegateRegistry)
Creates an instance. |
|
| Method Summary | |
|---|---|
protected java.util.Collection<IChildCreationExtender.Descriptor> |
delegatedGetDescriptors(java.lang.String namespace)
This is called when local lookup fails. |
java.util.Collection<IChildCreationExtender.Descriptor> |
getDescriptors(java.lang.String namespace)
Returns collection of descriptors that can create a child creation extenders. |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
protected IChildCreationExtender.Descriptor.Registry delegateRegistry
| Constructor Detail |
|---|
public IChildCreationExtender.Descriptor.Registry.Impl(IChildCreationExtender.Descriptor.Registry delegateRegistry)
delegateRegistry - null or a registration that should act as the delegate.| Method Detail |
|---|
public java.util.Collection<IChildCreationExtender.Descriptor> getDescriptors(java.lang.String namespace)
IChildCreationExtender.Descriptor.Registry
getDescriptors in interface IChildCreationExtender.Descriptor.Registrynamespace - a key which will typically be the namespace of the package for which to create child creation extenders.
protected java.util.Collection<IChildCreationExtender.Descriptor> delegatedGetDescriptors(java.lang.String namespace)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||