org.jdesktop.swingx.rollover
Class TreeRolloverProducer
java.lang.Object
  
org.jdesktop.swingx.rollover.RolloverProducer
      
org.jdesktop.swingx.rollover.TreeRolloverProducer
- All Implemented Interfaces: 
 - MouseListener, MouseMotionListener, EventListener
 
public class TreeRolloverProducer
- extends RolloverProducer
 
Tree-specific implementation of RolloverProducer.
 
 This implementation assumes a "hit" for rollover if the mouse is anywhere in
 the total width of the tree. Additionally, a pressed to the right (but
 outside of the label bounds) is re-dispatched as a pressed just inside the
 label bounds. This is a first go for #166-swingx.
 
 
 PENDING JW: bidi-compliance of pressed?
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TreeRolloverProducer
public TreeRolloverProducer()
mousePressed
public void mousePressed(MouseEvent e)
- Description copied from class: 
RolloverProducer 
- Implemented to do nothing.
- Specified by:
 mousePressed in interface MouseListener- Overrides:
 mousePressed in class RolloverProducer
 
 
 
updateRolloverPoint
protected void updateRolloverPoint(JComponent component,
                                   Point mousePoint)
- Description copied from class: 
RolloverProducer 
- Subclasses must implement to map the given mouse coordinates into
 appropriate client coordinates. The result must be stored in the 
 rollover field.
- Specified by:
 updateRolloverPoint in class RolloverProducer
 
- Parameters:
 component - the target component which received a mouse eventmousePoint - the mouse position of the event, coordinates are 
    component pixels