Uses of Class
edu.umd.cs.jazz.event.ZNodeEvent

Packages that use ZNodeEvent
edu.umd.cs.jazz.event This package supports Jazz event handlers. 
 

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

Methods in edu.umd.cs.jazz.event that return ZNodeEvent
static ZNodeEvent ZNodeEvent.createBoundsChangedEvent(ZNode aNode)
          Factory method to create a ZNodeEvent with a BOUNDS_CHANGED ID.
static ZNodeEvent ZNodeEvent.createGlobalBoundsChangedEvent(ZNode aNode)
          Factory method to create a ZNodeEvent with a GLOBAL_BOUNDS_CHANGED ID.
 

Methods in edu.umd.cs.jazz.event with parameters of type ZNodeEvent
 void ZNodeAdapter.boundsChanged(ZNodeEvent e)
          Invoked when a node's bounds have changed.
 void ZNodeAdapter.globalBoundsChanged(ZNodeEvent e)
          Invoked when a node's global bounds have changed
 void ZNodeListener.boundsChanged(ZNodeEvent e)
          Invoked when a node has its bounds changed.
 void ZNodeListener.globalBoundsChanged(ZNodeEvent e)
          Invoked when a node has its global bounds changed.
 



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