Uses of Class
net.wotonomy.ui.swing.TreeModelAssociation

Packages that use TreeModelAssociation
net.wotonomy.ui.swing Contains associations designed for use with the Swing framework. 
 

Uses of TreeModelAssociation in net.wotonomy.ui.swing
 

Subclasses of TreeModelAssociation in net.wotonomy.ui.swing
 class TreeAssociation
          TreeAssociation is a TreeModelAssociation further customized for JTrees.
 

Fields in net.wotonomy.ui.swing declared as TreeModelAssociation
protected  TreeModelAssociation DisplayGroupNode.parentAssociation
           
 

Methods in net.wotonomy.ui.swing that return TreeModelAssociation
protected  TreeModelAssociation TreeColumnAssociation.createTreeAssociation(javax.swing.JTree aTree)
          Called by establishConnection to create a tree association only if no tree association has already been created.
 TreeModelAssociation TreeColumnAssociation.getTreeModelAssociation()
          Gets the TreeModelAssociation currently used for the tree.
 

Constructors in net.wotonomy.ui.swing with parameters of type TreeModelAssociation
DisplayGroupNode(TreeModelAssociation aParentAssociation, net.wotonomy.ui.EODisplayGroup aParentGroup, java.lang.Object aTarget)
          Constructor for all nodes.
MutableDisplayGroupNode(TreeModelAssociation aParentAssociation, net.wotonomy.ui.EODisplayGroup aParentGroup, java.lang.Object anObject)
          Constructor for all nodes.
 



Copyright © 2006 null. All Rights Reserved.