be.ac.vub.cocompose.eclipse.dnd
Class NativeDropRequest
java.lang.Object
org.eclipse.gef.Request
be.ac.vub.cocompose.eclipse.dnd.NativeDropRequest
- public class NativeDropRequest
- extends Request
CoCompose drop request.
- Since:
- 0.2.9
- Version:
- 0.2.9, 27/04/2004
- Author:
- Dennis Wagelaar
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- See Also:
- Constant Field Values
NativeDropRequest
public NativeDropRequest()
- Creates a NativeDropRequest.
NativeDropRequest
public NativeDropRequest(Object type)
- Creates a NativeDropRequest.
- Parameters:
type
- type of dropped element.
getData
public Object getData()
- Gets the drop data.
- Returns:
- the drop data.
setData
public void setData(Object object)
- Sets the drop data.
- Parameters:
object
- the drop data.