Table of Contents

Class DropTargetAdapter

Namespace
Java.Awt.Dnd
Assembly
MASES.JNet.dll
public class DropTargetAdapter : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<JVMBridgeListener>
JVMBridgeListener
DropTargetAdapter
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeListener.Dispose()
JVMBridgeListener.AutoInit
JVMBridgeListener.IsBridgeStatic
JVMBridgeListener.IsBridgeCloseable
JVMBridgeListener.IsBridgeListener
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom(IJavaType)
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom<T>()
JVMBridgeBase<JVMBridgeListener>.Execute<T>(params T[])
JVMBridgeBase<JVMBridgeListener>.DynBridgeClazz
JVMBridgeBase<JVMBridgeListener>.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.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeInterface
JVMBridgeBase.IsBridgeAbstract
Extension Methods

Constructors

DropTargetAdapter()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public DropTargetAdapter()

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

OnDragEnter

public Action<DropTargetDragEvent> OnDragEnter { get; set; }

Property Value

Action<DropTargetDragEvent>

Remarks

If OnDragEnter has a value it takes precedence over corresponding class method

OnDragExit

public Action<DropTargetEvent> OnDragExit { get; set; }

Property Value

Action<DropTargetEvent>

Remarks

If OnDragExit has a value it takes precedence over corresponding class method

OnDragOver

public Action<DropTargetDragEvent> OnDragOver { get; set; }

Property Value

Action<DropTargetDragEvent>

Remarks

If OnDragOver has a value it takes precedence over corresponding class method

OnDrop

public Action<DropTargetDropEvent> OnDrop { get; set; }

Property Value

Action<DropTargetDropEvent>

Remarks

If OnDrop has a value it takes precedence over corresponding class method

OnDropActionChanged

public Action<DropTargetDragEvent> OnDropActionChanged { get; set; }

Property Value

Action<DropTargetDragEvent>

Remarks

If OnDropActionChanged has a value it takes precedence over corresponding class method

Methods

DragEnter(DropTargetDragEvent)

public virtual void DragEnter(DropTargetDragEvent arg0)

Parameters

arg0 DropTargetDragEvent

DropTargetDragEvent

DragExit(DropTargetEvent)

public virtual void DragExit(DropTargetEvent arg0)

Parameters

arg0 DropTargetEvent

DropTargetEvent

DragOver(DropTargetDragEvent)

public virtual void DragOver(DropTargetDragEvent arg0)

Parameters

arg0 DropTargetDragEvent

DropTargetDragEvent

Drop(DropTargetDropEvent)

public virtual void Drop(DropTargetDropEvent arg0)

Parameters

arg0 DropTargetDropEvent

DropTargetDropEvent

DropActionChanged(DropTargetDragEvent)

public virtual void DropActionChanged(DropTargetDragEvent arg0)

Parameters

arg0 DropTargetDragEvent

DropTargetDragEvent

InitializeHandlers()

Handlers initializer for DropTargetAdapter

protected virtual void InitializeHandlers()