public enum StatusBarField extends Enum<StatusBarField>
Enum Constant and Description |
---|
CROSSHAIR
A field that shows whether the crosshair layer is currently turned on or
not.
|
GRID
A field that shows whether the grid is currently turned on or not.
|
KEY_STROKES
A field that displays an option to show the currently registered key
strokes.
|
MEMORY
A field showing the current memory usage.
|
MESSAGE
A field that indicates whether an information, warning or error message
has arrived.
|
POPUP
A field that shows whether the popup layer (tooltip layer) is currently
turned on or not.
|
PROGRESS_BAR
A field showing the progress of an on-going operation.
|
TIME
A field for displaying a time point.
|
TIME_NOW
A field that displays the time that is considered 'now' by the Gantt
chart.
|
TIME_NOW_LOCK
A field that displays an option to lock the time now, so that it will
always be visible (auto scrolling).
|
TIME_ZONE
A field for displaying the time zone (e.g.
|
Modifier and Type | Method and Description |
---|---|
static StatusBarField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusBarField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatusBarField TIME
public static final StatusBarField TIME_ZONE
public static final StatusBarField TIME_NOW
public static final StatusBarField TIME_NOW_LOCK
AbstractGanttChart.setTimeNowScrolling(boolean)
public static final StatusBarField KEY_STROKES
public static final StatusBarField GRID
public static final StatusBarField POPUP
public static final StatusBarField CROSSHAIR
public static final StatusBarField MESSAGE
public static final StatusBarField MEMORY
public static final StatusBarField PROGRESS_BAR
public static StatusBarField[] values()
for (StatusBarField c : StatusBarField.values()) System.out.println(c);
public static StatusBarField 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 nullCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.