History for MouseListener

changed:
-
description

   This part creates a Frame which listens and responds to Mouse events. It fires the names of the events when the ones happen. The part fires Closed string to the Close outpin when the user closes the frame.

   Part Diagram from Graph Editor

   <img src="msListener.gif" />


inpins

 1 setGEOM(int, int, int, int) - ID = 1  - Frame size and coordinates

  o int - X Axis coordinate

  o int - Y Axis coordinate

  o int - Frame width

  o int - Frame height

 2 showFrame() - ID = 2 - Shows the frame

 3 hideFrame() - ID = 3 - Hides the frame

outpins

 1 Event - ID = 51    - Event Listener

  o Event - String
  
 2 Close - ID = 52    - Closed String

  o String - "Closed"

links to cvs

 source - revision 1.2 "org.vcb.parts.ui.MouseListener.java":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/src/org/vcb/parts/ui/MouseListener.java at sourceforge.net

 
 configuration file revision 1.3 "msListener.vcb":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/configs/ui/msListener.vcb at sourceforge.net

status

 alpha release