Ontimize Document Management 0.032EN

com.ontimize.dms.client.gui.property.editor
Class EditorList

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by com.ontimize.dms.client.gui.property.editor.EditorList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class EditorList
extends java.util.Hashtable

Wrappers a Hashtable with custom methods.

Since:
29/12/2009
See Also:
Serialized Form

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

SUFFIX_RECURSIVE

protected static java.util.List SUFFIX_RECURSIVE

SUFFIX_ALL

protected static java.util.List SUFFIX_ALL
Constructor Detail

EditorList

public EditorList()
Method Detail

getByPath

public java.lang.Object getByPath(java.lang.String path)

Search the path in all levels.

Parameters:
key -
Returns:

doSearch

protected java.lang.Object doSearch(java.lang.String key,
                                    boolean recursive)

put

public java.lang.Object put(java.lang.Object key,
                            java.lang.Object value)
Specified by:
put in interface java.util.Map
Overrides:
put in class java.util.Hashtable

Ontimize Document Management