Uses of Class
info.bioinfweb.treegraph.document.undo.file.AddSupportValuesEdit.TargetType

Packages that use AddSupportValuesEdit.TargetType
info.bioinfweb.treegraph.document.undo.file   
 

Uses of AddSupportValuesEdit.TargetType in info.bioinfweb.treegraph.document.undo.file
 

Methods in info.bioinfweb.treegraph.document.undo.file that return AddSupportValuesEdit.TargetType
static AddSupportValuesEdit.TargetType AddSupportValuesEdit.TargetType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AddSupportValuesEdit.TargetType[] AddSupportValuesEdit.TargetType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.bioinfweb.treegraph.document.undo.file with parameters of type AddSupportValuesEdit.TargetType
static AddSupportValuesEdit AddSupportValuesEdit.createInstance(Document document, Document src, TextElementDataAdapter terminalsAdapter, AddSupportValuesEdit.TargetType targetType, java.lang.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 AddSupportValuesEdit.TargetType
AddSupportValuesEdit(Document document, Document src, TextElementDataAdapter terminalsAdapter, AddSupportValuesEdit.TargetType targetType, java.lang.String idPrefix, NodeBranchDataAdapter sourceAdapter, boolean processRooted)