Uses of Package
prefuse.data.util

Packages that use prefuse.data.util
prefuse.action.filter Action modules for visually filtering items by controlling their visibility. 
prefuse.data Table, Graph, and Tree data structures for organizing data. 
prefuse.data.event Listener interfaces for monitoring prefuse data structures and expressions. 
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. 
 

Classes in prefuse.data.util used by prefuse.action.filter
BreadthFirstIterator
          Provides a distance-limited breadth first traversal over nodes, edges, or both, using any number of traversal "roots".
 

Classes in prefuse.data.util used by prefuse.data
ColumnProjection
          Interface for filtering only a subset of a Table columns, computing a projection of the available data fields.
Index
          Represents an index over a column of data, allowing quick lookups by data value and providing iterators over sorted ranges of data.
RowManager
          Manages the set of valid rows for a Table instance, maintains an index of the available and occupied rows.
Sort
          Utility class representing sorting criteria, this can be given as input to the TupleSet.tuples(Predicate, Sort) method to get a sorted iteration of tuples.
TableIterator
          An iterator over table rows, providing convenience methods for accessing and manipulating table data.
 

Classes in prefuse.data.util used by prefuse.data.event
ColumnProjection
          Interface for filtering only a subset of a Table columns, computing a projection of the available data fields.
 

Classes in prefuse.data.util used by prefuse.data.tuple
Sort
          Utility class representing sorting criteria, this can be given as input to the TupleSet.tuples(Predicate, Sort) method to get a sorted iteration of tuples.
 

Classes in prefuse.data.util used by prefuse.data.util
AbstractColumnProjection
          Abstract base class for column projection instances.
ColumnProjection
          Interface for filtering only a subset of a Table columns, computing a projection of the available data fields.
FilteredRowManager
          RowManager that additionally manages mappings between the managed rows and those of a parent table.
Index
          Represents an index over a column of data, allowing quick lookups by data value and providing iterators over sorted ranges of data.
RowManager
          Manages the set of valid rows for a Table instance, maintains an index of the available and occupied rows.
Sort
          Utility class representing sorting criteria, this can be given as input to the TupleSet.tuples(Predicate, Sort) method to get a sorted iteration of tuples.
 



Copyright © 2007 Regents of the University of California