public static enum SearchReplaceUI.Mode extends Enum<SearchReplaceUI.Mode>
| Enum Constant and Description |
|---|
EDGES_TABLE |
NODES_TABLE |
| Modifier and Type | Method and Description |
|---|---|
static SearchReplaceUI.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchReplaceUI.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchReplaceUI.Mode NODES_TABLE
public static final SearchReplaceUI.Mode EDGES_TABLE
public static SearchReplaceUI.Mode[] values()
for (SearchReplaceUI.Mode c : SearchReplaceUI.Mode.values()) System.out.println(c);
public static SearchReplaceUI.Mode 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 nullCopyright © 2007–2015 Gephi Consortium. All rights reserved.