Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ColumnProjection |
CascadedTable.m_colFilter
ColumnProjection determining which columns of the parent table
are included in this table.
|
Modifier and Type | Method and Description |
---|---|
ColumnProjection |
CascadedTable.getColumnProjection()
Get the ColumnProjection determining which columns of the
parent table are included in this one.
|
Modifier and Type | Method and Description |
---|---|
void |
CascadedTable.setColumnProjection(ColumnProjection colFilter)
Sets the ColumnProjection determining which columns of the
parent table are included in this one.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectionListener.projectionChanged(ColumnProjection projection)
Notification that the internal state of a projection has been updated.
|
Modifier and Type | Class and Description |
---|---|
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 ? 2013 Regents of the University of California