|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.app.event.EventDispatcher
|
+--quicktime.app.event.AWTMouseEventDispatcher
This class is used to dispatch events to a QTMouseController when the source of events is some kind of java.awt.Component.
EventDispatcher| Field Summary | |
protected java.awt.Component |
comp
Deprecated. The java.awt.Component which the space has been added to.* @deprecated since QTJava 6.1 |
protected QTMouseController |
cont
Deprecated. The controller that will dispatch the events to any of its registered listeners* @deprecated since QTJava 6.1 |
protected Space |
space
Deprecated. The space that is the source of the QTMouseEvent that is broadcast to the QTMouseController* @deprecated since QTJava 6.1 |
| Constructor Summary | |
AWTMouseEventDispatcher(QTMouseController cont,
Space space,
java.lang.Object interest)
Deprecated. since QTJava 6.1 |
|
| Method Summary | |
protected void |
addedTo()
Deprecated. When the ListenerController is addedTo its source of interest this method is called.* @deprecated since QTJava 6.1 |
void |
mouseClicked(java.awt.event.MouseEvent e)
Deprecated. since QTJava 6.1 |
void |
mouseDragged(java.awt.event.MouseEvent e)
Deprecated. since QTJava 6.1 |
void |
mouseEntered(java.awt.event.MouseEvent e)
Deprecated. since QTJava 6.1 |
void |
mouseExited(java.awt.event.MouseEvent e)
Deprecated. since QTJava 6.1 |
void |
mouseMoved(java.awt.event.MouseEvent e)
Deprecated. since QTJava 6.1 |
void |
mousePressed(java.awt.event.MouseEvent e)
Deprecated. since QTJava 6.1 |
void |
mouseReleased(java.awt.event.MouseEvent e)
Deprecated. since QTJava 6.1 |
protected void |
removedFrom()
Deprecated. When the ListenerController is removedFrom its source of interest this method is called.* @deprecated since QTJava 6.1 |
| Methods inherited from class quicktime.app.event.EventDispatcher |
registerMaker, removeMaker |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Space space
protected QTMouseController cont
protected java.awt.Component comp
| Constructor Detail |
public AWTMouseEventDispatcher(QTMouseController cont,
Space space,
java.lang.Object interest)
cont - the controller which will distribute the events. This controller is attached to
some kind of quicktime.app.display.QTDisplaySpace object.interest - The interest object must be some kind of java.awt.Component of a class cast exception
will be generated.space - The space will be the Object (generally a QTDisplaySpace) which the controller
has been attached to and will become the source of events - ie. the space within which the controllers
events occur - for the controller| Method Detail |
protected void addedTo()
addedTo in class EventDispatcherprotected void removedFrom()
removedFrom in class EventDispatcherpublic void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked in interface java.awt.event.MouseListenerpublic void mousePressed(java.awt.event.MouseEvent e)
mousePressed in interface java.awt.event.MouseListenerpublic void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased in interface java.awt.event.MouseListenerpublic void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered in interface java.awt.event.MouseListenerpublic void mouseExited(java.awt.event.MouseEvent e)
mouseExited in interface java.awt.event.MouseListenerpublic void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged in interface java.awt.event.MouseMotionListenerpublic void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved in interface java.awt.event.MouseMotionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||