Uses of Interface
prefuse.data.util.ColumnProjection

Packages that use ColumnProjection
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.util Utility classes for supporting prefuse data structures, including indexes, iterators, filters, and column projections. 
 

Uses of ColumnProjection in prefuse.data
 

Fields in prefuse.data declared as ColumnProjection
protected  ColumnProjection CascadedTable.m_colFilter
          ColumnProjection determining which columns of the parent table are included in this table.
 

Methods in prefuse.data that return ColumnProjection
 ColumnProjection CascadedTable.getColumnProjection()
          Get the ColumnProjection determining which columns of the parent table are included in this one.
 

Methods in prefuse.data with parameters of type ColumnProjection
 void CascadedTable.setColumnProjection(ColumnProjection colFilter)
          Sets the ColumnProjection determining which columns of the parent table are included in this one.
 

Constructors in prefuse.data with parameters of type ColumnProjection
CascadedTable(Table parent, ColumnProjection colFilter)
          Create a new CascadedTable.
CascadedTable(Table parent, Predicate rowFilter, ColumnProjection colFilter)
          Create a new CascadedTable.
CascadedTable(Table parent, Predicate rowFilter, ColumnProjection colFilter, java.lang.Class tupleType)
          Create a new CascadedTable.
 

Uses of ColumnProjection in prefuse.data.event
 

Methods in prefuse.data.event with parameters of type ColumnProjection
 void ProjectionListener.projectionChanged(ColumnProjection projection)
          Notification that the internal state of a projection has been updated.
 

Uses of ColumnProjection in prefuse.data.util
 

Classes in prefuse.data.util that implement ColumnProjection
 class AbstractColumnProjection
          Abstract base class for column projection instances.
 class AcceptAllColumnProjection
          ColumnProjection that simply includes all columns.
 class NamedColumnProjection
          ColumnProjection instance that includes or excludes columns based on the column name.
 



Copyright © 2007 Regents of the University of California