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

Packages that use ZEventHandler
edu.umd.cs.jazz.event This package supports Jazz event handlers. 
edu.umd.cs.jazz.util This package defines several utility classes that are likely to be useful for Jazz applications. 
 

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

Classes in edu.umd.cs.jazz.event that implement ZEventHandler
 class ZCompositeSelectionHandler
          ZCompositeSelectionHandler is a convenience class that allows applications to use a single event handler to manage the multiple jazz selection event handlers.
 class ZLinkEventHandler
          ZLinkEventHandler is a simple event handler for interactively creating hyperlinks.
 class ZNavEventHandlerKeyBoard
          ZNavEventHandlerKeyBoard provides event handlers for basic zooming and panning of a Jazz camera with the keyboard.
 class ZoomEventHandler
          ZoomEventhandler provides event handlers for basic zooming of a Jazz camera with the right button.
 class ZoomToEventHandler
          ZoomToEventhandler provides the ability to zoom the current camera to a target node on the drawing surface.
 class ZPanEventHandler
          ZPanEventHandler provides event handlers for basic panning of a Jazz camera with the left mouse.
 class ZSelectionDeleteHandler
          ZSelectionDeleteHandler is a selection handler for use with a ZSelectionManager.
 class ZSelectionEventHandler
          Deprecated. This class has been replaced by ZSelectionDeleteHandler, ZSelectionModifyHandler, ZSelectionMoveHandler, and ZSelectionScaleHandler
 class ZSelectionModifyHandler
          ZSelectionModifyHandler is a ZEventHandler that allows items to be selected with the mouse, and maintains the current selection.
 class ZSelectionMoveHandler
          ZSelectionMoveHandler is a selection handler for use with ZSelectionManager.
 class ZSelectionResizeHandler
          ZSelectionResizeHandler is a selection handler for use with ZSelectionManager.
 class ZSelectionScaleHandler
          ZSelectionScaleHandler is a selection handler for use with a ZSelectionManager.
 class ZSwingEventHandler
          Event handler to send MousePressed, MouseReleased, MouseMoved, MouseClicked, and MouseDragged events on Swing components within a ZCanvas
 

Uses of ZEventHandler in edu.umd.cs.jazz.util
 

Fields in edu.umd.cs.jazz.util declared as ZEventHandler
protected  ZEventHandler ZCanvas.keyEventHandler
          The event handler that supports key events.
 

Methods in edu.umd.cs.jazz.util that return ZEventHandler
 ZEventHandler ZCanvas.getPanEventHandler()
          Return the pan event handler.
 ZEventHandler ZCanvas.getZoomEventHandler()
          Return the zoom event handler.
 



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