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.DragAndDropInfo |
GraphicsBase.getDragAndDropInfo()
Returns the value of
GraphicsBase.dragAndDropInfoProperty() . |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<GraphicsBase.DragAndDropInfo> |
GraphicsBase.dragAndDropInfoProperty()
A property used to store the current drag and drop information.
|
javafx.beans.property.ObjectProperty<javafx.util.Callback<GraphicsBase.DragAndDropInfo,Layer>> |
GraphicsBase.dropLayerProviderProperty()
A property used to store a callback that will return the layer on which a
dragged activity will be placed once the drop operation has finished.
|
javafx.util.Callback<GraphicsBase.DragAndDropInfo,Layer> |
GraphicsBase.getDropLayerProvider()
Returns the value of
GraphicsBase.dropLayerProviderProperty() . |
javafx.util.Callback<GraphicsBase.DragAndDropInfo,Boolean> |
GraphicsBase.getRowDragAndDropCallback(Class<? extends Row> rowType)
Returns a callback that will be invoked when the user drags an activity
over a row of the given type.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsBase.setDropLayerProvider(javafx.util.Callback<GraphicsBase.DragAndDropInfo,Layer> provider)
Sets the value of
GraphicsBase.dropLayerProviderProperty() . |
void |
GraphicsBase.setRowDragAndDropCallback(Class<? extends Row> rowType,
javafx.util.Callback<GraphicsBase.DragAndDropInfo,Boolean> callback)
Specifies a callback that will be invoked when the user drags an activity
over a row of the given type.
|
Modifier and Type | Method and Description |
---|---|
void |
DragCanvas.draw(GraphicsBase.DragAndDropInfo info)
Draws the current drag operation based on the information found inside the
info parameter.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.