|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcct.j3d.MyMouseMotionListener
public class MyMouseMotionListener
Title:
Description:
Copyright: Copyright (c) 2006
Company: ANU
| Field Summary | |
|---|---|
(package private) Java3dUniverse |
daddy
|
(package private) javax.swing.PopupFactory |
factory
|
(package private) cct.j3d.MyMouseMotionListener.findAtom |
find
|
(package private) javax.swing.JLabel |
jLabel
|
(package private) javax.swing.Popup |
popup
|
(package private) javax.swing.Timer |
popupTimer
|
(package private) int |
pX
|
(package private) int |
pY
|
| Constructor Summary | |
|---|---|
MyMouseMotionListener()
|
|
MyMouseMotionListener(Java3dUniverse target)
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
mouseDragged(java.awt.event.MouseEvent e)
Invoked when a mouse button is pressed on a component and then dragged. |
void |
mouseMoved(java.awt.event.MouseEvent e)
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int pX
int pY
Java3dUniverse daddy
javax.swing.Timer popupTimer
javax.swing.PopupFactory factory
cct.j3d.MyMouseMotionListener.findAtom find
javax.swing.Popup popup
javax.swing.JLabel jLabel
| Constructor Detail |
|---|
public MyMouseMotionListener()
public MyMouseMotionListener(Java3dUniverse target)
| Method Detail |
|---|
public void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged in interface java.awt.event.MouseMotionListenere - MouseEventpublic void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved in interface java.awt.event.MouseMotionListenere - MouseEventpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||