Uses of Package
edu.umd.cs.jazz.event

Packages that use edu.umd.cs.jazz.event
edu.umd.cs.jazz Jazz is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.jazz.component This package contains several visual components that may be useful for Jazz applications. 
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. 
 

Classes in edu.umd.cs.jazz.event used by edu.umd.cs.jazz
ZCameraListener
          ZCameraListener is an interface to support notification when changes occur to a ZCamera.
ZEvent
          This interface ensures that the implementing event can dispatch itself without someone else needing to look at the events ID or type.
ZGroupEvent
          ZGroupEvent is an event which indicates that a group node has changed.
ZGroupListener
          ZGroupListener is an interface to support notification when changes occur to a ZGroup.
ZMouseEvent
          ZMouseEvent is an event which indicates that a mouse action occurred in a node.
ZMouseListener
          ZMouseListener is a listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a node.
ZMouseMotionListener
          ZMouseMotionListener is a listener interface for receiving mouse motion events on a node.
ZNodeListener
          ZNodeListener is an interface to support notification when changes occur to a ZNode.
ZTransformListener
          ZTransformListener is an interface to support notification when changes occur to a ZTransformGroup.
 

Classes in edu.umd.cs.jazz.event used by edu.umd.cs.jazz.component
ZMouseEvent
          ZMouseEvent is an event which indicates that a mouse action occurred in a node.
 

Classes in edu.umd.cs.jazz.event used by edu.umd.cs.jazz.event
ZCameraEvent
          ZCameraEvent is an event which indicates that a camera has changed.
ZCameraListener
          ZCameraListener is an interface to support notification when changes occur to a ZCamera.
ZEvent
          This interface ensures that the implementing event can dispatch itself without someone else needing to look at the events ID or type.
ZEventHandler
          ZEventHandler is an interface for defining behaviors in Jazz.
ZGroupEvent
          ZGroupEvent is an event which indicates that a group node has changed.
ZGroupListener
          ZGroupListener is an interface to support notification when changes occur to a ZGroup.
ZMouseEvent
          ZMouseEvent is an event which indicates that a mouse action occurred in a node.
ZMouseListener
          ZMouseListener is a listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a node.
ZMouseMotionListener
          ZMouseMotionListener is a listener interface for receiving mouse motion events on a node.
ZNodeEvent
          ZNodeEvent is an event which indicates that a node has changed.
ZNodeListener
          ZNodeListener is an interface to support notification when changes occur to a ZNode.
ZoomEventHandler
          ZoomEventhandler provides event handlers for basic zooming of a Jazz camera with the right button.
ZoomEventHandler.ZoomEventState
          Provides indirect access this event handlers private state.
ZSelectionDeleteHandler
          ZSelectionDeleteHandler is a selection handler for use with a ZSelectionManager.
ZSelectionModifyHandler
          ZSelectionModifyHandler is a ZEventHandler that allows items to be selected with the mouse, and maintains the current selection.
ZSelectionMoveHandler
          ZSelectionMoveHandler is a selection handler for use with ZSelectionManager.
ZSelectionResizeHandler
          ZSelectionResizeHandler is a selection handler for use with ZSelectionManager.
ZSelectionResizeHandler.ResizeEvent
          An event to signal that a node has been resized by this event handler.
ZSelectionResizeHandler.ResizeListener
          Interface that a class must implement to handle the resizing of the selected nodes for a given ZSelectionResizeHandler.
ZSelectionScaleHandler
          ZSelectionScaleHandler is a selection handler for use with a ZSelectionManager.
ZTransformEvent
          ZTransformEvent is an event which indicates that a transform group has changed.
ZTransformListener
          ZTransformListener is an interface to support notification when changes occur to a ZTransformGroup.
 

Classes in edu.umd.cs.jazz.event used by edu.umd.cs.jazz.util
ZEventHandler
          ZEventHandler is an interface for defining behaviors in Jazz.
ZMouseEvent
          ZMouseEvent is an event which indicates that a mouse action occurred in a node.
ZoomEventHandler
          ZoomEventhandler provides event handlers for basic zooming of a Jazz camera with the right button.
ZPanEventHandler
          ZPanEventHandler provides event handlers for basic panning of a Jazz camera with the left mouse.
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.