public class

DelegateMap

extends Object
java.lang.Object
   ↳ com.google.gwt.editor.client.impl.DelegateMap

Class Overview

Allows fast traversal of an Editor hierarchy.

Summary

Nested Classes
interface DelegateMap.KeyMethod  
Fields
public static final DelegateMap.KeyMethod IDENTITY
Public Constructors
DelegateMap(DelegateMap.KeyMethod key)
Public Methods
List<AbstractEditorDelegate<?, ?>> get(Object object)
List<AbstractEditorDelegate<?, ?>> getPath(String path)
Returns a list of Editors available at a particular absolute path.
List<AbstractEditorDelegate<?, ?>> getRaw(Object key)
Accesses the delegate map without using the KeyMethod.
<T> void put(T object, AbstractEditorDelegate<T, ?> delegate)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final DelegateMap.KeyMethod IDENTITY

Public Constructors

public DelegateMap (DelegateMap.KeyMethod key)

Public Methods

public List<AbstractEditorDelegate<?, ?>> get (Object object)

public List<AbstractEditorDelegate<?, ?>> getPath (String path)

Returns a list of Editors available at a particular absolute path.

public List<AbstractEditorDelegate<?, ?>> getRaw (Object key)

Accesses the delegate map without using the KeyMethod.

public void put (T object, AbstractEditorDelegate<T, ?> delegate)