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

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

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

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