|
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 PivotColumnAdapter
PivotColumnAdapter is a TreeTableColumnModelAdapter 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.table.group.TreeTableColumnModelAdapter |
---|
TREE_PROPERTY, TREE_TABLE_COLUMN_MODEL_PROPERTY |
Fields inherited from interface com.citra.pivot.PivotConstants |
---|
GRAND_TOTAL_TYPE, NORMAL_TYPE, SUBTOTAL_TYPE |
Method Summary | |
---|---|
void |
addColumnInvalidatorListener(ColumnInvalidatorListener x)
Adds a listener that is notified when the columns of the model were changed (via additions or removals). |
PivotColumnAdapter |
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. |
void |
removeColumnInvalidatorListener(ColumnInvalidatorListener x)
Removes a listener that is notified when the columns of the model were changed (via additions or removals). |
Methods inherited from interface com.citra.table.group.TreeTableColumnModelAdapter |
---|
addPropertyChangeListener, getTree, getTreeTableColumnModel, removePropertyChangeListener |
Methods inherited from interface javax.swing.table.TableColumnModel |
---|
addColumn, addColumnModelListener, getColumn, getColumnCount, getColumnIndex, getColumnIndexAtX, getColumnMargin, getColumns, getColumnSelectionAllowed, getSelectedColumnCount, getSelectedColumns, getSelectionModel, getTotalColumnWidth, moveColumn, removeColumn, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel |
Method Detail |
---|
void addColumnInvalidatorListener(ColumnInvalidatorListener x)
x
- the listener to be addedPivotColumnAdapter getAdapter(TreePath path)
path
- the given path
int getAdapterDepth()
int getPivotType(TreePath path)
PivotConstants
interface and may be:
path
- the given path
void removeColumnInvalidatorListener(ColumnInvalidatorListener 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 |