Uses of Class
se.kmr.scam.editor.tree.ManifestNode

Packages that use ManifestNode
se.kmr.scam.editor.tree   
 

Uses of ManifestNode in se.kmr.scam.editor.tree
 

Fields in se.kmr.scam.editor.tree declared as ManifestNode
protected  ManifestNode ManifestEditor.root
           
 

Methods in se.kmr.scam.editor.tree that return ManifestNode
protected  ManifestNode ManifestTree.insert(ManifestNode parent, int index, Document doc, boolean doUpdate, boolean allowItemInsertion)
           
 ManifestNode ManifestTree.getManifestNode()
           
 ManifestNode ManifestTree.getParent(ManifestNode mn)
           
protected  ManifestNode ManifestNode.getChild(String uri)
           
 

Methods in se.kmr.scam.editor.tree with parameters of type ManifestNode
static boolean ManifestTree.isAncestorOf(ManifestNode parent, ManifestNode child)
           
 boolean ManifestTree.insertAfter(ManifestNode over)
           
 void ManifestTree.insert(ManifestNode parent, int index, Document doc)
           
protected  ManifestNode ManifestTree.insert(ManifestNode parent, int index, Document doc, boolean doUpdate, boolean allowItemInsertion)
           
 void ManifestTree.remove(ManifestNode toRemove, ManifestNode parent, boolean removeContentOnItem)
           
 void ManifestTree.detach(ManifestNode toDetach)
          Simply detaches the item from the parent WITHOUT updating from the store if the parent was responsible for the last update.
 ManifestNode ManifestTree.getParent(ManifestNode mn)
           
 void ManifestTree.up(ManifestNode parent, ManifestNode toMove, TreePath oldPath)
           
 void ManifestTree.down(ManifestNode parent, ManifestNode toMove, TreePath oldPath)
           
 void ManifestTree.sort(ManifestNode toSort)
           
 void ManifestTree.moveTo(ManifestNode parent, ManifestNode toMove, int index)
           
 boolean ManifestTree.UpdateFromStore(ManifestNode node)
          Forces an update from store for the given ManifestNode.
 

Constructors in se.kmr.scam.editor.tree with parameters of type ManifestNode
ManifestTreeModel(ManifestNode node)
           
 



Copyright © 2003 SCAM. All Rights Reserved.