public static final class WidgetAction.WidgetDropTargetEvent extends Object implements WidgetAction.WidgetEvent
Constructor and Description |
---|
WidgetDropTargetEvent(long id,
DropTargetEvent event)
Creates a drop target event.
|
Modifier and Type | Method and Description |
---|---|
DropTargetContext |
getDropTargetContext() |
long |
getEventID()
Returns an event id.
|
public WidgetDropTargetEvent(long id, DropTargetEvent event)
id
- the event idevent
- the Swing eventpublic long getEventID()
getEventID
in interface WidgetAction.WidgetEvent
public DropTargetContext getDropTargetContext()
DropTargetEvent