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  | 
static java.lang.String | 
EXPANSION_TREE_TIP_COMPONENT
When an ExpansionTreeTip is installed on a tree, the component is placed into the tree's client properties
 for reference, and accessed with this key. 
 | 
| 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 | 
forceRepaint()
If the popup is showing, calling this will initiate a repaint. 
 | 
void | 
hidePopup()  | 
protected void | 
installListeners()  | 
void | 
uninstall()
Remove the clipping behaviour from a tree and free internal listeners 
 | 
public static final java.lang.String EXPANSION_TREE_TIP_COMPONENT
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
public ExpansionTreeTip(javax.swing.JTree tree)
tree - public void hidePopup()
protected void installListeners()
public void forceRepaint()
public void uninstall()