org.bdgp.cv.datamodel
Interface MutableDAGModel

All Superinterfaces:
DAGModel, MutableTreeModel, javax.swing.tree.TreeModel

public interface MutableDAGModel
extends DAGModel, MutableTreeModel


Method Summary
 javax.swing.tree.TreePath[] copy(javax.swing.tree.TreePath[] sources, javax.swing.tree.TreePath dest)
          Adds the specified nodes as children of dest WITHOUT removing them from their current location.
 
Methods inherited from interface org.bdgp.cv.datamodel.DAGModel
getIndexOfParent, getParent, getParentCount
 
Methods inherited from interface javax.swing.tree.TreeModel
addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, valueForPathChanged
 
Methods inherited from interface org.bdgp.cv.datamodel.MutableTreeModel
add, addChild, delete, merge, move, split
 

Method Detail

copy

public javax.swing.tree.TreePath[] copy(javax.swing.tree.TreePath[] sources,
                                        javax.swing.tree.TreePath dest)
Adds the specified nodes as children of dest WITHOUT removing them from their current location. This will always cause the specified nodes to have multiple parents. The new location of the nodes is returned.