public enum UiLibrary extends Enum<UiLibrary> implements IUiLibrary
| Modifier and Type | Method and Description |
|---|---|
static UiLibrary |
getUiLibraryForCurrentThread() |
void |
runWithProtection(Runnable runnable) |
static UiLibrary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UiLibrary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfrunLaterpublic static UiLibrary[] values()
for (UiLibrary c : UiLibrary.values()) System.out.println(c);
public static UiLibrary 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 void runWithProtection(Runnable runnable)
runWithProtection in interface IUiLibrarypublic static UiLibrary getUiLibraryForCurrentThread()
Copyright © 2018 Tecgraf/PUC-Rio. All rights reserved.