Uses of Interface
prefuse.data.event.ProjectionListener

Packages that use ProjectionListener
prefuse.data.util Utility classes for supporting prefuse data structures, including indexes, iterators, filters, and column projections. 
 

Uses of ProjectionListener in prefuse.data.util
 

Methods in prefuse.data.util with parameters of type ProjectionListener
 void ColumnProjection.addProjectionListener(ProjectionListener lstnr)
          Add a listener to this column projection
 void AbstractColumnProjection.addProjectionListener(ProjectionListener lstnr)
           
 void ColumnProjection.removeProjectionListener(ProjectionListener lstnr)
          Remove a listener from this column projection
 void AbstractColumnProjection.removeProjectionListener(ProjectionListener lstnr)
           
 



Copyright © 2007 Regents of the University of California