DropTargetEffect.getItem

Returns the item at the given x-y coordinate in the receiver or null if no such item exists. The x-y coordinate is in the display relative coordinates.

@param x the x coordinate used to locate the item @param y the y coordinate used to locate the item @return the item at the given x-y coordinate, or null if the coordinate is not in a selectable item

  1. Widget getItem(int x, int y)
    class DropTargetEffect
    getItem
    (
    int x
    ,
    int y
    )
  2. Widget getItem(Table table, int x, int y)
  3. Widget getItem(Tree tree, int x, int y)

Meta