|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PivotDataModel
PivotDataModel defines methods for retrieving the data values of a pivoted model. The model's cells have a number of coordinates which are actually TreePaths, each corresponding to a row in the model's row and column headers.
Method Summary | |
---|---|
void |
addDataModelListener(PivotDataModelListener x)
Adds a listener that is notified when the data of the model has changed. |
Class |
getColumnClass(TreePath[] rowPaths,
TreePath[] columnPaths)
Determines the class of the model's cell at the specified row and column paths. |
PivotColumnAdapter |
getPivotColumnAdapter()
Retrieves the model's pivot column header. |
PivotRowAdapter |
getPivotRowAdapter()
Retrieves the model's pivot row header. |
Object |
getValueAt(TreePath[] rowPaths,
TreePath[] columnPaths)
Retrieves the value of the data at the specfied row and column paths. |
void |
removeDataModelListener(PivotDataModelListener x)
Removes a listener that is notified when the data of the model has changed. |
Method Detail |
---|
void addDataModelListener(PivotDataModelListener x)
x
- the listener to be addedClass getColumnClass(TreePath[] rowPaths, TreePath[] columnPaths)
rowPaths
- the cell's row header pathscolumnPaths
- the cell's column header paths
PivotColumnAdapter getPivotColumnAdapter()
PivotRowAdapter getPivotRowAdapter()
Object getValueAt(TreePath[] rowPaths, TreePath[] columnPaths)
rowPaths
- the cell's row header pathscolumnPaths
- the cell's column header paths
void removeDataModelListener(PivotDataModelListener x)
x
- the listener to be removed
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |