Uses of Interface
prefuse.data.event.GraphListener

Packages that use GraphListener
prefuse.data Table, Graph, and Tree data structures for organizing data. 
prefuse.util.ui Utility classes facilitating the generation and composition of user interface components. 
 

Uses of GraphListener in prefuse.data
 

Methods in prefuse.data with parameters of type GraphListener
 void Graph.addGraphModelListener(GraphListener listnr)
          Add a listener to be notified of changes to the graph.
 void Graph.removeGraphModelListener(GraphListener listnr)
          Remove a listener from this graph.
 

Uses of GraphListener in prefuse.util.ui
 

Classes in prefuse.util.ui that implement GraphListener
 class JPrefuseTree.PrefuseTreeModel
          TreeModel implementation that provides an adapter to a backing prefuse Tree instance.
 



Copyright © 2007 Regents of the University of California