Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.aendvari.common.model.ModelTree

Uses of ModelTree in com.aendvari.common.model
 

Methods in com.aendvari.common.model that return ModelTree
 ModelTree ModelTreeFactory.createModelTree()
          Creates a new instance of a ModelTree.
 ModelTree ModelTree.createTree()
          Creates a new ModelTree object.
 ModelTree ModelNode.getOwnerModelTree()
          Returns the instance of ModelTree from which the ModelNode is within.
 

Methods in com.aendvari.common.model with parameters of type ModelTree
protected static void ModelUtil.updateNode(ModelTree destinationTree, ModelNode sourceNode, ModelNode destinationParent, boolean createNodes)
          Updates the value of the supplied node.