Uses of Interface
prefuse.data.event.ColumnListener

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

Uses of ColumnListener in prefuse.data
 

Classes in prefuse.data that implement ColumnListener
 class CascadedTable
          Table subclass featuring a "cascaded" table design - a CascadedTable can have a parent table, from which it inherits a potentially filtered set of rows and columns.
protected  class Graph.Listener
          Listener class for tracking updates from node and edge tables, and their columns that determine the graph linkage structure.
 class Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
 

Uses of ColumnListener in prefuse.data.column
 

Classes in prefuse.data.column that implement ColumnListener
 class ColumnMetadata
          ColumnMetadata stores computed metadata and statistics for a singe column instance.
 

Methods in prefuse.data.column with parameters of type ColumnListener
 void ConstantColumn.addColumnListener(ColumnListener listener)
          Does nothing.
 void Column.addColumnListener(ColumnListener listener)
          Adds a listener to be notified when this column changes
 void AbstractColumn.addColumnListener(ColumnListener listener)
          Adds a listener to be notified when this column changes
 void ConstantColumn.removeColumnListener(ColumnListener listener)
          Does nothing.
 void Column.removeColumnListener(ColumnListener listener)
          Removes a listener, causing it to no longer be notified of changes
 void AbstractColumn.removeColumnListener(ColumnListener listener)
          Removes a listener, causing it to no longer be notified of changes
 

Uses of ColumnListener in prefuse.data.util
 

Classes in prefuse.data.util that implement ColumnListener
 class TreeIndex
          Index instance that uses red-black trees to provide an index over a column of data.
 

Uses of ColumnListener in prefuse.visual
 

Classes in prefuse.visual that implement ColumnListener
 class AggregateTable
          VisualTable instance that maintains visual items representing aggregates of items.
 class VisualTable
          A visual abstraction of a Table data structure.
 



Copyright © 2007 Regents of the University of California