Lines Matching defs:DragSource

50  * The <code>DragSource</code> is the entity responsible
64 * Once the <code>DragSource</code> is
66 * also be obtained to associate the <code>DragSource</code>
77 * <code>DragSource</code>'s
83 * <code>DragSource</code> shall only
112 * <code>DragSource</code>.
117 public class DragSource implements Serializable {
200 private static final DragSource dflt =
201 (GraphicsEnvironment.isHeadless()) ? null : new DragSource();
210 * Gets the <code>DragSource</code> object associated with
213 * @return the platform DragSource
218 public static DragSource getDefaultDragSource() {
250 * Creates a new <code>DragSource</code>.
256 public DragSource() throws HeadlessException {
434 * subclass, subclass <code>DragSource</code> and
467 * @throws IllegalArgumentException if the <code>DragSource</code> for the
482 * <code>FlavorMap</code> for this <code>DragSource</code>.
484 * @return the <code>FlavorMap</code> for this <code>DragSource</code>
523 * for this <code>DragSource</code>,
528 * For this <code>DragSource</code>
548 * <code>DragSource</code> to receive drag source events during drag
549 * operations intiated with this <code>DragSource</code>.
569 * <code>DragSource</code>.
573 * this <code>DragSource</code>, no action is taken and no exception
592 * registered with this <code>DragSource</code>.
594 * @return all of this <code>DragSource</code>'s
608 * <code>DragSource</code> to receive drag motion events during drag
609 * operations intiated with this <code>DragSource</code>.
629 * <code>DragSource</code>.
633 * this <code>DragSource</code>, no action is taken and no exception
652 * registered with this <code>DragSource</code>.
654 * @return all of this <code>DragSource</code>'s
669 * <code><em>Foo</em>Listener</code>s upon this <code>DragSource</code>.
678 * <code>DragSource</code>, or an empty array if no such listeners
701 * <code>DragSource</code>, and passes them the specified
716 * <code>DragSource</code>, and passes them the specified
731 * <code>DragSource</code>, and passes them the specified
746 * <code>DragSource</code>, and passes them the specified
761 * <code>DragSource</code>, and passes them the specified
776 * <code>DragSource</code>, and passes them the specified
789 * Serializes this <code>DragSource</code>. This method first performs
830 * Deserializes this <code>DragSource</code>. This method first performs
843 * <code>DragSource</code>.
847 * corresponding value object and added to this <code>DragSource</code>.