public static enum ZooInspectorNodeViewersDialog.Button extends Enum<ZooInspectorNodeViewersDialog.Button>
Enum Constant and Description |
---|
add |
down |
load |
remove |
save |
setDefaults |
up |
Modifier and Type | Method and Description |
---|---|
JButton |
createJButton(IconResource iconResource) |
static ZooInspectorNodeViewersDialog.Button |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZooInspectorNodeViewersDialog.Button[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZooInspectorNodeViewersDialog.Button up
public static final ZooInspectorNodeViewersDialog.Button down
public static final ZooInspectorNodeViewersDialog.Button add
public static final ZooInspectorNodeViewersDialog.Button remove
public static final ZooInspectorNodeViewersDialog.Button save
public static final ZooInspectorNodeViewersDialog.Button load
public static final ZooInspectorNodeViewersDialog.Button setDefaults
public static ZooInspectorNodeViewersDialog.Button[] values()
for (ZooInspectorNodeViewersDialog.Button c : ZooInspectorNodeViewersDialog.Button.values()) System.out.println(c);
public static ZooInspectorNodeViewersDialog.Button 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 nullpublic JButton createJButton(IconResource iconResource)
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.