Uses of Class
com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
Packages that use GraphicsBase.DragAndDropInfo
Package
Description
The various graphics controls that are used for rendering the Gantt chart.
Classes for the graphics skin.
-
Uses of GraphicsBase.DragAndDropInfo in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return GraphicsBase.DragAndDropInfoModifier and TypeMethodDescriptionGraphicsBase.getDragAndDropInfo()
Returns the value ofGraphicsBase.dragAndDropInfoProperty()
.Methods in com.flexganttfx.view.graphics that return types with arguments of type GraphicsBase.DragAndDropInfoModifier and TypeMethodDescriptionGraphicsBase.dragAndDropInfoProperty()
A property used to store the current drag and drop information.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.GraphicsBase.getDropLayerProvider()
Returns the value ofGraphicsBase.dropLayerProviderProperty()
.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.Method parameters in com.flexganttfx.view.graphics with type arguments of type GraphicsBase.DragAndDropInfoModifier and TypeMethodDescriptionfinal void
GraphicsBase.setDropLayerProvider
(Callback<GraphicsBase.DragAndDropInfo, Layer> provider) Sets the value ofGraphicsBase.dropLayerProviderProperty()
.final void
GraphicsBase.setRowDragAndDropCallback
(Class<? extends Row> rowType, 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. -
Uses of GraphicsBase.DragAndDropInfo in impl.com.flexganttfx.skin.graphics
Methods in impl.com.flexganttfx.skin.graphics with parameters of type GraphicsBase.DragAndDropInfoModifier and TypeMethodDescriptionvoid
DragCanvas.draw
(GraphicsBase.DragAndDropInfo info) Draws the current drag operation based on the information found inside the info parameter.