|
||||||||||
| 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.TreeMap<java.lang.Integer,java.util.List<ContentHandler>>
org.eclipse.emf.ecore.resource.impl.ContentHandlerRegistryImpl
public class ContentHandlerRegistryImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.emf.ecore.resource.ContentHandler.Registry |
|---|
HIGH_PRIORITY, INSTANCE, LOW_PRIORITY, NORMAL_PRIORITY, VERY_HIGH_PRIORITY, VERY_LOW_PRIORITY |
| Constructor Summary | |
|---|---|
ContentHandlerRegistryImpl()
|
|
| Method Summary | |
|---|---|
java.util.List<ContentHandler> |
contentHandlers()
Returns a read only list of all the content handlers in the map in priority order. |
void |
put(int priority,
ContentHandler contentHandler)
Adds an additional content handler with the given priority to the map. |
| Methods inherited from class java.util.TreeMap |
|---|
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, isEmpty, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.SortedMap |
|---|
comparator, firstKey, headMap, lastKey, subMap, tailMap |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Constructor Detail |
|---|
public ContentHandlerRegistryImpl()
| Method Detail |
|---|
public void put(int priority,
ContentHandler contentHandler)
ContentHandler.Registry
put in interface ContentHandler.Registrypriority - the priority of the handler.contentHandler - the new handler to add.public java.util.List<ContentHandler> contentHandlers()
ContentHandler.Registry
contentHandlers in interface ContentHandler.Registry
|
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 | |||||||||