|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UserKeyLEDSize>
com.kuka.roboticsAPI.uiModel.userKeys.UserKeyLEDSize
public enum UserKeyLEDSize
The possible user key LED elements sizes.
| Enum Constant Summary | |
|---|---|
Normal
The LED element takes up all available space of the user key display area. |
|
Small
The LED element uses the size of on element of the 3x3 grid of the user key display area. |
|
| Method Summary | |
|---|---|
static UserKeyLEDSize |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserKeyLEDSize[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final UserKeyLEDSize Normal
public static final UserKeyLEDSize Small
| Method Detail |
|---|
public static UserKeyLEDSize[] values()
for (UserKeyLEDSize c : UserKeyLEDSize.values()) System.out.println(c);
public static UserKeyLEDSize valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||