Verwendungen von Klasse
com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
Packages, die GraphicsBase.DragAndDropInfo verwenden
Package
Beschreibung
The various graphics controls that are used for rendering the Gantt chart.
Classes for the graphics skin.
-
Verwendungen von GraphicsBase.DragAndDropInfo in com.flexganttfx.view.graphics
Methoden in com.flexganttfx.view.graphics, die GraphicsBase.DragAndDropInfo zurückgebenModifizierer und TypMethodeBeschreibungGraphicsBase.getDragAndDropInfo()Returns the value ofGraphicsBase.dragAndDropInfoProperty().Methoden in com.flexganttfx.view.graphics, die Typen mit Argumenten vom Typ GraphicsBase.DragAndDropInfo zurückgebenModifizierer und TypMethodeBeschreibungGraphicsBase.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.Methodenparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ GraphicsBase.DragAndDropInfoModifizierer und TypMethodeBeschreibungfinal voidGraphicsBase.setDropLayerProvider(Callback<GraphicsBase.DragAndDropInfo, Layer> provider) Sets the value ofGraphicsBase.dropLayerProviderProperty().final 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. -
Verwendungen von GraphicsBase.DragAndDropInfo in impl.com.flexganttfx.skin.graphics
Methoden in impl.com.flexganttfx.skin.graphics mit Parametern vom Typ GraphicsBase.DragAndDropInfoModifizierer und TypMethodeBeschreibungvoidDragCanvas.draw(GraphicsBase.DragAndDropInfo info) Draws the current drag operation based on the information found inside the info parameter.