Class TreeLabelExposer


  • public class TreeLabelExposer
    extends java.lang.Object
    A TreeLabelExposer causes a JTree 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TreeLabelExposer

        public TreeLabelExposer​(javax.swing.JTree tree)
        Creates a new tree label exposer and installs it on the specified tree.
        Parameters:
        tree - the tree to create exposed labels for