org.globus.cog.gridface.impl.desktop.interfaces
Interface ImportDataActionProxy

All Superinterfaces:
ActionProxy
All Known Subinterfaces:
DesktopToolBar
All Known Implementing Classes:
AbstractDesktop, AbstractIcon, DesktopToolBarImpl

public interface ImportDataActionProxy
extends ActionProxy


Method Summary
 boolean importDataToComponent(JComponent dropComponent, Transferable t, JComponent dragComponent, Point dragPoint, Point dropPoint)
           
 

Method Detail

importDataToComponent

public boolean importDataToComponent(JComponent dropComponent,
                                     Transferable t,
                                     JComponent dragComponent,
                                     Point dragPoint,
                                     Point dropPoint)