Uses of Interface
edu.umd.cs.jazz.event.ZMouseListener

Packages that use ZMouseListener
edu.umd.cs.jazz Jazz is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.jazz.event This package supports Jazz event handlers. 
 

Uses of ZMouseListener in edu.umd.cs.jazz
 

Methods in edu.umd.cs.jazz with parameters of type ZMouseListener
 void ZSceneGraphObject.addMouseListener(ZMouseListener l)
          Adds the specified mouse listener to receive mouse events from this object
 void ZSceneGraphObject.removeMouseListener(ZMouseListener l)
          Removes the specified mouse listener so that it no longer receives mouse events from this object.
 

Uses of ZMouseListener in edu.umd.cs.jazz.event
 

Classes in edu.umd.cs.jazz.event that implement ZMouseListener
 class ZFilteredEventHandler.ZFilteredEventDispatcher
          ZFilteredEventDispatcher is used internally to register with the filtered event sources.
 class ZLinkEventHandler
          ZLinkEventHandler is a simple event handler for interactively creating hyperlinks.
 class ZMouseAdapter
          ZMouseAdapter is an abstract adapter class for receiving mouse events.
 class ZSelectionEventHandler
          Deprecated. This class has been replaced by ZSelectionDeleteHandler, ZSelectionModifyHandler, ZSelectionMoveHandler, and ZSelectionScaleHandler
protected  class ZSelectionResizeHandler.ResizeHandles
          Inner class used to render resize handles over a single component.
 class ZSwingEventHandler
          Event handler to send MousePressed, MouseReleased, MouseMoved, MouseClicked, and MouseDragged events on Swing components within a ZCanvas
 



Copyright © 2001 by University of Maryland, College Park, MD 20742, USA All rights reserved.