WidgetAction.WidgetEvent
public static final class WidgetAction.WidgetDropTargetEvent extends Object implements WidgetAction.WidgetEvent
Constructor | Description |
---|---|
WidgetDropTargetEvent(long id,
DropTargetEvent event) |
Creates a drop target event.
|
Modifier and Type | Method | 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
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.