Table of Contents

Class DropTargetDropEvent

Namespace
Java.Awt.Dnd
Assembly
MASES.JNet.dll
public class DropTargetDropEvent : DropTargetEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
Inheritance
JVMBridgeBase
JVMBridgeBase<Serializable>
DropTargetDropEvent
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Serializable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Serializable>.IsAssignableFrom<T>()
JVMBridgeBase<Serializable>.Execute<T>(params T[])
JVMBridgeBase<Serializable>.DynBridgeClazz
JVMBridgeBase<Serializable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
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 DropTargetContext

DropTargetContext

arg1 Point

Point

arg2 int

int

arg3 int

int

DropTargetDropEvent(DropTargetContext, Point, int, int, bool)

public DropTargetDropEvent(DropTargetContext arg0, Point arg1, int arg2, int arg3, bool arg4)

Parameters

arg0 DropTargetContext

DropTargetContext

arg1 Point

Point

arg2 int

int

arg3 int

int

arg4 bool

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

public override string BridgeClassName { get; }

Property Value

string

CurrentDataFlavors

public DataFlavor[] CurrentDataFlavors { get; }

Property Value

DataFlavor[]

CurrentDataFlavorsAsList

public List<DataFlavor> CurrentDataFlavorsAsList { get; }

Property Value

List<DataFlavor>

DropAction

public int DropAction { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Location

public Point Location { get; }

Property Value

Point

SourceActions

public int SourceActions { get; }

Property Value

int

Transferable

public Transferable Transferable { get; }

Property Value

Transferable

Methods

AcceptDrop(int)

public void AcceptDrop(int arg0)

Parameters

arg0 int

int

DropComplete(bool)

public void DropComplete(bool arg0)

Parameters

arg0 bool

bool

IsDataFlavorSupported(DataFlavor)

public bool IsDataFlavorSupported(DataFlavor arg0)

Parameters

arg0 DataFlavor

DataFlavor

Returns

bool

bool

IsLocalTransfer()

public bool IsLocalTransfer()

Returns

bool

bool

RejectDrop()

public void RejectDrop()