org.gnu.gtk

Interface TreeDragDestListener

public interface TreeDragDestListener

Method Summary
booleandragDataReceived(TreeDragDest destination, TreePath path, SelectionData selectionData)
booleanisRowDropPossible(TreeDragDest destingation, TreePath path, SelectionData selectionData)

Method Detail

dragDataReceived

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

isRowDropPossible

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