TWE 2.4-1 API

org.enhydra.jawe.components.extpkgrelations
Class ExtPkgRelationsTreeModel

java.lang.Object
  extended byjavax.swing.tree.DefaultTreeModel
      extended byorg.enhydra.jawe.components.XPDLTreeModel
          extended byorg.enhydra.jawe.components.extpkgrelations.ExtPkgRelationsTreeModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.tree.TreeModel

public class ExtPkgRelationsTreeModel
extends XPDLTreeModel

Search Navigator hierarchy tree model.

Author:
Sasa Bojanic
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.enhydra.jawe.components.XPDLTreeModel
 
Fields inherited from class javax.swing.tree.DefaultTreeModel
asksAllowsChildren, listenerList, root
 
Constructor Summary
ExtPkgRelationsTreeModel(JaWEComponent comp)
           
 
Method Summary
protected  XPDLTreeNode createNode(org.enhydra.shark.xpdl.XMLElement el)
           
protected  XPDLTreeNode findNodeForPath(XPDLTreeNode parent, org.enhydra.shark.xpdl.XMLElement el)
           
 XPDLTreeNode insertNode(org.enhydra.shark.xpdl.XMLElement el)
           
protected  XPDLTreeNode insertNode(XPDLTreeNode parent, org.enhydra.shark.xpdl.XMLElement el)
           
 
Methods inherited from class org.enhydra.jawe.components.XPDLTreeModel
clearTree, findNode, findNode, getHiddenElements, getHiddenElements, getRootNode, isLeaf, removeNode, repositionNode
 
Methods inherited from class javax.swing.tree.DefaultTreeModel
addTreeModelListener, asksAllowsChildren, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getChild, getChildCount, getIndexOfChild, getListeners, getPathToRoot, getPathToRoot, getRoot, getTreeModelListeners, insertNodeInto, nodeChanged, nodesChanged, nodeStructureChanged, nodesWereInserted, nodesWereRemoved, reload, reload, removeNodeFromParent, removeTreeModelListener, setAsksAllowsChildren, setRoot, valueForPathChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtPkgRelationsTreeModel

public ExtPkgRelationsTreeModel(JaWEComponent comp)
Method Detail

insertNode

public XPDLTreeNode insertNode(org.enhydra.shark.xpdl.XMLElement el)
Overrides:
insertNode in class XPDLTreeModel

findNodeForPath

protected XPDLTreeNode findNodeForPath(XPDLTreeNode parent,
                                       org.enhydra.shark.xpdl.XMLElement el)

insertNode

protected XPDLTreeNode insertNode(XPDLTreeNode parent,
                                  org.enhydra.shark.xpdl.XMLElement el)
Overrides:
insertNode in class XPDLTreeModel

createNode

protected XPDLTreeNode createNode(org.enhydra.shark.xpdl.XMLElement el)
Overrides:
createNode in class XPDLTreeModel

TWE 2.4-1 API