|
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 PivotRowAdapter
PivotRowAdapter is a TreeTableModelAdapter subclass that defines another adapter at each node of its tree-like structure. This, effectively, creates another dimension in the 'tree node' space. The adapters at each node can be different or even null. Also, they may themselves, define other adapters at their nodes.
Field Summary |
---|
Fields inherited from interface com.citra.treetable.TreeTableModelAdapterIF |
---|
TREE_PROPERTY, TREE_TABLE_MODEL_PROPERTY |
Fields inherited from interface com.citra.pivot.PivotConstants |
---|
GRAND_TOTAL_TYPE, NORMAL_TYPE, SUBTOTAL_TYPE |
Method Summary | |
---|---|
PivotRowAdapter |
getAdapter(TreePath path)
Returns the adapter at the specified tree path. |
int |
getAdapterDepth()
Retrieves the maximum number of adapters beneath this one. |
int |
getPivotType(TreePath path)
Returns the type of the specified path. |
boolean |
isIndependent()
Determines whether the adapter remains unaffected by the presence of next level adapters. |
Methods inherited from interface com.citra.treetable.TreeTableModelAdapterIF |
---|
addPropertyChangeListener, getTree, getTreeTableModel, removePropertyChangeListener |
Methods inherited from interface javax.swing.table.TableModel |
---|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
Method Detail |
---|
PivotRowAdapter getAdapter(TreePath path)
path
- the given path
int getAdapterDepth()
int getPivotType(TreePath path)
PivotConstants
interface and may be:
path
- the given path
boolean isIndependent()
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |