APStudio.editparts
Class NativeDropRequest

java.lang.Object
  |
  +--org.eclipse.gef.Request
        |
        +--APStudio.editparts.NativeDropRequest

public class NativeDropRequest
extends org.eclipse.gef.Request


Field Summary
static java.lang.String ID
           
 
Constructor Summary
NativeDropRequest()
           
NativeDropRequest(java.lang.Object type)
           
 
Method Summary
 java.lang.Object getData()
           
 void setData(java.lang.Object data)
           
 
Methods inherited from class org.eclipse.gef.Request
getType, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

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

NativeDropRequest

public NativeDropRequest()

NativeDropRequest

public NativeDropRequest(java.lang.Object type)
Method Detail

getData

public java.lang.Object getData()

setData

public void setData(java.lang.Object data)