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 voidStringTreeDnDListener. drop(StringTreeDnDEvent anEvent)Invoked when the drop operation happens.voidTreeTreeDnDListener. drop(TreeTreeDnDEvent anEvent)Invoked when the drop operation happens.voidStringTreeDnDListener. mayDrop(StringTreeDnDEvent anEvent)Invoked to verify that aSourceString may be dropped into aTargetNode inside aTargetTree.voidTreeTreeDnDListener. mayDrop(TreeTreeDnDEvent anEvent)Invoked to verify that a node may be dropped into another node.
-