|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeTableComparator
The comparator used in order to group the rows of a TreeTable component. Implementations of this class either compare tree nodes (TreeNodeComparator) or the user objects of a DefaultMutableTreeNode (DefaultTreeTableComparator).
Method Summary | |
---|---|
boolean |
getAlwaysCreateGroup()
Returns true if a group node should be used if there is only one child at the this comparator's tree level. |
boolean |
isGroupedByColumn(int column)
Returns true if column was used by this comparator in order
to group the rows of a TreeTable component. |
Methods inherited from interface java.util.Comparator |
---|
compare, equals |
Method Detail |
---|
boolean getAlwaysCreateGroup()
boolean isGroupedByColumn(int column)
column
was used by this comparator in order
to group the rows of a TreeTable component.
column
- the index of the column
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |