Uses of Class
org.pushingpixels.radiance.theming.internal.widget.tree.dnd.DnDVetoException
-
Packages that use DnDVetoException Package Description org.pushingpixels.radiance.theming.internal.widget.tree.dnd -
-
Uses of DnDVetoException in org.pushingpixels.radiance.theming.internal.widget.tree.dnd
Methods in org.pushingpixels.radiance.theming.internal.widget.tree.dnd that throw DnDVetoException Modifier and Type Method Description void
StringTreeDnDListener. drop(StringTreeDnDEvent anEvent)
Invoked when the drop operation happens.void
TreeTreeDnDListener. drop(TreeTreeDnDEvent anEvent)
Invoked when the drop operation happens.void
StringTreeDnDListener. mayDrop(StringTreeDnDEvent anEvent)
Invoked to verify that aSourceString may be dropped into aTargetNode inside aTargetTree.void
TreeTreeDnDListener. mayDrop(TreeTreeDnDEvent anEvent)
Invoked to verify that a node may be dropped into another node.
-