Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.javatools.ui
Class ExpansionTreeTip

java.lang.Object
  extended by 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

 

Method Summary
 void hidePopup()
           
protected  void installListeners()
           
 void uninstall()
          Remove the clipping behaviour from a tree and free internal listeners

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

_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

Constructor Detail

ExpansionTreeTip

public ExpansionTreeTip(javax.swing.JTree tree)
Add the view clipped cell behaviour to the given tree
Parameters:
tree -

Method Detail

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.