Modifier and Type | Class and Description |
---|---|
static class |
RowCanvasBehaviour.DragInfo |
Modifier and Type | Field and Description |
---|---|
static javafx.scene.input.DataFormat |
DRAG_INFO |
Modifier and Type | Method and Description |
---|---|
static void |
setCursor(GraphicsBase.EditMode editMode,
javafx.scene.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.
|
public static void setCursor(GraphicsBase.EditMode editMode, javafx.scene.Cursor cursor)
public static void useSystemCursors()
useCustomCursors()
public static void useCustomCursors()
useSystemCursors()
public void stopEdit()
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.