Class Constants
java.lang.Object
org.eclipse.nebula.widgets.ganttchart.Constants
public final class Constants
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
BEND_LEFT_DOWN
static int
BEND_LEFT_UP
static int
BEND_RIGHT_DOWN
static int
BEND_RIGHT_UP
static org.eclipse.swt.graphics.Cursor
CURSOR_HAND
static org.eclipse.swt.graphics.Cursor
CURSOR_NONE
static org.eclipse.swt.graphics.Cursor
CURSOR_SIZEALL
static org.eclipse.swt.graphics.Cursor
CURSOR_SIZEE
static org.eclipse.swt.graphics.Cursor
CURSOR_SIZEW
static int
DIRECTION_DOWN
static int
DIRECTION_LEFT
static int
DIRECTION_RIGHT
static int
DIRECTION_UP
static int
EVENT_NOT_VISIBLE
static int
EVENT_OOB_BOTTOM
static int
EVENT_OOB_LEFT
static int
EVENT_OOB_RIGHT
static int
EVENT_OOB_TOP
static int
EVENT_VISIBLE
static int
HELP_HEIGHT
static int
OS_LINUX
static int
OS_MAC
static int
OS_OTHER
static int
OS_WINDOWS
static java.lang.String
STR_DASH
static java.lang.String
STR_DAYS
static java.lang.String
STR_ED
static java.lang.String
STR_NAME
static java.lang.String
STR_PC
static java.lang.String
STR_RE
static java.lang.String
STR_REV_DAYS
static java.lang.String
STR_RS
static java.lang.String
STR_SD
static int
TIMER_INTERVAL
static int
TYPE_MOVE
static int
TYPE_RESIZE_LEFT
static int
TYPE_RESIZE_RIGHT
-
Method Summary
-
Field Details
-
CURSOR_NONE
public static final org.eclipse.swt.graphics.Cursor CURSOR_NONE -
CURSOR_SIZEE
public static final org.eclipse.swt.graphics.Cursor CURSOR_SIZEE -
CURSOR_SIZEW
public static final org.eclipse.swt.graphics.Cursor CURSOR_SIZEW -
CURSOR_SIZEALL
public static final org.eclipse.swt.graphics.Cursor CURSOR_SIZEALL -
CURSOR_HAND
public static final org.eclipse.swt.graphics.Cursor CURSOR_HAND -
BEND_RIGHT_UP
public static final int BEND_RIGHT_UP- See Also:
- Constant Field Values
-
BEND_RIGHT_DOWN
public static final int BEND_RIGHT_DOWN- See Also:
- Constant Field Values
-
BEND_LEFT_UP
public static final int BEND_LEFT_UP- See Also:
- Constant Field Values
-
BEND_LEFT_DOWN
public static final int BEND_LEFT_DOWN- See Also:
- Constant Field Values
-
DIRECTION_LEFT
public static final int DIRECTION_LEFT- See Also:
- Constant Field Values
-
DIRECTION_RIGHT
public static final int DIRECTION_RIGHT- See Also:
- Constant Field Values
-
DIRECTION_UP
public static final int DIRECTION_UP- See Also:
- Constant Field Values
-
DIRECTION_DOWN
public static final int DIRECTION_DOWN- See Also:
- Constant Field Values
-
EVENT_VISIBLE
public static final int EVENT_VISIBLE- See Also:
- Constant Field Values
-
EVENT_OOB_LEFT
public static final int EVENT_OOB_LEFT- See Also:
- Constant Field Values
-
EVENT_OOB_RIGHT
public static final int EVENT_OOB_RIGHT- See Also:
- Constant Field Values
-
EVENT_NOT_VISIBLE
public static final int EVENT_NOT_VISIBLE- See Also:
- Constant Field Values
-
EVENT_OOB_TOP
public static final int EVENT_OOB_TOP- See Also:
- Constant Field Values
-
EVENT_OOB_BOTTOM
public static final int EVENT_OOB_BOTTOM- See Also:
- Constant Field Values
-
TYPE_RESIZE_LEFT
public static final int TYPE_RESIZE_LEFT- See Also:
- Constant Field Values
-
TYPE_RESIZE_RIGHT
public static final int TYPE_RESIZE_RIGHT- See Also:
- Constant Field Values
-
TYPE_MOVE
public static final int TYPE_MOVE- See Also:
- Constant Field Values
-
TIMER_INTERVAL
public static final int TIMER_INTERVAL- See Also:
- Constant Field Values
-
STR_NAME
public static final java.lang.String STR_NAME- See Also:
- Constant Field Values
-
STR_PC
public static final java.lang.String STR_PC- See Also:
- Constant Field Values
-
STR_ED
public static final java.lang.String STR_ED- See Also:
- Constant Field Values
-
STR_SD
public static final java.lang.String STR_SD- See Also:
- Constant Field Values
-
STR_RS
public static final java.lang.String STR_RS- See Also:
- Constant Field Values
-
STR_RE
public static final java.lang.String STR_RE- See Also:
- Constant Field Values
-
STR_DAYS
public static final java.lang.String STR_DAYS- See Also:
- Constant Field Values
-
STR_REV_DAYS
public static final java.lang.String STR_REV_DAYS- See Also:
- Constant Field Values
-
STR_DASH
public static final java.lang.String STR_DASH- See Also:
- Constant Field Values
-
OS_OTHER
public static final int OS_OTHER- See Also:
- Constant Field Values
-
OS_WINDOWS
public static final int OS_WINDOWS- See Also:
- Constant Field Values
-
OS_MAC
public static final int OS_MAC- See Also:
- Constant Field Values
-
OS_LINUX
public static final int OS_LINUX- See Also:
- Constant Field Values
-
HELP_HEIGHT
public static final int HELP_HEIGHT- See Also:
- Constant Field Values
-