Home / Development / Documentation / 2.0.44 / HiddenBranchDataAdapter
TreeGraph 2
 


info.bioinfweb.treegraph.document.nodebranchdata
Class HiddenBranchDataAdapter

java.lang.Object
  extended by info.bioinfweb.treegraph.document.nodebranchdata.AbstractNodeBranchDataAdapter
      extended by info.bioinfweb.treegraph.document.nodebranchdata.TextElementDataAdapter
          extended by info.bioinfweb.treegraph.document.nodebranchdata.AbstractIDElementAdapter
              extended by info.bioinfweb.treegraph.document.nodebranchdata.HiddenDataAdapter
                  extended by info.bioinfweb.treegraph.document.nodebranchdata.HiddenBranchDataAdapter
All Implemented Interfaces:
IDElementAdapter, NodeBranchDataAdapter
Direct Known Subclasses:
NewHiddenBranchDataAdapter

public class HiddenBranchDataAdapter
extends HiddenDataAdapter


Field Summary
 
Fields inherited from class info.bioinfweb.treegraph.document.nodebranchdata.HiddenDataAdapter
DECIMAL_FORMAT
 
Fields inherited from class info.bioinfweb.treegraph.document.nodebranchdata.AbstractIDElementAdapter
id
 
Constructor Summary
HiddenBranchDataAdapter(String id)
           
 
Method Summary
 Branch getDataElement(Node node)
          This method should return the tree element which contains the data which is edited with the implementation of the respective adapter.
protected  HiddenDataMap getDataMap(Node node)
           
 String toString()
          A description of the adapter that is readable by the user should be returned here.
 
Methods inherited from class info.bioinfweb.treegraph.document.nodebranchdata.HiddenDataAdapter
assignData, createData, delete, getData, getDecimalFormat
 
Methods inherited from class info.bioinfweb.treegraph.document.nodebranchdata.AbstractIDElementAdapter
equals, getID, isNewColumn, readOnly, setID
 
Methods inherited from class info.bioinfweb.treegraph.document.nodebranchdata.TextElementDataAdapter
decimalOnly, getDecimal, getText, isDecimal, isEmpty, isString, setDecimal, setText, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface info.bioinfweb.treegraph.document.nodebranchdata.NodeBranchDataAdapter
decimalOnly, getDecimal, getText, isDecimal, isEmpty, isString, setDecimal, setText
 

Constructor Detail

HiddenBranchDataAdapter

public HiddenBranchDataAdapter(String id)
Method Detail

getDataMap

protected HiddenDataMap getDataMap(Node node)
Specified by:
getDataMap in class HiddenDataAdapter

getDataElement

public Branch getDataElement(Node node)
Description copied from interface: NodeBranchDataAdapter
This method should return the tree element which contains the data which is edited with the implementation of the respective adapter.

Specified by:
getDataElement in interface NodeBranchDataAdapter
Overrides:
getDataElement in class AbstractIDElementAdapter
Returns:

toString

public String toString()
Description copied from interface: NodeBranchDataAdapter
A description of the adapter that is readable by the user should be returned here.

Specified by:
toString in interface NodeBranchDataAdapter
Overrides:
toString in class Object