Class DragGestureEvent
public class DragGestureEvent : EventObject, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
DragGestureEvent
- Implements
- Inherited Members
-
JVMBridgeBase.ReferenceEqualsJVM(JVMBridgeBase, JVMBridgeBase)JVMBridgeBase.Equals(IJVMBridgeBase)
- Extension Methods
Constructors
DragGestureEvent()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public DragGestureEvent()
DragGestureEvent(DragGestureRecognizer, int, Point, List)
public DragGestureEvent(DragGestureRecognizer arg0, int arg1, Point arg2, List arg3)
Parameters
arg0DragGestureRecognizerarg1intarg2Pointarg3List
DragGestureEvent(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public DragGestureEvent(params object[] args)
Parameters
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Component
public Component Component { get; }
Property Value
DragAction
public int DragAction { get; }
Property Value
DragOrigin
public Point DragOrigin { get; }
Property Value
DragSource
public DragSource DragSource { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
SourceAsDragGestureRecognizer
public DragGestureRecognizer SourceAsDragGestureRecognizer { get; }
Property Value
TriggerEvent
public InputEvent TriggerEvent { get; }
Property Value
Methods
Iterator()
public Iterator<InputEvent> Iterator()
Returns
StartDrag(Cursor, Transferable)
public void StartDrag(Cursor arg0, Transferable arg1)
Parameters
arg0Cursorarg1Transferable
Exceptions
StartDrag(Cursor, Transferable, DragSourceListener)
public void StartDrag(Cursor arg0, Transferable arg1, DragSourceListener arg2)
Parameters
arg0Cursorarg1Transferablearg2DragSourceListener
Exceptions
StartDrag(Cursor, Image, Point, Transferable, DragSourceListener)
public void StartDrag(Cursor arg0, Image arg1, Point arg2, Transferable arg3, DragSourceListener arg4)
Parameters
arg0Cursorarg1Imagearg2Pointarg3Transferablearg4DragSourceListener
Exceptions
ToArray()
public object[] ToArray()
Returns
ToArray(object[])
public object[] ToArray(object[] arg0)