public static enum UserActionPane.State extends Enum<UserActionPane.State>
| Modifier and Type | Method and Description |
|---|---|
org.openbase.jul.visual.javafx.geometry.svg.SVGGlyphIcon |
getIcon() |
boolean |
isActive() |
static UserActionPane.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserActionPane.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserActionPane.State OPEN
public static final UserActionPane.State CLOSED
public static UserActionPane.State[] values()
for (UserActionPane.State c : UserActionPane.State.values()) System.out.println(c);
public static UserActionPane.State 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 boolean isActive()
public org.openbase.jul.visual.javafx.geometry.svg.SVGGlyphIcon getIcon()
Copyright © 2015–2018 openbase.org. All rights reserved.