Click or drag to resize

CLRDropTargetDragEventData Class

Event data associated to a Java DropTargetDragEvent
Inheritance Hierarchy

Namespace:  MASES.JCOBridge.C2JBridge.Specialized
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.3.2.210304-f3821f45d93542a4fb34c013ca105a6afd2f10a2
Syntax
public class CLRDropTargetDragEventData : CLRDropTargetEventData

The CLRDropTargetDragEventData type exposes the following members.

Constructors
  NameDescription
Public methodCLRDropTargetDragEventData
Initialize a new CLRDragSourceEventData
Top
Properties
  NameDescription
Public propertyCurrentDataFlavors
This method returns the current DataFlavors from the DropTargetContext.
Public propertyCurrentDataFlavorsAsList
This method returns the current DataFlavors as a java.util.List
Public propertyDropAction
This method returns the user drop action.
Public propertyDropTargetContext
This method returns the DropTargetContext associated with this DropTargetEvent.
(Inherited from CLRDropTargetEventData.)
Public propertyDynEventData
Dynamic accessor to the information about event information received from the JVM
(Inherited from CLREventData.)
Public propertyLocation
This method returns a Point indicating the Cursor's current location within the Component's coordinates.
Public propertySource
The object on which the Event initially occurred.
(Inherited from CLREventObjectData.)
Public propertySourceActions
This method returns the source drop actions.
Public propertyTransferable
This method returns the Transferable object that represents the data associated with the current drag operation.
Top
Methods
  NameDescription
Public methodAcceptDrag
Accepts the drag. This method should be called from a DropTargetListeners dragEnter, dragOver, and dropActionChanged methods if the implementation wishes to accept an operation from the srcActions other than the one selected by the user as represented by the dropAction.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsDataFlavorSupported
This method returns a boolean indicating if the specified DataFlavor is supported.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRejectDrag
Rejects the drag as a result of examining either the dropAction or the available DataFlavor types.
Public methodToString
Returns a string representation of the object.
(Overrides CLRDropTargetEventDataToString.)
Top
See Also