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

Packages that use ZGroupListener
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 ZGroupListener in edu.umd.cs.jazz
 

Classes in edu.umd.cs.jazz that implement ZGroupListener
 class ZSpatialIndexGroup
          ZSpatialIndexGroup is a group node that supports R-tree indexing for a group of visual components.
 

Methods in edu.umd.cs.jazz with parameters of type ZGroupListener
 void ZGroup.addGroupListener(ZGroupListener l)
          Adds the specified group listener to receive group events from this node.
 void ZGroup.removeGroupListener(ZGroupListener l)
          Removes the specified group listener so that it no longer receives group events from this group.
static void ZSelectionManager.addGroupListener(ZGroupListener l)
          Add a ZGroupListener, registered for group selection events on all cameras
static void ZSelectionManager.removeGroupListener(ZGroupListener l)
          Remove a ZGroupListener, registered for group selection events on all cameras
static void ZSelectionManager.addGroupListener(ZGroupListener l, ZCamera camera)
          Add a ZGroupListener, registered for group selection events on the given camera
static void ZSelectionManager.removeGroupListener(ZGroupListener l, ZCamera camera)
           
 

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

Classes in edu.umd.cs.jazz.event that implement ZGroupListener
 class ZGroupAdapter
          ZGroupAdapater is an abstract adapter class for receiving group events.
 class ZSelectionResizeHandler
          ZSelectionResizeHandler is a selection handler for use with ZSelectionManager.
 

Methods in edu.umd.cs.jazz.event with parameters of type ZGroupListener
 void ZSelectionDeleteHandler.addGroupListener(ZGroupListener l)
          Add a ZGroupListener, registered for nodeRemoved events.
 void ZSelectionDeleteHandler.removeGroupListener(ZGroupListener l)
          Remove a ZGroupListener, registered for nodeRemoved events.
 



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