|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowManager | |
---|---|
prefuse.data | Table, Graph, and Tree data structures for organizing data. |
prefuse.data.util | Utility classes for supporting prefuse data structures, including indexes, iterators, filters, and column projections. |
Uses of RowManager in prefuse.data |
---|
Fields in prefuse.data declared as RowManager | |
---|---|
protected RowManager |
Table.m_rows
Manager for valid row indices |
Uses of RowManager in prefuse.data.util |
---|
Subclasses of RowManager in prefuse.data.util | |
---|---|
class |
CascadedRowManager
RowManager instance that additionally takes into account tables which inherit from a parent table but can also have their own, dedicated columns. |
class |
FilteredRowManager
RowManager that additionally manages mappings between the managed rows and those of a parent table. |
Fields in prefuse.data.util declared as RowManager | |
---|---|
protected RowManager |
TreeIndex.m_rows
|
Constructors in prefuse.data.util with parameters of type RowManager | |
---|---|
TreeIndex(Table t,
RowManager rows,
Column col,
java.util.Comparator cmp)
Create a new TreeIndex. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |