org.nodal.model
Interface MapContent.Editor

All Superinterfaces:
Content.Editor
All Known Subinterfaces:
MapNode.Editor
Enclosing interface:
MapContent

public static interface MapContent.Editor
extends Content.Editor

Encapulates the ability to edit MapContent objects. Created on Jul 22, 2003

Author:
leei

Method Summary
 java.lang.Object removeKey(java.lang.Object key)
          Remove a key from this Map.
 
Methods inherited from interface org.nodal.model.Content.Editor
modify, setValue
 

Method Detail

removeKey

public java.lang.Object removeKey(java.lang.Object key)
Remove a key from this Map.

An equivalent operation can be performed by setting the Setter returned by setValue(key) to null.