Class DropTargetDropEvent
public class DropTargetDropEvent : DropTargetEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
DropTargetDropEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
DropTargetDropEvent()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public DropTargetDropEvent()
DropTargetDropEvent(DropTargetContext, Point, int, int)
public DropTargetDropEvent(DropTargetContext arg0, Point arg1, int arg2, int arg3)
Parameters
arg0
DropTargetContextarg1
Pointarg2
intarg3
int
DropTargetDropEvent(DropTargetContext, Point, int, int, bool)
public DropTargetDropEvent(DropTargetContext arg0, Point arg1, int arg2, int arg3, bool arg4)
Parameters
arg0
DropTargetContextarg1
Pointarg2
intarg3
intarg4
bool
DropTargetDropEvent(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 DropTargetDropEvent(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CurrentDataFlavors
public DataFlavor[] CurrentDataFlavors { get; }
Property Value
CurrentDataFlavorsAsList
public List<DataFlavor> CurrentDataFlavorsAsList { get; }
Property Value
DropAction
public int DropAction { 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
Location
public Point Location { get; }
Property Value
SourceActions
public int SourceActions { get; }
Property Value
Transferable
public Transferable Transferable { get; }
Property Value
Methods
AcceptDrop(int)
public void AcceptDrop(int arg0)
Parameters
DropComplete(bool)
public void DropComplete(bool arg0)
Parameters
IsDataFlavorSupported(DataFlavor)
public bool IsDataFlavorSupported(DataFlavor arg0)
Parameters
arg0
DataFlavor
Returns
IsLocalTransfer()
public bool IsLocalTransfer()
Returns
RejectDrop()
public void RejectDrop()