Uses of Class
org.eclipse.swt.dnd.DNDEvent
Packages that use DNDEvent
-
Uses of DNDEvent in org.eclipse.swt.dnd
Fields in org.eclipse.swt.dnd declared as DNDEventMethods in org.eclipse.swt.dnd with parameters of type DNDEventModifier and TypeMethodDescription(package private) booleanDropTarget.setEventData(long context, int x, int y, int time, DNDEvent event) (package private) voidDropTarget.updateDragOverHover(long delay, DNDEvent event) (package private) voidDragSourceEvent.updateEvent(DNDEvent e) (package private) voidDropTargetEvent.updateEvent(DNDEvent e) Constructors in org.eclipse.swt.dnd with parameters of type DNDEventModifierConstructorDescriptionConstructs a new instance of this class based on the information in the given untyped event.Constructs a new instance of this class based on the information in the given untyped event.