| org.eclipse.ui.internal.dnd.TestDropLocation
TestDropLocation | public interface TestDropLocation (Code) | | This is an interface intended for use in test suites. Objects can implement
this interface to force any dragged object to be dropped at a particular
location.
since: 3.0 |
Method Summary | |
public Point | getLocation() | public Shell[] | getShells() The drop code will pretend that only the given shells are open,
and that they have the specified Z-order. |
getLocation | public Point getLocation()(Code) | | Location where the object should be dropped, in display coordinates
a location in display coordinates |
getShells | public Shell[] getShells()(Code) | | The drop code will pretend that only the given shells are open,
and that they have the specified Z-order.
the shells to check for drop targets, from bottom to top. |
|
|