be.ac.vub.cocompose.eclipse.dnd
Class NativeDropRequest

java.lang.Object
  extended byorg.eclipse.gef.Request
      extended bybe.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

Field Summary
static String ID
           
 
Constructor Summary
NativeDropRequest()
          Creates a NativeDropRequest.
NativeDropRequest(Object type)
          Creates a NativeDropRequest.
 
Method Summary
 Object getData()
          Gets the drop data.
 void setData(Object object)
          Sets the drop data.
 
Methods inherited from class org.eclipse.gef.Request
getExtendedData, getType, setExtendedData, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

NativeDropRequest

public NativeDropRequest()
Creates a NativeDropRequest.


NativeDropRequest

public NativeDropRequest(Object type)
Creates a NativeDropRequest.

Parameters:
type - type of dropped element.
Method Detail

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.