Uses of Class
java.awt.dnd.DragGestureRecognizer
-
Packages that use DragGestureRecognizer 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.awt.dnd 拖放是在许多图形用户界面系统中发现的直接操纵手势,其提供了在GUI中与表示元素逻辑相关联的两个实体之间传递信息的机制。 -
-
Uses of DragGestureRecognizer in java.awt
Methods in java.awt with type parameters of type DragGestureRecognizer 变量和类型 方法 描述 <T extends DragGestureRecognizer>
TToolkit. createDragGestureRecognizer(类<T> abstractRecognizerClass, DragSource ds, Component c, int srcActions, DragGestureListener dgl)创建请求的抽象DragGestureRecognizer类的具体的,平台相关的子类,并将其与指定的DragSource,Component和DragGestureListener相关联。 -
Uses of DragGestureRecognizer in java.awt.dnd
Subclasses of DragGestureRecognizer in java.awt.dnd 变量和类型 类 描述 classMouseDragGestureRecognizer这个抽象的子类DragGestureRecognizer限定DragGestureRecognizer对基于鼠标的手势。Methods in java.awt.dnd with type parameters of type DragGestureRecognizer 变量和类型 方法 描述 <T extends DragGestureRecognizer>
TDragSource. createDragGestureRecognizer(类<T> recognizerAbstractClass, Component c, int actions, DragGestureListener dgl)创建一个新的DragGestureRecognizer,它实现指定的抽象子类DragGestureRecognizer,并在新创建的对象上设置指定的Component和DragGestureListener。Methods in java.awt.dnd that return DragGestureRecognizer 变量和类型 方法 描述 DragGestureRecognizerDragSource. createDefaultDragGestureRecognizer(Component c, int actions, DragGestureListener dgl)创建一个新的DragGestureRecognizer实现的默认抽象子类DragGestureRecognizer这个DragSource,并设置指定Component和DragGestureListener新创建的对象上。DragGestureRecognizerDragGestureEvent. getSourceAsDragGestureRecognizer()以DragGestureRecognizer返回源。Constructors in java.awt.dnd with parameters of type DragGestureRecognizer 构造器 描述 DragGestureEvent(DragGestureRecognizer dgr, int act, Point ori, List<? extends InputEvent> evs)构造DragGestureEvent对象,该对象由触发此事件的DragGestureRecognizer实例,act参数表示用户的首选操作,ori参数指示拖动的原点,以及List组成手势的事件(evs参数)。
-