MouseListener
last edited 4 years ago by satenik_danielyan
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

inpins
- setGEOM(int, int, int, int) - ID = 1 - Frame size and coordinates
- int - X Axis coordinate
- int - Y Axis coordinate
- int - Frame width
- int - Frame height
- showFrame() - ID = 2 - Shows the frame
- hideFrame() - ID = 3 - Hides the frame
outpins
- Event - ID = 51 - Event Listener
- Event - String
- Close - ID = 52 - Closed String
- String - "Closed"
links to cvs
source - revision 1.2 org.vcb.parts.ui.MouseListener.java at sourceforge.net
configuration file revision 1.3 msListener.vcb at sourceforge.net
status
alpha release