public interface ChildrenManager
Comparator.BeanComparatorAdapter| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator |
getComparator()
Returns a comparator that can be used to sort the collection of nodes
managed by this class.
|
java.util.Comparator getComparator()
null can be returned to specify
that the collection should not be sorted.
If a comparator is returned it should be able to compare two nodes belonging
to the children managed by this manager. An adapter can be used to deal with
the bean associated to the node instead of the nodes itself.nullBeanComparatorAdapter