Package org.pushingpixels.lafwidget.tree.dnd


package org.pushingpixels.lafwidget.tree.dnd
  • Class
    Description
    DnDVetoException is an exception thrown to signal that a drag and drop operation is not valid.
    StringTreeDnDEvent is an event fired whenever a String is about to be dropped into a node in a JTree.
    StringTreeDnDListener represents a listener that is informed when a String is about to be dropped into a node in a JTree.
    TreeWrapper is used to handle drag and drop and popup menus in any JTree.
    TreeTreeDnDEvent is an event fired when a node from a JTree is dropped into another node (of the same or of other JTree).
    TreeTreeDnDListener represents a listener that receives notifications when some node from a tree is moved or copied into itself (or into another tree).