public enum LabelType extends Enum<LabelType>
ILabelPolicy.getLabel(com.dlsc.flexgantt.model.gantt.IRelationship,
com.dlsc.flexgantt.model.gantt.IGanttChartModel, LabelType),
ILabelPolicy.getLabel(com.dlsc.flexgantt.model.gantt.TimelineObjectPath,
com.dlsc.flexgantt.model.gantt.IGanttChartModel, LabelType)| Enum Constant and Description |
|---|
DESCRIPTION
Value for getting / setting the description of an object.
|
DRAG_INFO_TITLE
Value for getting / setting the drag info title of an object.
|
NAME
Value for getting / setting the name of an object.
|
STATUS
Value for getting / setting the status of an object.
|
TOOLTIP
Value for getting / setting the tooltip of an object.
|
| Modifier and Type | Method and Description |
|---|---|
static LabelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelType NAME
public static final LabelType TOOLTIP
public static final LabelType DESCRIPTION
public static final LabelType STATUS
public static final LabelType DRAG_INFO_TITLE
public static LabelType[] values()
for (LabelType c : LabelType.values()) System.out.println(c);
public static LabelType 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.