public enum DesktopTitleBar
- Object
- Enum<DesktopTitleBar>
- DesktopTitleBar
ImplementsComparable<DesktopTitleBar>
Accepted values of the desktop.titleBar build hint.
Each constant’s @HintValue carries the string the build actually receives,
which is not always the constant’s own name.
Enum constants
DEFAULT | Say nothing, and let the build server apply its own default. |
NATIVE | |
CUSTOM | |
TOOLBAR |
Methods
public static DesktopTitleBar[] values() | |
public static DesktopTitleBar valueOf(String name) |
Inherited methods
Enum constant details
DEFAULT
DEFAULTSay nothing, and let the build server apply its own default.
NATIVE
NATIVECUSTOM
CUSTOMTOOLBAR
TOOLBARMethod details
values
public static DesktopTitleBar[] values()valueOf
public static DesktopTitleBar valueOf(String name)