Uses of Class
org.jdesktop.swingx.JXTree
Packages that use JXTree
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
-
Uses of JXTree in org.jdesktop.swingx
Subclasses of JXTree in org.jdesktop.swingxMethods in org.jdesktop.swingx that return JXTreeMethods in org.jdesktop.swingx that return types with arguments of type JXTreeModifier and TypeMethodDescriptionprotected 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 JXTreeModifierConstructorDescriptionTreeAdapter
(JXTree component) Constructs aTableCellRenderContext
for the specified target component.protected
TreeTableModelAdapter
(JXTree tree) -
Uses of JXTree in org.jdesktop.swingx.search
Fields in org.jdesktop.swingx.search declared as JXTreeMethods in org.jdesktop.swingx.search that return JXTreeModifier and TypeMethodDescriptionTreeSearchable.getTarget()
It's the responsibility of subclasses to covariant override.Constructors in org.jdesktop.swingx.search with parameters of type JXTreeModifierConstructorDescriptionTreeSearchable
(JXTree tree) Instantiates a Searchable for the given JTree.