public final class ExpansionTreeTip
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
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 and Description | 
|---|
ExpansionTreeTip(javax.swing.JTree tree)
Add the view clipped cell behaviour to the given tree 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
hidePopup()  | 
protected void | 
installListeners()  | 
void | 
uninstall()
Remove the clipping behaviour from a tree and free internal listeners 
 | 
protected javax.swing.Popup _clipPopup
protected oracle.javatools.ui.ExpansionTreeTip.PopupComponent _popupComp
protected oracle.javatools.ui.ExpansionTreeTip.ClipHandler ch
protected int _popRow
protected javax.swing.JTree _tree