jsky.util.gui
Class DraggableTree.TreeDragSourceListener

java.lang.Object
  extended by jsky.util.gui.DraggableTree.TreeDragSourceListener
All Implemented Interfaces:
DragSourceListener, EventListener
Enclosing class:
DraggableTree

protected static class DraggableTree.TreeDragSourceListener
extends Object
implements DragSourceListener

A DragSourceListener is required, but DraggableTree does not currently use this feature so an empty implementation is used.

This code was developed by NASA, Goddard Space Flight Center, Code 588 for the Scientist's Expert Assistant (SEA) project.

Version:
05/21/99
Author:
J. Jones / 588

Constructor Summary
protected DraggableTree.TreeDragSourceListener()
           
 
Method Summary
 void dragDropEnd(DragSourceDropEvent DragSourceDropEvent)
           
 void dragEnter(DragSourceDragEvent DragSourceDragEvent)
           
 void dragExit(DragSourceEvent DragSourceEvent)
           
 void dragOver(DragSourceDragEvent DragSourceDragEvent)
           
 void dropActionChanged(DragSourceDragEvent DragSourceDragEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DraggableTree.TreeDragSourceListener

protected DraggableTree.TreeDragSourceListener()
Method Detail

dragDropEnd

public void dragDropEnd(DragSourceDropEvent DragSourceDropEvent)
Specified by:
dragDropEnd in interface DragSourceListener

dragEnter

public void dragEnter(DragSourceDragEvent DragSourceDragEvent)
Specified by:
dragEnter in interface DragSourceListener

dragExit

public void dragExit(DragSourceEvent DragSourceEvent)
Specified by:
dragExit in interface DragSourceListener

dragOver

public void dragOver(DragSourceDragEvent DragSourceDragEvent)
Specified by:
dragOver in interface DragSourceListener

dropActionChanged

public void dropActionChanged(DragSourceDragEvent DragSourceDragEvent)
Specified by:
dropActionChanged in interface DragSourceListener


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.