org.gnu.gtk
Interface TreeDragDestListener


public interface TreeDragDestListener


Method Summary
 boolean dragDataReceived(TreeDragDest destination, TreePath path, SelectionData selectionData)
           
 boolean isRowDropPossible(TreeDragDest destingation, TreePath path, SelectionData selectionData)
           
 

Method Detail

dragDataReceived

boolean dragDataReceived(TreeDragDest destination,
                         TreePath path,
                         SelectionData selectionData)

isRowDropPossible

boolean isRowDropPossible(TreeDragDest destingation,
                          TreePath path,
                          SelectionData selectionData)