|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QTMouseEvent | |
quicktime.app.actions | |
quicktime.app.event | |
quicktime.app.ui |
Uses of QTMouseEvent in quicktime.app.actions |
Methods in quicktime.app.actions with parameters of type QTMouseEvent | |
void |
DragAction.mousePressed(QTMouseEvent event)
Initializes the currently set TransformMatrix object to the current coordinates of the mouse event. |
void |
DragAction.mouseDragged(QTMouseEvent event)
Responds to the mouseDragged event by calling the transformTarget (int x, int y) method on the set TransformMatrix object. |
Uses of QTMouseEvent in quicktime.app.event |
Methods in quicktime.app.event with parameters of type QTMouseEvent | |
void |
DragAdapter.mouseClicked(QTMouseEvent e)
Invoked when the mouse has been clicked in a space. |
void |
DragAdapter.mousePressed(QTMouseEvent e)
Invoked when the mouse has been pressed in a space. |
void |
DragAdapter.mouseReleased(QTMouseEvent e)
Invoked when a mouse button has been released where the press occured within the space. |
void |
DragAdapter.mouseDragged(QTMouseEvent e)
Invoked when a mouse button is pressed in a space and then dragged. |
void |
DragAdapter.mouseMoved(QTMouseEvent e)
Invoked when the mouse button has been moved in a space (with no buttons no down). |
void |
MouseMoveAdapter.mouseDragged(QTMouseEvent e)
Invoked when a mouse button is pressed in a space and then dragged. |
void |
MouseMoveAdapter.mouseMoved(QTMouseEvent e)
Invoked when the mouse button has been moved in a space (with no buttons no down). |
void |
MouseEnterExitAdapter.mouseEntered(QTMouseEvent e)
Invoked when the mouse enters a space. |
void |
MouseEnterExitAdapter.mouseExited(QTMouseEvent e)
Invoked when the mouse exits a space. |
void |
MouseMoveListener.mouseDragged(QTMouseEvent e)
Invoked when a mouse button is pressed in a space and then dragged. |
void |
MouseMoveListener.mouseMoved(QTMouseEvent e)
Invoked when the mouse button has been moved in a space (with no buttons no down). |
void |
MouseButtonListener.mouseClicked(QTMouseEvent e)
Invoked when the mouse has been clicked in a space. |
void |
MouseButtonListener.mousePressed(QTMouseEvent e)
Invoked when the mouse has been pressed in a space. |
void |
MouseButtonListener.mouseReleased(QTMouseEvent e)
Invoked when a mouse button has been released where the press occured within the space. |
protected boolean |
QTMouseController.translateAndIsWithin(QTMouseEvent e)
This method returns true if the location of the QTMouseEvent is within the Space's area, or false if it isn't. |
void |
QTMouseController.mouseClicked(QTMouseEvent e)
If the QTMouseController has a MouseButtonListener(s) it will dispatch click events that occur within its Space's area to those listeners. |
protected void |
QTMouseController.doMouseClicked(QTMouseEvent e)
This method dispatches the event to the appropriate listeners. |
void |
QTMouseController.mousePressed(QTMouseEvent e)
If the QTMouseController has a MouseButtonListener(s) it will dispatch press events that occur within its Space's area to those listeners. |
protected void |
QTMouseController.doMousePressed(QTMouseEvent e)
This method dispatches the event to the appropriate listeners. |
void |
QTMouseController.mouseReleased(QTMouseEvent e)
If the QTMouseController has a MouseButtonListener(s) it will dispatch release events that occur within its Space's area to those listeners. |
protected void |
QTMouseController.doMouseReleased(QTMouseEvent e)
This method dispatches the event to the appropriate listeners. |
void |
QTMouseController.mouseDragged(QTMouseEvent e)
If the QTMouseController has a MouseMoveListener(s) it will dispatch drag events that occur within its Space's area to those listeners. |
protected void |
QTMouseController.doMouseDragged(QTMouseEvent e)
This method dispatches the event to the appropriate listeners. |
void |
QTMouseController.mouseMoved(QTMouseEvent e)
If the QTMouseController has a MouseMoveListener(s) it will dispatch move events that occur within its Space's area to those listeners. |
protected void |
QTMouseController.doMouseMoved(QTMouseEvent e,
boolean isWithinItsSpace)
This method dispatches the event to the appropriate listeners. |
void |
QTMouseController.mouseEntered(QTMouseEvent e)
If the QTMouseController has a MouseEnterExitListener(s) it will dispatch a mouseEntered event when the mouse moves or is dragged into the space. |
protected void |
QTMouseController.doMouseEntered(QTMouseEvent e)
This method dispatches the event to the appropriate listeners. |
void |
QTMouseController.mouseExited(QTMouseEvent e)
If the QTMouseController has a MouseEnterExitListener(s) it will dispatch a mouseExited event when the mouse moves or is dragged out of the space. |
protected void |
QTMouseController.doMouseExited(QTMouseEvent e)
This method dispatches the event to the appropriate listeners. |
protected void |
QTMouseTargetController.doMousePressed(QTMouseEvent e)
This method dispatches the event to the appropriate listeners. |
void |
QTMouseTargetController.mouseReleased(QTMouseEvent e)
If the QTMouseController has a MouseButtonListener(s) it will dispatch release events that occur within its Space's area to those listeners. |
protected void |
QTMouseTargetController.doMouseReleased(QTMouseEvent e,
boolean isWithin)
This method dispatches the event to the appropriate listeners. |
protected void |
QTMouseTargetController.doMouseClicked(QTMouseEvent e)
This method dispatches the event to the appropriate listeners. |
void |
QTMouseTargetController.mouseDragged(QTMouseEvent e)
If the QTMouseController has a MouseMoveListener(s) it will dispatch drag events that occur within its Space's area to those listeners. |
protected void |
QTMouseTargetController.doMouseDragged(QTMouseEvent e)
This method dispatches the event to the appropriate listeners. |
protected void |
QTMouseTargetController.doMouseTargetExit(QTMouseEvent e)
This method dispatches the event to the appropriate listeners. |
protected void |
QTMouseTargetController.doMouseTargetEnter(QTMouseEvent e)
This method dispatches the event to the appropriate listeners. |
protected void |
QTMouseTargetController.doMouseMoved(QTMouseEvent e,
boolean isWithinItsSpace)
This method dispatches the event to the appropriate listeners. |
void |
QTMouseTargetController.mouseEntered(QTMouseEvent e)
If the QTMouseController has a MouseEnterExitListener(s) it will dispatch a mouseEntered event when the mouse moves or is dragged into the space. |
protected void |
QTMouseTargetController.doMouseEntered(QTMouseEvent e)
This method dispatches the event to the appropriate listeners. |
void |
QTMouseTargetController.mouseExited(QTMouseEvent e)
If the QTMouseController has a MouseEnterExitListener(s) it will dispatch a mouseExited event when the mouse moves or is dragged out of the space. |
protected void |
QTMouseTargetController.doMouseExited(QTMouseEvent e)
This method dispatches the event to the appropriate listeners. |
void |
MouseEnterExitListener.mouseEntered(QTMouseEvent e)
Invoked when the mouse enters a space. |
void |
MouseEnterExitListener.mouseExited(QTMouseEvent e)
Invoked when the mouse exits a space. |
void |
MouseTargetAdapter.mouseTargetEntered(QTMouseEvent e)
Invoked when a mouseMoved or mouseDragged event enters a Target within an enclosing space. |
void |
MouseTargetAdapter.mouseTargetExited(QTMouseEvent e)
Invoked when a mouseMoved event exits a Target within an enclosing space. |
void |
MouseButtonAdapter.mouseClicked(QTMouseEvent e)
Invoked when the mouse has been clicked in a space. |
void |
MouseButtonAdapter.mousePressed(QTMouseEvent e)
Invoked when the mouse has been pressed in a space. |
void |
MouseButtonAdapter.mouseReleased(QTMouseEvent e)
Invoked when a mouse button has been released where the press occured within the space. |
void |
QTEventCaster.mouseClicked(QTMouseEvent e)
Invoked when the mouse has been clicked. |
void |
QTEventCaster.mousePressed(QTMouseEvent e)
Invoked when a mouse button has been pressed. |
void |
QTEventCaster.mouseReleased(QTMouseEvent e)
Invoked when a mouse button has been released. |
void |
QTEventCaster.mouseDragged(QTMouseEvent e)
Invoked when a mouse button is pressed on a component and then dragged. |
void |
QTEventCaster.mouseMoved(QTMouseEvent e)
Invoked when the mouse button has been moved on a component (with no buttons no down). |
void |
QTEventCaster.mouseEntered(QTMouseEvent e)
Invoked when the mouse enters a component. |
void |
QTEventCaster.mouseExited(QTMouseEvent e)
Invoked when the mouse exits a component. |
void |
QTEventCaster.mouseTargetEntered(QTMouseEvent e)
Invoked when a mouseMoved event enters a Target within an enclosing space. |
void |
QTEventCaster.mouseTargetExited(QTMouseEvent e)
Invoked when a mouseMoved event exits a Target within an enclosing space. |
void |
MouseTargetListener.mouseTargetEntered(QTMouseEvent e)
Invoked when a mouseMoved or mouseDragged event enters a Target within an enclosing space. |
void |
MouseTargetListener.mouseTargetExited(QTMouseEvent e)
Invoked when a mouseMoved event exits a Target within an enclosing space. |
Uses of QTMouseEvent in quicktime.app.ui |
Methods in quicktime.app.ui with parameters of type QTMouseEvent | |
protected void |
QTButton.entered(QTMouseEvent e)
This method is called by the ButtonActivator when the mouse enters the button |
protected void |
QTButton.exited(QTMouseEvent e)
This method is called by the ButtonActivator when the mouse exits the button |
void |
ButtonActivator.mousePressed(QTMouseEvent event)
Invoked when the mouse has been pressed on a found and valid QTButton within the enclosing space. |
void |
ButtonActivator.mouseReleased(QTMouseEvent event)
Invoked when the mouse has been released on a found and valid QTButton within the enclosing space. |
void |
ButtonActivator.mouseTargetEntered(QTMouseEvent event)
Invoked when a mouseMoved event enters a QTButton within an enclosing space. |
void |
ButtonActivator.mouseTargetExited(QTMouseEvent event)
Invoked when a mouseMoved event exits the QTButton within an enclosing space. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |