| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mxgraph.io.gml.mxGmlKeyManager
public class mxGmlKeyManager
This is a singleton class that contains a map with the key elements of the document. The key elements are wrapped in instances of mxGmlKey and may to be access by ID.
| Method Summary | |
|---|---|
| static mxGmlKeyManager | getInstance()Returns the instance of mxGmlKeyManager. | 
|  HashMap<String,mxGmlKey> | getKeyMap() | 
|  void | initialise(Document doc)Load the map with the key elements in the document. The keys are wrapped for instances of mxGmlKey. | 
|  void | setKeyMap(HashMap<String,mxGmlKey> keyMap) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static mxGmlKeyManager getInstance()
public void initialise(Document doc)
doc - Document with the keys.public HashMap<String,mxGmlKey> getKeyMap()
public void setKeyMap(HashMap<String,mxGmlKey> keyMap)
| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||