public static enum IEditModeController.EditMode extends Enum<IEditModeController.EditMode>
Enum Constant and Description |
---|
CHANGE_CAPACITY
Value used when the capacity of a timeline object gets changed.
|
CHANGE_END_TIME
Value used when the end time of a timeline object gets changed.
|
CHANGE_NODE
Value used when a timeline object gets assigned to a new hierarchy
node (vertical drag and drop).
|
CHANGE_NODE_AND_TIME_SPAN
Value used when a timeline object gets assigned to a new time span
(horizontal drag and drop) and / or hierarchy node.
|
CHANGE_PERCENTAGE_COMPLETE
Value used when the percentage complete value of a timeline object
gets changed.
|
CHANGE_START_TIME
Value used when the start time of a timeline object gets changed.
|
CHANGE_TIME_SPAN
Value used when a timeline object gets assigned to a new time span
(horizontal drag and drop).
|
NONE
Value used when no editing shall occure.
|
Modifier and Type | Method and Description |
---|---|
static IEditModeController.EditMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IEditModeController.EditMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IEditModeController.EditMode NONE
public static final IEditModeController.EditMode CHANGE_END_TIME
public static final IEditModeController.EditMode CHANGE_PERCENTAGE_COMPLETE
public static final IEditModeController.EditMode CHANGE_CAPACITY
public static final IEditModeController.EditMode CHANGE_START_TIME
public static final IEditModeController.EditMode CHANGE_NODE
public static final IEditModeController.EditMode CHANGE_TIME_SPAN
public static final IEditModeController.EditMode CHANGE_NODE_AND_TIME_SPAN
public static IEditModeController.EditMode[] values()
for (IEditModeController.EditMode c : IEditModeController.EditMode.values()) System.out.println(c);
public static IEditModeController.EditMode 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.