public enum DesktopTitleBar

  1. Object
  2. Enum<DesktopTitleBar>
  3. 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

DEFAULTSay 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

DEFAULT
Say nothing, and let the build server apply its own default.

NATIVE

NATIVE

CUSTOM

CUSTOM

TOOLBAR

TOOLBAR

Method details

values

public static DesktopTitleBar[] values()

valueOf

public static DesktopTitleBar valueOf(String name)