Uses of Interface
prefuse.data.event.TupleSetListener

Packages that use TupleSetListener
prefuse.data.tuple Implementing classes for data tuples, object proxies to a row of table data. 
prefuse.util Utility classes for use by both the toolkit and applications, including color and font support. 
 

Uses of TupleSetListener in prefuse.data.tuple
 

Methods in prefuse.data.tuple with parameters of type TupleSetListener
 void TupleSet.addTupleSetListener(TupleSetListener tsl)
          Add a listener to this tuple set that will be notified when tuples are added and removed from the set.
 void AbstractTupleSet.addTupleSetListener(TupleSetListener tsl)
           
 void TupleSet.removeTupleSetListener(TupleSetListener tsl)
          Remove a listener from this tuple set.
 void AbstractTupleSet.removeTupleSetListener(TupleSetListener tsl)
           
 

Uses of TupleSetListener in prefuse.util
 

Classes in prefuse.util that implement TupleSetListener
 class UpdateListener
          Convenience listener class that implements ExpressionListener, TupleSetListener, and ComponentListener and routes all the callbacks into a generic UpdateListener.update(Object) method.
 



Copyright © 2007 Regents of the University of California