|
||||||||||
| 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.TableRolloverProducer
public class TableRolloverProducer
Table-specific implementation of RolloverProducer.
| Field Summary |
|---|
| Fields inherited from class org.jdesktop.swingx.rollover.RolloverProducer |
|---|
CLICKED_KEY, rollover, ROLLOVER_KEY |
| Constructor Summary | |
|---|---|
TableRolloverProducer()
|
|
| 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 |
|---|
componentHidden, componentMoved, componentResized, componentShown, install, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, release, updateClientProperty, updateRollover |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableRolloverProducer()
| Method Detail |
|---|
protected void updateRolloverPoint(javax.swing.JComponent component,
java.awt.Point mousePoint)
RolloverProducer
updateRolloverPoint in class RolloverProducercomponent - 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 | |||||||||