Interface TagDropHandler
-
- All Known Implementing Classes:
AbstractBindingTagDropHandler
,ContainerDropHandler
,DefaultTagDropHandler
,HistoryDropHandler
,TextComponentTagDropHandler
public interface TagDropHandler
To add a TagDropHandler to a bean, set an instance of one as a property named "tagDropHandler" in the bean's BeanDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-
-
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.
-
-