public static enum GanttChart.DisplayMode extends Enum<GanttChart.DisplayMode>
GanttChart.setDisplayMode(DisplayMode)
Enum Constant and Description |
---|
GRAPHICS_ONLY
Only display the graphics view.
|
STANDARD
Show the tree table view and the graphics view.
|
TABLE_ONLY
Only display the tree table view.
|
Modifier and Type | Method and Description |
---|---|
static GanttChart.DisplayMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GanttChart.DisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GanttChart.DisplayMode STANDARD
public static final GanttChart.DisplayMode TABLE_ONLY
public static final GanttChart.DisplayMode GRAPHICS_ONLY
public static GanttChart.DisplayMode[] values()
for (GanttChart.DisplayMode c : GanttChart.DisplayMode.values()) System.out.println(c);
public static GanttChart.DisplayMode 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 © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.