public static interface EditingDomainCellDropAdapter.IDnDFeedbackHandler
Cell| Modifier and Type | Method and Description |
|---|---|
void |
onFeedbackInsertAfter(javafx.scene.control.Cell<?> cell)
insert after feedback
|
void |
onFeedbackInsertBefore(javafx.scene.control.Cell<?> cell)
insert before feedback
|
void |
onFeedbackNone(javafx.scene.control.Cell<?> cell)
no feedback
|
void |
onFeedbackSelect(javafx.scene.control.Cell<?> cell)
select feedback
|
void onFeedbackInsertBefore(javafx.scene.control.Cell<?> cell)
cell - the cellvoid onFeedbackInsertAfter(javafx.scene.control.Cell<?> cell)
cell - the cellvoid onFeedbackSelect(javafx.scene.control.Cell<?> cell)
cell - the cellvoid onFeedbackNone(javafx.scene.control.Cell<?> cell)
cell - the cell