javax.help.plaf.basic
Class BasicFavoritesNavigatorUI.FavoritesTree
JTree
javax.help.plaf.basic.BasicFavoritesNavigatorUI.FavoritesTree
- BasicFavoritesNavigatorUI
- DragGestureListener, DragSourceListener, DropTargetListener
public class BasicFavoritesNavigatorUI.FavoritesTree
extends JTree
implements DragGestureListener, DropTargetListener, DragSourceListener
Class for JTree supported D&D features.
selectedID
protected Map.ID selectedID
FavoritesTree
public FavoritesTree(FavoritesNode root)
Creates FavoritesTree
root
- The root node of the tree
dragDropEnd
public void dragDropEnd(DragSourceDropEvent dsde)
dragEnter
public void dragEnter(DragSourceDragEvent dsde)
dragEnter
public void dragEnter(DropTargetDragEvent e)
dragExit
public void dragExit(DragSourceEvent dsde)
dragExit
public void dragExit(DropTargetEvent e)
dragGestureRecognized
public void dragGestureRecognized(DragGestureEvent e)
dragOver
public void dragOver(DragSourceDragEvent dsde)
dragOver
public void dragOver(DropTargetDragEvent e)
drop
public void drop(DropTargetDropEvent e)
dropActionChanged
public void dropActionChanged(DragSourceDragEvent dsde)
dropActionChanged
public void dropActionChanged(DropTargetDragEvent e)