Interface DragAndDropContext

    • Method Detail

      • getKeys

        java.util.Set<MouseKeys> getKeys()
        Returns keys hold during drag and drop operation.
        Returns:
        hold keys.
      • getDraggedContext

        CockpitContext getDraggedContext()
        Returns a context associated with a dragged object.
        Returns:
        the context object.
      • getTargetContext

        CockpitContext getTargetContext()
        Returns a context associated with a destination object.
        Returns:
        the context object.