|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
java.awt.dnd.DragSourceEvent
java.awt.dnd.DragSourceDragEvent
public class DragSourceDragEvent
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DragSourceDragEvent(DragSourceContext context,
int dropAction,
int actions,
int modifiers)
|
|
DragSourceDragEvent(DragSourceContext context,
int dropAction,
int actions,
int modifiers,
int x,
int y)
|
|
| Method Summary | |
|---|---|
int |
getDropAction()
|
int |
getGestureModifiers()
|
int |
getGestureModifiersEx()
|
int |
getTargetActions()
|
int |
getUserAction()
|
| Methods inherited from class java.awt.dnd.DragSourceEvent |
|---|
getDragSourceContext, getLocation, getX, getY |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DragSourceDragEvent(DragSourceContext context,
int dropAction,
int actions,
int modifiers)
public DragSourceDragEvent(DragSourceContext context,
int dropAction,
int actions,
int modifiers,
int x,
int y)
| Method Detail |
|---|
public int getTargetActions()
public int getGestureModifiers()
public int getGestureModifiersEx()
public int getUserAction()
public int getDropAction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||