public interface Grouper extends TreeAction
TreeModel.getGroupers()
Modifier and Type | Field and Description |
---|---|
static Grouper[] |
EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Group> |
group(AbstractTreeNode<?> parent,
java.util.Collection<TreeElement> children)
Returns the collection of groups into which the children of the specified parent node
are grouped.
|
getName, getPresentation
static final Grouper[] EMPTY_ARRAY
java.util.Collection<Group> group(AbstractTreeNode<?> parent, java.util.Collection<TreeElement> children)
parent
- the parent node.children
- the children of the parent node.