Uses of Class
com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
| 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.
|
-
Uses of GraphicsBase.DragAndDropInfo in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return GraphicsBase.DragAndDropInfo Modifier and Type Method Description GraphicsBase.DragAndDropInfoGraphicsBase. getDragAndDropInfo()Returns the value ofGraphicsBase.dragAndDropInfoProperty().Methods in com.flexganttfx.view.graphics that return types with arguments of type GraphicsBase.DragAndDropInfo Modifier and Type Method Description ReadOnlyObjectProperty<GraphicsBase.DragAndDropInfo>GraphicsBase. dragAndDropInfoProperty()A property used to store the current drag and drop information.ObjectProperty<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.Callback<GraphicsBase.DragAndDropInfo,Layer>GraphicsBase. getDropLayerProvider()Returns the value ofGraphicsBase.dropLayerProviderProperty().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.Method parameters in com.flexganttfx.view.graphics with type arguments of type GraphicsBase.DragAndDropInfo Modifier and Type Method Description voidGraphicsBase. setDropLayerProvider(Callback<GraphicsBase.DragAndDropInfo,Layer> provider)Sets the value ofGraphicsBase.dropLayerProviderProperty().voidGraphicsBase. 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.DragAndDropInfo Modifier and Type Method Description voidDragCanvas. draw(GraphicsBase.DragAndDropInfo info)Draws the current drag operation based on the information found inside the info parameter.