Uses of Class
org.jdesktop.swingx.JXTree

Packages that use JXTree
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.search   
 

Uses of JXTree in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return JXTree
 JXTree JXTree.TreeAdapter.getTree()
           
 

Methods in org.jdesktop.swingx that return types with arguments of type JXTree
protected  TreeRolloverController<JXTree> JXTree.createLinkController()
          Creates and returns a RolloverController appropriate for this tree.
protected  TreeRolloverController<JXTree> JXTree.getLinkController()
          Returns the RolloverController for this component.
 

Constructors in org.jdesktop.swingx with parameters of type JXTree
JXTree.TreeAdapter(JXTree component)
          Constructs a TableCellRenderContext for the specified target component.
 

Uses of JXTree in org.jdesktop.swingx.search
 

Fields in org.jdesktop.swingx.search declared as JXTree
protected  JXTree TreeSearchable.tree
           
 

Methods in org.jdesktop.swingx.search that return JXTree
 JXTree TreeSearchable.getTarget()
          It's the responsibility of subclasses to covariant override.
 

Constructors in org.jdesktop.swingx.search with parameters of type JXTree
TreeSearchable(JXTree tree)