|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HiddenDataMap | |
|---|---|
| info.bioinfweb.treegraph.document | Contains the classes that represent the data structure of TreeGraph 2 (document elements and
formats) as well as all edit operations in the undo-package to manipulate the data
structure and classes to read and write a document from and to different formats (io-
subpackage). |
| info.bioinfweb.treegraph.document.io.xtg | |
| info.bioinfweb.treegraph.document.nodedata | |
| Uses of HiddenDataMap in info.bioinfweb.treegraph.document |
|---|
| Fields in info.bioinfweb.treegraph.document declared as HiddenDataMap | |
|---|---|
private HiddenDataMap |
Node.hiddenDataMap
|
private HiddenDataMap |
Branch.hiddenDataMap
|
| Methods in info.bioinfweb.treegraph.document that return HiddenDataMap | |
|---|---|
HiddenDataMap |
HiddenDataMap.clone()
Returns a deep copy of this map and its contents. |
HiddenDataMap |
Node.getHiddenDataMap()
|
HiddenDataMap |
HiddenDataElement.getHiddenDataMap()
|
HiddenDataMap |
Branch.getHiddenDataMap()
|
| Methods in info.bioinfweb.treegraph.document with parameters of type HiddenDataMap | |
|---|---|
void |
HiddenDataMap.assign(HiddenDataMap other)
Clears the current contents of the map and fills it with copies of the contents of the given map. |
boolean |
HiddenDataMap.containsSameID(HiddenDataMap other)
Tests if the specified map contains one or more IDs that are also contained in this map. |
| Uses of HiddenDataMap in info.bioinfweb.treegraph.document.io.xtg |
|---|
| Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type HiddenDataMap | |
|---|---|
private void |
XTGReader.readHiddenData(StartElement element,
HiddenDataMap list)
|
private void |
XTGWriter.writeHiddenDataMap(HiddenDataMap m)
|
| Uses of HiddenDataMap in info.bioinfweb.treegraph.document.nodedata |
|---|
| Methods in info.bioinfweb.treegraph.document.nodedata that return HiddenDataMap | |
|---|---|
protected HiddenDataMap |
HiddenNodeDataAdapter.getDataMap(Node node)
|
protected abstract HiddenDataMap |
HiddenDataAdapter.getDataMap(Node node)
|
protected HiddenDataMap |
HiddenBranchDataAdapter.getDataMap(Node node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||