Interface DragAction


public interface DragAction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Ask the user what to do with the data.
    static final int
    Copy the data.
    static final int
    Add a link to the data.
    static final int
    Move the data, i.e. first copy it, then delete
    it from the source using the DELETE target of the X selection protocol.
  • Field Details

    • COPY

      static final int COPY
      Copy the data.
      See Also:
    • MOVE

      static final int MOVE
      Move the data, i.e. first copy it, then delete
      it from the source using the DELETE target of the X selection protocol.
      See Also:
    • ASK

      static final int ASK
      Ask the user what to do with the data.
      See Also: