|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Eventline.EventlineEditMode>
com.dlsc.flexgantt.swing.timeline.Eventline.EventlineEditMode
public static enum Eventline.EventlineEditMode
An enumeration of possible editing states that the eventline can be in. The state gets determined every time when a mouse MOVE event gets received. Depending on the location of the mouse cursor different states are entered.
| Enum Constant Summary | |
|---|---|
CHANGE_END_TIME
Value used when the end time of an eventline object gets changed. |
|
CHANGE_START_TIME
Value used when the start time of an eventline object gets changed. |
|
CHANGE_TIME_SPAN
Value used when an eventline object gets assigned to a new time span (horizontal drag and drop). |
|
CREATE_EVENTLINE_OBJECT
Value used when eventline objects can get created. |
|
NONE
Value used when no editing shall occure. |
|
| Method Summary | |
|---|---|
static Eventline.EventlineEditMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Eventline.EventlineEditMode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Eventline.EventlineEditMode NONE
public static final Eventline.EventlineEditMode CHANGE_END_TIME
public static final Eventline.EventlineEditMode CHANGE_START_TIME
public static final Eventline.EventlineEditMode CHANGE_TIME_SPAN
public static final Eventline.EventlineEditMode CREATE_EVENTLINE_OBJECT
| Method Detail |
|---|
public static final Eventline.EventlineEditMode[] values()
for(Eventline.EventlineEditMode c : Eventline.EventlineEditMode.values())
System.out.println(c);
public static Eventline.EventlineEditMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||