Uses of Class
org.pushingpixels.radiance.theming.internal.widget.tree.dnd.DnDVetoException
Packages that use DnDVetoException
-
Uses of DnDVetoException in org.pushingpixels.radiance.theming.internal.widget.tree.dnd
Methods in org.pushingpixels.radiance.theming.internal.widget.tree.dnd that throw DnDVetoExceptionModifier and TypeMethodDescriptionvoid
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.