Uses of Package
prefuse.data.event

Packages that use prefuse.data.event
prefuse.controls Control modules for incorporating interaction in prefuse Displays. 
prefuse.data Table, Graph, and Tree data structures for organizing data. 
prefuse.data.column Data columns for storing typed data within a data table. 
prefuse.data.expression Classes implementing an SQL-like expression language for filtering and manipulating data. 
prefuse.data.search Text search support for prefix, keyword, and regular expression searches. 
prefuse.data.tuple Implementing classes for data tuples, object proxies to a row of table data. 
prefuse.data.util Utility classes for supporting prefuse data structures, including indexes, iterators, filters, and column projections. 
prefuse.util Utility classes for use by both the toolkit and applications, including color and font support. 
prefuse.util.ui Utility classes facilitating the generation and composition of user interface components. 
prefuse.visual Classes for representing and storing VisualItems. 
prefuse.visual.expression Expressions in the prefuse expression language that are specific to VisualItems. 
 

Classes in prefuse.data.event used by prefuse.controls
TableListener
          Listener interface for monitoring changes to a table.
 

Classes in prefuse.data.event used by prefuse.data
ColumnListener
          Listener interface for monitoring changes to a data column.
GraphListener
          Listner interface for monitoring changes to a graph or tree structure.
TableListener
          Listener interface for monitoring changes to a table.
 

Classes in prefuse.data.event used by prefuse.data.column
ColumnListener
          Listener interface for monitoring changes to a data column.
 

Classes in prefuse.data.event used by prefuse.data.expression
ExpressionListener
          Listener interface for monitoring changes to an Expression instance.
 

Classes in prefuse.data.event used by prefuse.data.search
EventConstants
          Constants used within prefuse data structure modification notifications.
 

Classes in prefuse.data.event used by prefuse.data.tuple
EventConstants
          Constants used within prefuse data structure modification notifications.
TupleSetListener
          Listener interface for monitoring changes to a TupleSet instance.
 

Classes in prefuse.data.event used by prefuse.data.util
ColumnListener
          Listener interface for monitoring changes to a data column.
ExpressionListener
          Listener interface for monitoring changes to an Expression instance.
ProjectionListener
          Listener interface for monitoring changes to the state of a column projection filter.
TableListener
          Listener interface for monitoring changes to a table.
 

Classes in prefuse.data.event used by prefuse.util
ExpressionListener
          Listener interface for monitoring changes to an Expression instance.
TupleSetListener
          Listener interface for monitoring changes to a TupleSet instance.
 

Classes in prefuse.data.event used by prefuse.util.ui
GraphListener
          Listner interface for monitoring changes to a graph or tree structure.
TableListener
          Listener interface for monitoring changes to a table.
 

Classes in prefuse.data.event used by prefuse.visual
ColumnListener
          Listener interface for monitoring changes to a data column.
 

Classes in prefuse.data.event used by prefuse.visual.expression
ExpressionListener
          Listener interface for monitoring changes to an Expression instance.
 



Copyright © 2007 Regents of the University of California