public class DefaultFilter extends ChildFilter
DefaultFilter class. This is an abstract class implementing
default filter behavior. This class mainly provides default
Displayable behavior.| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator |
folderFirstComparator
Builtin
Comparator for ordering container children before
non-container children in locale-sensitive collation order. |
NO_OPTIONS| Constructor and Description |
|---|
DefaultFilter()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator |
getComparator()
Returns the
Comparator that is used to sort the children of
the owner TNode. |
protected void |
refreshExplorerNode(TNode tnode) |
cache, canRefresh, canUpdate, childrenAdded, childrenRemoved, closeChildren, getChildren, getIcon, getLongLabel, getOptions, getOwner, getShortLabel, getToolTipText, getURLFilter, refresh, setOptions, setOwner, setURLFilter, toString, uncache, updatepublic static final java.util.Comparator folderFirstComparator
Comparator for ordering container children before
non-container children in locale-sensitive collation order. This is
used when element attributes are not checked during sorting.public java.util.Comparator getComparator()
ChildFilterComparator that is used to sort the children of
the owner TNode.getComparator in class ChildFilterprotected void refreshExplorerNode(TNode tnode)