Inherits MouseInputAdapter, and MouseWheelListener.
Public Member Functions | |
void | mousePressed (MouseEvent e) |
Passes control to the appropriate mouse method depending on which mouse button is pressed. | |
void | mouseReleased (MouseEvent e) |
Passes control to the appropriate mouse method depending on which mouse button is released. | |
void | mouseClicked (MouseEvent e) |
Passes control to the appropriate mouse method depending on which mouse button is double-clicked. | |
void | mouseMoved (MouseEvent e) |
Passes the mouse move info to OnMouseMove. | |
void | mouseDragged (MouseEvent e) |
Passes the mouse drag info to OnMouseMove. | |
void | mouseWheelMoved (MouseWheelEvent e) |
Passes the mouse wheel info to mouseWheelMoved. | |
void | OnLeftButtonDown (MouseEvent e) |
Dispatches the OnLeftButtonDown event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags. | |
void | OnMidButtonDown (MouseEvent e) |
Dispatches the OnMidButtonDown event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags. | |
void | OnRightButtonDown (MouseEvent e) |
Dispatches the OnRightButtonDown event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags. | |
void | OnLeftButtonUp (MouseEvent e) |
Dispatches the OnLeftButtonUp event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags. | |
void | OnMidButtonUp (MouseEvent e) |
Dispatches the OnMidButtonUp event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags. | |
void | OnRightButtonUp (MouseEvent e) |
Dispatches the OnRightButtonUp event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags. | |
void | OnLeftButtonDoubleClick (MouseEvent e) |
Dispatches the OnLeftButtonDoubleClick event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags. | |
void | OnMidButtonDoubleClick (MouseEvent e) |
Dispatches the OnMidButtonDoubleClick event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags. | |
void | OnRightButtonDoubleClick (MouseEvent e) |
Dispatches the OnRightButtonDoubleClick event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags. | |
void | OnMouseMove (MouseEvent e) |
Dispatches the OnMouseMove event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags. | |
void | OnMouseWheel (MouseWheelEvent e) |
Dispatches the OnMouseWheel event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags. |
This class extends the abstract class MouseInputAdapter which contains the default implementation of MouseEvents
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.mousePressed | ( | MouseEvent | e | ) |
Passes control to the appropriate mouse method depending on which mouse button is pressed.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.mouseReleased | ( | MouseEvent | e | ) |
Passes control to the appropriate mouse method depending on which mouse button is released.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.mouseClicked | ( | MouseEvent | e | ) |
Passes control to the appropriate mouse method depending on which mouse button is double-clicked.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.mouseMoved | ( | MouseEvent | e | ) |
Passes the mouse move info to OnMouseMove.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.mouseDragged | ( | MouseEvent | e | ) |
Passes the mouse drag info to OnMouseMove.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.mouseWheelMoved | ( | MouseWheelEvent | e | ) |
Passes the mouse wheel info to mouseWheelMoved.
e | Provides data for the java.awt.event.MouseWheelEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.OnLeftButtonDown | ( | MouseEvent | e | ) |
Dispatches the OnLeftButtonDown event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.OnMidButtonDown | ( | MouseEvent | e | ) |
Dispatches the OnMidButtonDown event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.OnRightButtonDown | ( | MouseEvent | e | ) |
Dispatches the OnRightButtonDown event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.OnLeftButtonUp | ( | MouseEvent | e | ) |
Dispatches the OnLeftButtonUp event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.OnMidButtonUp | ( | MouseEvent | e | ) |
Dispatches the OnMidButtonUp event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.OnRightButtonUp | ( | MouseEvent | e | ) |
Dispatches the OnRightButtonUp event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.OnLeftButtonDoubleClick | ( | MouseEvent | e | ) |
Dispatches the OnLeftButtonDoubleClick event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.OnMidButtonDoubleClick | ( | MouseEvent | e | ) |
Dispatches the OnMidButtonDoubleClick event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.OnRightButtonDoubleClick | ( | MouseEvent | e | ) |
Dispatches the OnRightButtonDoubleClick event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.OnMouseMove | ( | MouseEvent | e | ) |
Dispatches the OnMouseMove event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags.
e | Provides data for the java.awt.event.MouseEvent event |
void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.OnMouseWheel | ( | MouseWheelEvent | e | ) |
Dispatches the OnMouseWheel event to HOOPS/MVO, which will in turn dispatch it to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags.
e | Provides data for the java.awt.event.MouseWheelEvent event |