Class DragAndDropUtil


  • public final class DragAndDropUtil
    extends java.lang.Object
    • Method Detail

      • registerAsNodeDragSource

        public static org.reactfx.Subscription registerAsNodeDragSource​(javafx.scene.Node source,
                                                                        net.sourceforge.pmd.lang.ast.Node data,
                                                                        DesignerRoot root)
        Registers the given [source] javafx Node as a source for a drag and drop even with NODE_RANGE_DATA_FORMAT content.