|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.citra.treetable.TreeTableRow
com.citra.treetable.AggregateRow
com.citra.treetable.FooterRow
public class FooterRow
The FooterRow class corresponds to rows of a TreeTable component that are placed at the bottom of each tree hierarchy. There can be an infinite number of FooterRows at every tree level. In order to discriminate between them, each FooterRow bears an index which corresponds to the order with which the FooterRow was added to the TreeTable.
Field Summary | |
---|---|
protected int |
footerIndex
the order with which the FooterRow was added to the TreeTable. |
Fields inherited from class com.citra.treetable.TreeTableRow |
---|
aggregateValues, modelIndex |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
FooterRow(Object o,
int modelIndex,
int footerIndex)
Constructs a FooterRow object. |
Method Summary | |
---|---|
int |
getFooterIndex()
Returns the order with which the FooterRow was added to the TreeTable. |
boolean |
isFooter()
Returns true. |
boolean |
isHeader()
Returns false. |
Methods inherited from class com.citra.treetable.AggregateRow |
---|
isAggregate |
Methods inherited from class com.citra.treetable.TreeTableRow |
---|
clear, getAggregateValue, getAggregateValues, getModelIndex, setAggregateValue, setAggregateValues, setModelIndex, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int footerIndex
Constructor Detail |
---|
public FooterRow(Object o, int modelIndex, int footerIndex)
footerIndex
is the order with which
this object is added to the TreeTable.
Method Detail |
---|
public int getFooterIndex()
public boolean isFooter()
Returns true if this node represents a footer row in the tree data structure created by TreeTableModel.
isFooter
in class TreeTableRow
public boolean isHeader()
Returns true if this node represents a header row in the tree data structure created by TreeTableModel.
isHeader
in class TreeTableRow
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |