|
Ontimize Document Management 0.032EN | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable
com.ontimize.dms.client.gui.property.editor.EditorList
public class EditorList
Wrappers a Hashtable with custom methods.
| Field Summary | |
|---|---|
protected static java.util.List |
SUFFIX_ALL
|
protected static java.util.List |
SUFFIX_RECURSIVE
|
| Constructor Summary | |
|---|---|
EditorList()
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
doSearch(java.lang.String key,
boolean recursive)
|
java.lang.Object |
getByPath(java.lang.String path)
Search the path in all levels. |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
|
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static java.util.List SUFFIX_RECURSIVE
protected static java.util.List SUFFIX_ALL
| Constructor Detail |
|---|
public EditorList()
| Method Detail |
|---|
public java.lang.Object getByPath(java.lang.String path)
Search the path in all levels.
key -
protected java.lang.Object doSearch(java.lang.String key,
boolean recursive)
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in interface java.util.Mapput in class java.util.Hashtable
|
Ontimize Document Management | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||