Alphabetical Class Index   Compound Members  

com.techsoft.hoops.HJCanvas.MyMouseInputAdapter Class Reference

Encapsulates mouse event handling. More...

Inherits MouseInputAdapter, and MouseWheelListener.

List of all members.

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 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 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.


Detailed Description

Encapsulates mouse event handling.

This class extends the abstract class MouseInputAdapter which contains the default implementation of MouseEvents


Member Function Documentation

void com.techsoft.hoops.HJCanvas.MyMouseInputAdapter.mousePressed ( MouseEvent  e  ) 

Passes control to the appropriate mouse method depending on which mouse button is pressed.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
e Provides data for the java.awt.event.MouseWheelEvent event


The documentation for this class was generated from the following file:
  • HJCanvas.java