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 ZDragSequenceEventHandler
          ZDragSequenceEventHandler is designed to support drag sequence interactions normally consisting of filtered mouse pressed, filtered mouse dragged, and filtered mouse released events.
 class ZFilteredEventHandler
          ZFilteredEventHandler is an abstract implementation of ZEventHandler.
 class ZHandleEventHandler
          ZHandleEventHandler is normaly used by ZHandleGroups to turn mouse events into calls to ZHandles handleStartDrag, handleDragged, and handleEndDrag methods.
 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 interaction 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 and ZSelectionMoveHandler It allows the user to translate the current selection in two ways: Any item in the current selection may be dragged with the mouse.
 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
 

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.