@Deprecated public final class StackDropResult extends Object
Constructor and Description |
---|
StackDropResult(Rectangle snapRectangle,
Object cookie)
Deprecated.
Creates a drop result
|
Modifier and Type | Method and Description |
---|---|
Object |
getCookie()
Deprecated.
Returns the cookie for this drop result.
|
Rectangle |
getSnapRectangle()
Deprecated.
Returns a rectangle (screen coordinates) describing the target location
for this drop operation.
|
public StackDropResult(Rectangle snapRectangle, Object cookie)
snapRectangle
- region that should be highlighted by the tracking
rectangle (display coordinates)cookie
- the presentation may attach an object to this drop result
in order to identify the drop location. This object will be passed back into the
presentation's add method.public Rectangle getSnapRectangle()
public Object getCookie()
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.