Package | Description |
---|---|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
impl.com.flexganttfx.skin.graphics |
Classes for the graphics skin.
|
Modifier and Type | Method and Description |
---|---|
GraphicsBase.EditMode |
GraphicsBase.getEditMode()
Returns the value of
GraphicsBase.editModeProperty() . |
GraphicsBase.EditMode |
GraphicsBase.EditingCallbackParameter.getEditMode() |
static GraphicsBase.EditMode |
GraphicsBase.EditMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphicsBase.EditMode[] |
GraphicsBase.EditMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<GraphicsBase.EditMode> |
GraphicsBase.editModeProperty()
A property used to store the currently active editing mode, e.g.
|
javafx.util.Callback<GraphicsBase.EditModeCallbackParameter,GraphicsBase.EditMode> |
GraphicsBase.getEditModeCallback(Class<? extends MutableActivity> activityType,
Class<? extends Layout> layoutType) |
Modifier and Type | Method and Description |
---|---|
void |
GraphicsBase.setEditModeCallback(Class<? extends MutableActivity> activityType,
Class<? extends Layout> layoutType,
javafx.util.Callback<GraphicsBase.EditModeCallbackParameter,GraphicsBase.EditMode> callback) |
Constructor and Description |
---|
EditingCallbackParameter(ActivityRef<?> activityRef,
GraphicsBase.EditMode editMode) |
Modifier and Type | Method and Description |
---|---|
GraphicsBase.EditMode |
RowCanvasBehaviour.DragInfo.getEditMode() |
Modifier and Type | Method and Description |
---|---|
static void |
RowCanvasBehaviour.setCursor(GraphicsBase.EditMode editMode,
javafx.scene.Cursor cursor) |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.