|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingx.rollover.RolloverProducer
org.jdesktop.swingx.rollover.ListRolloverProducer
public class ListRolloverProducer
List-specific implementation of RolloverProducer.
Field Summary |
---|
Fields inherited from class org.jdesktop.swingx.rollover.RolloverProducer |
---|
CLICKED_KEY, rollover, ROLLOVER_KEY |
Constructor Summary | |
---|---|
ListRolloverProducer()
|
Method Summary | |
---|---|
protected void |
updateRolloverPoint(javax.swing.JComponent component,
java.awt.Point mousePoint)
Subclasses must implement to map the given mouse coordinates into appropriate client coordinates. |
Methods inherited from class org.jdesktop.swingx.rollover.RolloverProducer |
---|
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, updateClientProperty, updateRollover |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListRolloverProducer()
Method Detail |
---|
protected void updateRolloverPoint(javax.swing.JComponent component, java.awt.Point mousePoint)
RolloverProducer
updateRolloverPoint
in class RolloverProducer
component
- the target component which received a mouse eventmousePoint
- the mouse position of the event, coordinates are
component pixels
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |