Jazz API Documentation

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

Packages that use ZMouseListener
edu.umd.cs.jazz This is the root package for all Jazz classes. 
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 ZNode.addMouseListener(ZMouseListener l)
          Adds the specified mouse listener to receive mouse events from this node
 void ZNode.removeMouseListener(ZMouseListener l)
          Removes the specified mouse listener so that it no longer receives mouse events from this mouse.
 

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

Classes in edu.umd.cs.jazz.event that implement ZMouseListener
 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 ZoomEventHandler
          ZoomEventhandler provides event handlers for basic zooming of a Jazz camera with the right button.
 class ZPanEventHandler
          ZPanEventHandler provides event handlers for basic panning of a Jazz camera with the left mouse.
 class ZSelectionEventHandler
          ZSelectionEventHandler provides event handlers for basic selection interaction.
 class ZSwingEventHandler
          Event handler to send MousePressed, MouseReleased, MouseMoved, MouseClicked, and MouseDragged events on Swing components within a ZCanvas
 


Jazz API Documentation