Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.nodebranchdata.TextElementDataAdapter
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.document.nodebranchdata.TextElementDataAdapter

Packages that use TextElementDataAdapter
info.bioinfweb.treegraph.document.nodebranchdata Contains classes that implement the access to different data fields of the document elements over the common interface NodeBranchDataAdapter
info.bioinfweb.treegraph.document.undo.edit   
info.bioinfweb.treegraph.document.undo.file   
 

Uses of TextElementDataAdapter in info.bioinfweb.treegraph.document.nodebranchdata
 

Subclasses of TextElementDataAdapter in info.bioinfweb.treegraph.document.nodebranchdata
 class AbstractIDElementAdapter
          Node data adapters that need to store an ID can be inherited from this abstract class.
 class HiddenBranchDataAdapter
           
 class HiddenDataAdapter
           
 class HiddenNodeDataAdapter
           
 class NewHiddenBranchDataAdapter
          Creates a new hidden branch data column.
 class NewHiddenNodeDataAdapter
          Creates a new hidden node data column.
 class NewTextLabelAdapter
          Creates a new group of labels.
 class NodeNameAdapter
           
 class TextLabelAdapter
           
 

Uses of TextElementDataAdapter in info.bioinfweb.treegraph.document.undo.edit
 

Methods in info.bioinfweb.treegraph.document.undo.edit that return TextElementDataAdapter
private  TextElementDataAdapter SetColumnTypeEdit.getAdapter()
           
 

Methods in info.bioinfweb.treegraph.document.undo.edit with parameters of type TextElementDataAdapter
protected  void SetColumnTypeEdit.setDataTypeInSubtree(Node root, TextElementDataAdapter adapter, boolean decimal)
           
 

Constructors in info.bioinfweb.treegraph.document.undo.edit with parameters of type TextElementDataAdapter
SetColumnTypeEdit(Document document, TextElementDataAdapter adapter, boolean decimal)
           
 

Uses of TextElementDataAdapter in info.bioinfweb.treegraph.document.undo.file
 

Fields in info.bioinfweb.treegraph.document.undo.file declared as TextElementDataAdapter
private  TextElementDataAdapter AddSupportValuesEdit.conflictAdapter
          The node/branch data column to write imported conflict values to
private  TextElementDataAdapter AddSupportValuesEdit.supportAdapter
          The node/branch data column to write imported support values to
private  TextElementDataAdapter AddSupportValuesEdit.targetLeafsAdapter
          The column that contains the terminal identifiers in the target document (usually nodes names)
 

Methods in info.bioinfweb.treegraph.document.undo.file with parameters of type TextElementDataAdapter
private  void AddSupportValuesEdit.addLeafFields(Node root, TextElementDataAdapter adapter)
          Adds a boolean field which indicates the leafs located under root to the attribute map of root.
private  void AddSupportValuesEdit.addLeafList(List<TextElementData> list, Node root, TextElementDataAdapter adapter)
          Fills the specified list with the values of all leafs under root.
static AddSupportValuesEdit AddSupportValuesEdit.createInstance(Document document, Document src, TextElementDataAdapter terminalsAdapter, AddSupportValuesEdit.TargetType targetType, String idPrefix, boolean importNodeNames, boolean processRooted)
          Returns a new instance of AddSupportValuesEdit or null if the given source document contains internal node names that are not decimal.
 

Constructors in info.bioinfweb.treegraph.document.undo.file with parameters of type TextElementDataAdapter
AddSupportValuesEdit(Document document, Document src, TextElementDataAdapter terminalsAdapter, AddSupportValuesEdit.TargetType targetType, String idPrefix, NodeBranchDataAdapter sourceAdapter, boolean processRooted)