|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TreeNavigator.TreeNodeVisitor.TraversalControl>
org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor.TraversalControl
public static enum TreeNavigator.TreeNodeVisitor.TraversalControl
Controls the ongoing traversal of the TreeNavigator
| Method Summary | |
|---|---|
static TreeNavigator.TreeNodeVisitor.TraversalControl |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TreeNavigator.TreeNodeVisitor.TraversalControl[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TreeNavigator.TreeNodeVisitor.TraversalControl GO_ON
TreeNavigator.TreeNodeVisitor.TraversalConfiguration
public static final TreeNavigator.TreeNodeVisitor.TraversalControl GO_ON_INCLUDE_ALREADY_TRAVERSED_NODES
TreeNavigator.TreeNodeVisitor.TraversalConfiguration.isIncludingAlreadyTraversedNodes() permanently to true
public static final TreeNavigator.TreeNodeVisitor.TraversalControl GO_ON_EXCLUDE_ALREADY_TRAVERSED_NODES
TreeNavigator.TreeNodeVisitor.TraversalConfiguration.isIncludingAlreadyTraversedNodes() permanently to false
public static final TreeNavigator.TreeNodeVisitor.TraversalControl GO_ON_INCLUDE_CHILDREN
TreeNavigator.TreeNodeVisitor.TraversalConfiguration.isIncludingChildren() permanently to true
public static final TreeNavigator.TreeNodeVisitor.TraversalControl GO_ON_EXCLUDE_CHILDREN
TreeNavigator.TreeNodeVisitor.TraversalConfiguration.isIncludingChildren() permanently to false
public static final TreeNavigator.TreeNodeVisitor.TraversalControl GO_ON_INCLUDE_CHILDREN_AND_ALREADY_TRAVERSED_NODES
TreeNavigator.TreeNodeVisitor.TraversalConfiguration.isIncludingChildren() permanently to true and the
TreeNavigator.TreeNodeVisitor.TraversalConfiguration.isIncludingAlreadyTraversedNodes() to true
public static final TreeNavigator.TreeNodeVisitor.TraversalControl GO_ON_EXCLUDE_CHILDREN_AND_ALREADY_TRAVERSED_NODES
TreeNavigator.TreeNodeVisitor.TraversalConfiguration.isIncludingChildren() permanently to false and the
TreeNavigator.TreeNodeVisitor.TraversalConfiguration.isIncludingAlreadyTraversedNodes() to false
public static final TreeNavigator.TreeNodeVisitor.TraversalControl GO_ON_EXCLUDE_CHILDREN_AND_INCLUDE_ALREADY_TRAVERSED_NODES
TreeNavigator.TreeNodeVisitor.TraversalConfiguration.isIncludingChildren() permanently to false and the
TreeNavigator.TreeNodeVisitor.TraversalConfiguration.isIncludingAlreadyTraversedNodes() to true
public static final TreeNavigator.TreeNodeVisitor.TraversalControl GO_ON_INCLUDE_CHILDREN_AND_EXCLUDE_ALREADY_TRAVERSED_NODES
TreeNavigator.TreeNodeVisitor.TraversalConfiguration.isIncludingChildren() permanently to true and the
TreeNavigator.TreeNodeVisitor.TraversalConfiguration.isIncludingAlreadyTraversedNodes() to false
public static final TreeNavigator.TreeNodeVisitor.TraversalControl SKIP_CHILDREN
public static final TreeNavigator.TreeNodeVisitor.TraversalControl SKIP_FURTHER_SIBLINGS
public static final TreeNavigator.TreeNodeVisitor.TraversalControl SKIP_CHILDREN_AND_FURTHER_SIBLINGS
public static final TreeNavigator.TreeNodeVisitor.TraversalControl CANCEL_TRAVERSAL
TreeNavigator.TreeNodeVisitor. If multiple
TreeNavigator.TreeNodeVisitors are specified the others are unaffected. Each
TreeNavigator.TreeNodeVisitor has to cancel the traversal for itself.
| Method Detail |
|---|
public static TreeNavigator.TreeNodeVisitor.TraversalControl[] values()
for (TreeNavigator.TreeNodeVisitor.TraversalControl c : TreeNavigator.TreeNodeVisitor.TraversalControl.values()) System.out.println(c);
public static TreeNavigator.TreeNodeVisitor.TraversalControl valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||