Package | Description |
---|---|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
Modifier and Type | Method and Description |
---|---|
GraphicsBase.DragAndDropInfo |
GraphicsBase.getDragAndDropInfo()
Returns the value of
GraphicsBase.dragAndDropInfoProperty() . |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<GraphicsBase.DragAndDropInfo> |
GraphicsBase.dragAndDropInfoProperty()
A property used to store the current drag and drop information.
|
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.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.
|
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.