Skip navigation links 
 
oracle.javatools.ui
Class ExpansionTreeTip
java.lang.Object
  
oracle.javatools.ui.ExpansionTreeTip
- 
public final class ExpansionTreeTip
 
- extends java.lang.Object
 
A UI extension for JTrees that paints clipped parts of rows as the mouse moves over them.
 
| Field Summary | 
protected  javax.swing.Popup | 
_clipPopup 
            | 
protected  int | 
_popRow 
            | 
protected  oracle.javatools.ui.ExpansionTreeTip.PopupComponent | 
_popupComp 
            | 
protected  javax.swing.JTree | 
_tree 
            | 
protected  oracle.javatools.ui.ExpansionTreeTip.ClipHandler | 
ch 
            | 
  
 
| Constructor Summary | 
ExpansionTreeTip(javax.swing.JTree tree) 
          Add the view clipped cell behaviour to the given tree | 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
_clipPopup
protected javax.swing.Popup _clipPopup
_popupComp
protected oracle.javatools.ui.ExpansionTreeTip.PopupComponent _popupComp
ch
protected oracle.javatools.ui.ExpansionTreeTip.ClipHandler ch
_popRow
protected int _popRow
_tree
protected javax.swing.JTree _tree
ExpansionTreeTip
public ExpansionTreeTip(javax.swing.JTree tree)
- Add the view clipped cell behaviour to the given tree
- Parameters:
 
tree - 
 
hidePopup
public void hidePopup()
installListeners
protected void installListeners()
uninstall
public void uninstall()
- Remove the clipping behaviour from a tree and free internal listeners
 
Skip navigation links 
 
Copyright © 1997, 2014, Oracle. All rights reserved.