|
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.DataRow
public class DataRow
A subclass of TreeTableRow that represents nodes of a TreeTable that are
linked to the actual tabular data. The link can be done via the modelIndex
attribute or the userObject that is inherited by its DefaultMutableTreeNode superclass.
Note that these nodes cannot have children.
Field Summary |
---|
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 | |
---|---|
DataRow(Object o,
int modelIndex)
Constructs a DataRow object. |
Method Summary | |
---|---|
boolean |
isAggregate()
Returns false. |
boolean |
isFooter()
Returns false. |
boolean |
isHeader()
Returns false. |
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 |
Constructor Detail |
---|
public DataRow(Object o, int modelIndex)
Method Detail |
---|
public boolean isAggregate()
Returns true if this node represents an aggregate row in the tree data structure created by TreeTableModel.
isAggregate
in class TreeTableRow
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 |