cosmic-internal-jdk
Version:
KingScript: JDK1.8
50 lines (49 loc) • 3.81 kB
TypeScript
/// <reference types="dist/index" />
export type Autoscroll = $.java.awt.dnd.Autoscroll;
export declare const Autoscroll: $.java.awt.dnd.AutoscrollConstructor;
export type DnDConstants = $.java.awt.dnd.DnDConstants;
export declare const DnDConstants: $.java.awt.dnd.DnDConstantsConstructor;
export type DragGestureEvent = $.java.awt.dnd.DragGestureEvent;
export declare const DragGestureEvent: $.java.awt.dnd.DragGestureEventConstructor;
export type DragGestureListener = $.java.awt.dnd.DragGestureListener;
export declare const DragGestureListener: $.java.awt.dnd.DragGestureListenerConstructor;
export type DragGestureRecognizer = $.java.awt.dnd.DragGestureRecognizer;
export declare const DragGestureRecognizer: $.java.awt.dnd.DragGestureRecognizerConstructor;
export type DragSource = $.java.awt.dnd.DragSource;
export declare const DragSource: $.java.awt.dnd.DragSourceConstructor;
export type DragSourceAdapter = $.java.awt.dnd.DragSourceAdapter;
export declare const DragSourceAdapter: $.java.awt.dnd.DragSourceAdapterConstructor;
export type DragSourceContext = $.java.awt.dnd.DragSourceContext;
export declare const DragSourceContext: $.java.awt.dnd.DragSourceContextConstructor;
export type DragSourceDragEvent = $.java.awt.dnd.DragSourceDragEvent;
export declare const DragSourceDragEvent: $.java.awt.dnd.DragSourceDragEventConstructor;
export type DragSourceDropEvent = $.java.awt.dnd.DragSourceDropEvent;
export declare const DragSourceDropEvent: $.java.awt.dnd.DragSourceDropEventConstructor;
export type DragSourceEvent = $.java.awt.dnd.DragSourceEvent;
export declare const DragSourceEvent: $.java.awt.dnd.DragSourceEventConstructor;
export type DragSourceListener = $.java.awt.dnd.DragSourceListener;
export declare const DragSourceListener: $.java.awt.dnd.DragSourceListenerConstructor;
export type DragSourceMotionListener = $.java.awt.dnd.DragSourceMotionListener;
export declare const DragSourceMotionListener: $.java.awt.dnd.DragSourceMotionListenerConstructor;
export type DropTarget = $.java.awt.dnd.DropTarget;
export declare const DropTarget: $.java.awt.dnd.DropTargetConstructor;
export type DropTargetAdapter = $.java.awt.dnd.DropTargetAdapter;
export declare const DropTargetAdapter: $.java.awt.dnd.DropTargetAdapterConstructor;
export type DropTargetContext = $.java.awt.dnd.DropTargetContext;
export declare const DropTargetContext: $.java.awt.dnd.DropTargetContextConstructor;
export type DropTargetDragEvent = $.java.awt.dnd.DropTargetDragEvent;
export declare const DropTargetDragEvent: $.java.awt.dnd.DropTargetDragEventConstructor;
export type DropTargetDropEvent = $.java.awt.dnd.DropTargetDropEvent;
export declare const DropTargetDropEvent: $.java.awt.dnd.DropTargetDropEventConstructor;
export type DropTargetEvent = $.java.awt.dnd.DropTargetEvent;
export declare const DropTargetEvent: $.java.awt.dnd.DropTargetEventConstructor;
export type DropTargetListener = $.java.awt.dnd.DropTargetListener;
export declare const DropTargetListener: $.java.awt.dnd.DropTargetListenerConstructor;
export type InvalidDnDOperationException = $.java.awt.dnd.InvalidDnDOperationException;
export declare const InvalidDnDOperationException: $.java.awt.dnd.InvalidDnDOperationExceptionConstructor;
export type MouseDragGestureRecognizer = $.java.awt.dnd.MouseDragGestureRecognizer;
export declare const MouseDragGestureRecognizer: $.java.awt.dnd.MouseDragGestureRecognizerConstructor;
export type DragSourceContextPeer = $.java.awt.dnd.peer.DragSourceContextPeer;
export declare const DragSourceContextPeer: $.java.awt.dnd.peer.DragSourceContextPeerConstructor;
export type DropTargetContextPeer = $.java.awt.dnd.peer.DropTargetContextPeer;
export declare const DropTargetContextPeer: $.java.awt.dnd.peer.DropTargetContextPeerConstructor;