|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectprefuse.data.util.RowManager
prefuse.data.util.FilteredRowManager
prefuse.data.util.CascadedRowManager
public class CascadedRowManager
RowManager instance that additionally takes into account tables which inherit from a parent table but can also have their own, dedicated columns.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class prefuse.data.util.RowManager |
|---|
RowManager.ColumnRowIterator, RowManager.RowIterator |
| Field Summary |
|---|
| Fields inherited from class prefuse.data.util.FilteredRowManager |
|---|
m_childToParent, m_parentToChild |
| Fields inherited from class prefuse.data.util.RowManager |
|---|
m_table |
| Constructor Summary | |
|---|---|
CascadedRowManager(Table table)
Create a new CascadedRowManager. |
|
| Method Summary | |
|---|---|
int |
getColumnRow(int row,
int col)
Given Table row and column indices, return the corresponding row in the underlying data column. |
int |
getTableRow(int columnRow,
int col)
Given a column row index and a table column index, return the table row corresponding to the column value. |
| Methods inherited from class prefuse.data.util.FilteredRowManager |
|---|
addRow, clear, getChildRow, getParentRow, put, releaseRow, remove |
| Methods inherited from class prefuse.data.util.RowManager |
|---|
addRow, columnRows, columnRows, columnRows, getMaximumRow, getMinimumRow, getRowCount, getTable, isValidRow, rows, rows |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CascadedRowManager(Table table)
table - the table to manage| Method Detail |
|---|
public int getColumnRow(int row,
int col)
RowManager
getColumnRow in class FilteredRowManagerrow - the table rowcol - the table column
RowManager.getColumnRow(int, int)
public int getTableRow(int columnRow,
int col)
RowManager
getTableRow in class FilteredRowManagercolumnRow - the row of the underlying data columncol - the table column
RowManager.getTableRow(int, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||