Lines Matching defs:COPY
100 public static final int COPY = DnDConstants.ACTION_COPY;
407 * of {@code COPY}, {@code MOVE} or {@code LINK}.
426 if (!(action == COPY || action == MOVE || action == LINK)) {
497 * combination of {@code COPY}, {@code MOVE} and {@code LINK}.
505 * boolean copySupported = (COPY & getSourceDropActions()) == COPY;
599 * with a {@code COPY} action, on the component's {@code TransferHandler}.
723 * either {@code COPY}, {@code MOVE} or {@code LINK};
733 || !(action == COPY || action == MOVE || action == LINK)
770 * be a value of either <code>COPY</code> or <code>MOVE</code>;
781 if ((action == COPY || action == MOVE)
971 * any bitwise-OR combination of {@code COPY}, {@code MOVE}
980 * @return {@code COPY} if the transfer property can be found,
986 return COPY;
1745 th.exportToClipboard(c, clipboard, COPY);