WidgetAction.WidgetEventpublic static final class WidgetAction.WidgetDropTargetEvent extends java.lang.Object implements WidgetAction.WidgetEvent
| Constructor | Description |
|---|---|
WidgetDropTargetEvent(long id,
java.awt.dnd.DropTargetEvent event) |
Creates a drop target event.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.dnd.DropTargetContext |
getDropTargetContext() |
|
long |
getEventID() |
Returns an event id.
|
public WidgetDropTargetEvent(long id,
java.awt.dnd.DropTargetEvent event)
id - the event idevent - the Swing eventpublic long getEventID()
getEventID in interface WidgetAction.WidgetEventpublic java.awt.dnd.DropTargetContext getDropTargetContext()
DropTargetEventBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.