Lines Matching refs:DragSourceListener

271      * of the drag, the <code>DragSourceListener</code>,
283 * @param dsl the <code>DragSourceListener</code>
298 DragSourceListener dsl,
333 * of the drag, the <code>DragSourceListener</code>,
343 * @param dsl the <code>DragSourceListener</code>
356 DragSourceListener dsl,
370 * the <code>DragSourceListener</code>.
381 * @param dsl the <code>DragSourceListener</code>
395 DragSourceListener dsl) throws InvalidDnDOperationException {
405 * of the drag, and the <code>DragSourceListener</code>.
413 * @param dsl the <code>DragSourceListener</code>
425 DragSourceListener dsl) throws InvalidDnDOperationException {
456 * @param dsl The <code>DragSourceListener</code>
476 protected DragSourceContext createDragSourceContext(DragSourceContextPeer dscp, DragGestureEvent dgl, Cursor dragCursor, Image dragImage, Point imageOffset, Transferable t, DragSourceListener dsl) {
547 * Adds the specified <code>DragSourceListener</code> to this
553 * @param dsl the <code>DragSourceListener</code> to add
559 public void addDragSourceListener(DragSourceListener dsl) {
568 * Removes the specified <code>DragSourceListener</code> from this
576 * @param dsl the <code>DragSourceListener</code> to remove
582 public void removeDragSourceListener(DragSourceListener dsl) {
591 * Gets all the <code>DragSourceListener</code>s
595 * <code>DragSourceListener</code>s or an empty array if no
602 public DragSourceListener[] getDragSourceListeners() {
603 return (DragSourceListener[])getListeners(DragSourceListener.class);
690 if (listenerType == DragSourceListener.class) {
700 * <code>DragSourceListener</code>s registered with this
707 DragSourceListener dsl = listener;
715 * <code>DragSourceListener</code>s registered with this
722 DragSourceListener dsl = listener;
730 * <code>DragSourceListener</code>s registered with this
737 DragSourceListener dsl = listener;
745 * <code>DragSourceListener</code>s registered with this
752 DragSourceListener dsl = listener;
760 * <code>DragSourceListener</code>s registered with this
767 DragSourceListener dsl = listener;
800 * <code>DragSourceListener</code> object;
813 * <code>DragSourceListener</code> object;
841 * <code>dragSourceListenerK</code>, a <code>DragSourceListener</code> is
871 addDragSourceListener((DragSourceListener)(s.readObject()));
919 private transient DragSourceListener listener;