Module com.flexganttfx.view
Class RowCanvasBehaviour<R extends Row<?,?,?>>
- java.lang.Object
-
- impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour<R>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RowCanvasBehaviour.DragInfo
-
Field Summary
Fields Modifier and Type Field Description static DataFormat
DRAG_INFO
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
setCursor(GraphicsBase.EditMode editMode, Cursor cursor)
void
stopEdit()
Changes the current edit mode to NONE and redraws the canvas.static void
useCustomCursors()
Configures the framework to use a set of custom cursors provided by the framework to indicate the editing operation.static void
useSystemCursors()
Configures the framework to use the standard cursors provided by the operating system to indicate the editing operation, e.g.
-
-
-
Field Detail
-
DRAG_INFO
public static final DataFormat DRAG_INFO
-
-
Method Detail
-
setCursor
public static void setCursor(GraphicsBase.EditMode editMode, Cursor cursor)
-
useSystemCursors
public static void useSystemCursors()
Configures the framework to use the standard cursors provided by the operating system to indicate the editing operation, e.g. for changing the end time we wil use Cursor.E_REISZE.- Since:
- 11.12.0
- See Also:
useCustomCursors()
-
useCustomCursors
public static void useCustomCursors()
Configures the framework to use a set of custom cursors provided by the framework to indicate the editing operation. These cursors ship with the framework as GIF files.- Since:
- 11.12.0
- See Also:
useSystemCursors()
-
stopEdit
public void stopEdit()
Changes the current edit mode to NONE and redraws the canvas.
-
-