static enum GUIRunner.TreePathIterator.TreePathUpdater extends Enum<GUIRunner.TreePathIterator.TreePathUpdater>
Generic after incrementing the current path.| Modifier and Type | Method and Description |
|---|---|
(package private) abstract void |
updatePath(GUIRunner.TreePathIterator treePathIter) |
static GUIRunner.TreePathIterator.TreePathUpdater |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GUIRunner.TreePathIterator.TreePathUpdater[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GUIRunner.TreePathIterator.TreePathUpdater First
public static final GUIRunner.TreePathIterator.TreePathUpdater Generic
public static GUIRunner.TreePathIterator.TreePathUpdater[] values()
for (GUIRunner.TreePathIterator.TreePathUpdater c : GUIRunner.TreePathIterator.TreePathUpdater.values()) System.out.println(c);
public static GUIRunner.TreePathIterator.TreePathUpdater valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullabstract void updatePath(GUIRunner.TreePathIterator treePathIter)
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.