Class DropOperationData<DRAGGED,​TARGET,​MODIFIED>

  • Type Parameters:
    DRAGGED - dragged objects type.
    TARGET - target object type.
    MODIFIED - modified objects type.

    public class DropOperationData<DRAGGED,​TARGET,​MODIFIED>
    extends java.lang.Object
    Responsible for storing objects used in "single" drop operation. Single means that only one object is modified.