public enum LabelName extends Enum<LabelName>
| Enum Constant and Description |
|---|
ABOUT |
BRING_ALL_TO_FRONT |
CLOSE_WINDOW |
CYCLE_THROUGH_WINDOWS |
EDIT |
FILE |
HELP |
HIDE |
HIDE_OTHERS |
MINIMIZE |
QUIT |
SHOW_ALL |
VIEW |
WINDOW |
ZOOM |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyKey() |
static LabelName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelName HIDE
public static final LabelName QUIT
public static final LabelName ABOUT
public static final LabelName SHOW_ALL
public static final LabelName HIDE_OTHERS
public static final LabelName MINIMIZE
public static final LabelName ZOOM
public static final LabelName CLOSE_WINDOW
public static final LabelName BRING_ALL_TO_FRONT
public static final LabelName CYCLE_THROUGH_WINDOWS
public static final LabelName FILE
public static final LabelName WINDOW
public static final LabelName VIEW
public static final LabelName HELP
public static final LabelName EDIT
public static LabelName[] values()
for (LabelName c : LabelName.values()) System.out.println(c);
public static LabelName 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 String getPropertyKey()
Copyright © 2016 CenterDevice GmbH. All rights reserved.