|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dss.dataView.ViewMouseMotionListenerAdapter
Adapter class for the ViewMouseMotionListener interface.
Constructor Summary | |
ViewMouseMotionListenerAdapter() |
Method Summary | |
void |
mouseDragged(ViewMouseEvent e) Invoked when a mouse button is pressed on a component and then dragged. |
void |
mouseMoved(ViewMouseEvent e) Invoked when the mouse button has been moved on a component (with no buttons no down). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ViewMouseMotionListenerAdapter()
Method Detail |
public void mouseDragged(ViewMouseEvent e)
mouseDragged
in interface ViewMouseMotionListener
public void mouseMoved(ViewMouseEvent e)
mouseMoved
in interface ViewMouseMotionListener
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |