Package ca.cgjennings.ui
Class TreeLabelExposer
- java.lang.Object
-
- ca.cgjennings.ui.TreeLabelExposer
-
public class TreeLabelExposer extends java.lang.Object
ATreeLabelExposer
causes aJTree
to pop up a small component to display the full label text when the mouse hovers over nodes whose label doesn't fit in the tree component. To use it, simply create a new instance attached to the tree you wish to modify.- Since:
- 3.0
- Author:
- Chris Jennings
-
-
Constructor Summary
Constructors Constructor Description TreeLabelExposer(javax.swing.JTree tree)
Creates a new tree label exposer and installs it on the specified tree.
-