cosmic-internal-jdk
Version:
KingScript: JDK1.8
25 lines (24 loc) • 1.87 kB
JavaScript
export const Autoscroll = $.type("java.awt.dnd.Autoscroll");
export const DnDConstants = $.type("java.awt.dnd.DnDConstants");
export const DragGestureEvent = $.type("java.awt.dnd.DragGestureEvent");
export const DragGestureListener = $.type("java.awt.dnd.DragGestureListener");
export const DragGestureRecognizer = $.type("java.awt.dnd.DragGestureRecognizer");
export const DragSource = $.type("java.awt.dnd.DragSource");
export const DragSourceAdapter = $.type("java.awt.dnd.DragSourceAdapter");
export const DragSourceContext = $.type("java.awt.dnd.DragSourceContext");
export const DragSourceDragEvent = $.type("java.awt.dnd.DragSourceDragEvent");
export const DragSourceDropEvent = $.type("java.awt.dnd.DragSourceDropEvent");
export const DragSourceEvent = $.type("java.awt.dnd.DragSourceEvent");
export const DragSourceListener = $.type("java.awt.dnd.DragSourceListener");
export const DragSourceMotionListener = $.type("java.awt.dnd.DragSourceMotionListener");
export const DropTarget = $.type("java.awt.dnd.DropTarget");
export const DropTargetAdapter = $.type("java.awt.dnd.DropTargetAdapter");
export const DropTargetContext = $.type("java.awt.dnd.DropTargetContext");
export const DropTargetDragEvent = $.type("java.awt.dnd.DropTargetDragEvent");
export const DropTargetDropEvent = $.type("java.awt.dnd.DropTargetDropEvent");
export const DropTargetEvent = $.type("java.awt.dnd.DropTargetEvent");
export const DropTargetListener = $.type("java.awt.dnd.DropTargetListener");
export const InvalidDnDOperationException = $.type("java.awt.dnd.InvalidDnDOperationException");
export const MouseDragGestureRecognizer = $.type("java.awt.dnd.MouseDragGestureRecognizer");
export const DragSourceContextPeer = $.type("java.awt.dnd.peer.DragSourceContextPeer");
export const DropTargetContextPeer = $.type("java.awt.dnd.peer.DropTargetContextPeer");