Interface TagDropHandler

    • Method Detail

      • handleDrop

        boolean handleDrop​(DesignerContext context,
                           java.util.List<NodeBrowseInfo> nodes,
                           javax.swing.JComponent bean,
                           java.awt.dnd.DropTargetDropEvent dropEvent)
        Handles the drop of one or more tags onto a component. The tag paths may refer to a tag, tag folder, or tag property.
        Returns:
        a boolean indicating whether or not the drop was successfully handled.