org.das2.dasml
Class FormContainer.ContainerDnDSupport

java.lang.Object
  extended by org.das2.util.DnDSupport
      extended by org.das2.dasml.FormContainer.ContainerDnDSupport
Enclosing class:
FormContainer

protected class FormContainer.ContainerDnDSupport
extends DnDSupport


Method Summary
protected  int canAccept(java.awt.datatransfer.DataFlavor[] flavors, int x, int y, int action)
           
protected  void done()
           
protected  void exportDone(java.awt.datatransfer.Transferable t, int action)
           
protected  java.awt.datatransfer.Transferable getTransferable(int x, int y, int action)
           
protected  boolean importData(java.awt.datatransfer.Transferable t, int x, int y, int action)
           
 
Methods inherited from class org.das2.util.DnDSupport
setParent, startDrag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

canAccept

protected int canAccept(java.awt.datatransfer.DataFlavor[] flavors,
                        int x,
                        int y,
                        int action)
Specified by:
canAccept in class DnDSupport

done

protected void done()
Specified by:
done in class DnDSupport

importData

protected boolean importData(java.awt.datatransfer.Transferable t,
                             int x,
                             int y,
                             int action)
Specified by:
importData in class DnDSupport

getTransferable

protected java.awt.datatransfer.Transferable getTransferable(int x,
                                                             int y,
                                                             int action)
Specified by:
getTransferable in class DnDSupport

exportDone

protected void exportDone(java.awt.datatransfer.Transferable t,
                          int action)
Specified by:
exportDone in class DnDSupport