ComponentListener
, MouseListener
, MouseMotionListener
, EventListener
public class ListRolloverProducer extends RolloverProducer
CLICKED_KEY, rollover, ROLLOVER_KEY
Constructor | Description |
---|---|
ListRolloverProducer() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
updateRolloverPoint(JComponent component,
Point mousePoint) |
Subclasses must implement to map the given mouse coordinates into
appropriate client coordinates.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
componentHidden, componentMoved, componentResized, componentShown, install, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, release, updateClientProperty, updateRollover
protected void updateRolloverPoint(JComponent component, 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 pixelsCopyright © 2018. All rights reserved.