|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.app.event.MouseButtonAdapter
|
+--quicktime.app.ui.ButtonActivator
The ButtonActivator class responds only to the QTMouseEvents on the QTButton object.
| Field Summary | |
protected java.lang.Object |
target
Deprecated. since QTJava 6.1 |
| Constructor Summary | |
ButtonActivator()
Deprecated. |
|
| Method Summary | |
void |
mousePressed(QTMouseEvent event)
Deprecated. since QTJava 6.1 |
void |
mouseReleased(QTMouseEvent event)
Deprecated. since QTJava 6.1 |
void |
mouseTargetEntered(QTMouseEvent event)
Deprecated. since QTJava 6.1 |
void |
mouseTargetExited(QTMouseEvent event)
Deprecated. since QTJava 6.1 |
| Methods inherited from class quicktime.app.event.MouseButtonAdapter |
matchModifierFilter, mouseClicked |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface quicktime.app.event.QTMouseListener |
matchModifierFilter |
| Field Detail |
protected java.lang.Object target
| Constructor Detail |
public ButtonActivator()
| Method Detail |
public void mousePressed(QTMouseEvent event)
mousePressed in interface MouseButtonListenermousePressed in class MouseButtonAdapterpublic void mouseReleased(QTMouseEvent event)
mouseReleased in interface MouseButtonListenermouseReleased in class MouseButtonAdapterpublic void mouseTargetEntered(QTMouseEvent event)
mouseTargetEntered in interface MouseTargetListenerevent - the QTMouseEvent that triggered this eventpublic void mouseTargetExited(QTMouseEvent event)
mouseTargetExited in interface MouseTargetListenerevent - the QTMouseEvent that triggered this event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||