Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.bdgp.apps.dagedit.gui
Class DETermEditor.DropDbxrefsListener  view DETermEditor.DropDbxrefsListener download DETermEditor.DropDbxrefsListener.java

java.lang.Object
  extended byorg.bdgp.apps.dagedit.gui.DETermEditor.DropDbxrefsListener
Enclosing class:
DETermEditor

protected class DETermEditor.DropDbxrefsListener
extends java.lang.Object


Constructor Summary
protected DETermEditor.DropDbxrefsListener()
           
 
Method Summary
 boolean allowDrop(DragEvent e)
           
 void dragEnter(DragEvent e)
           
 void dragExit(DragEvent e)
           
 void draggedOver(DragEvent e)
           
 void drop(DragEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DETermEditor.DropDbxrefsListener

protected DETermEditor.DropDbxrefsListener()
Method Detail

allowDrop

public boolean allowDrop(DragEvent e)

dragEnter

public void dragEnter(DragEvent e)

dragExit

public void dragExit(DragEvent e)

drop

public void drop(DragEvent e)

draggedOver

public void draggedOver(DragEvent e)