ComponentListener, MouseListener, MouseMotionListener, EventListenerpublic class TableRolloverProducer extends RolloverProducer
CLICKED_KEY, rollover, ROLLOVER_KEY| Constructor | Description |
|---|---|
TableRolloverProducer() |
| 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, waitcomponentHidden, componentMoved, componentResized, componentShown, install, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, release, updateClientProperty, updateRolloverprotected void updateRolloverPoint(JComponent component, Point mousePoint)
RolloverProducerupdateRolloverPoint in class RolloverProducercomponent - the target component which received a mouse eventmousePoint - the mouse position of the event, coordinates are
component pixelsCopyright © 2018. All rights reserved.