Searched refs:DragSourceMotionListener (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDragSourceMotionListener.java53 public interface DragSourceMotionListener extends EventListener { interface in inherits:EventListener
H A DDnDEventMulticaster.java43 implements DragSourceListener, DragSourceMotionListener {
121 ((DragSourceMotionListener)a).dragMouseMoved(dsde);
122 ((DragSourceMotionListener)b).dragMouseMoved(dsde);
144 public static DragSourceMotionListener add(DragSourceMotionListener a,
145 DragSourceMotionListener b) {
146 return (DragSourceMotionListener)addInternal(a, b);
169 public static DragSourceMotionListener remove(DragSourceMotionListener l,
170 DragSourceMotionListener o
[all...]
H A DDragSourceAdapter.java52 * @see DragSourceMotionListener
58 implements DragSourceListener, DragSourceMotionListener {
H A DDragSource.java607 * Adds the specified <code>DragSourceMotionListener</code> to this
613 * @param dsml the <code>DragSourceMotionListener</code> to add
619 public void addDragSourceMotionListener(DragSourceMotionListener dsml) {
628 * Removes the specified <code>DragSourceMotionListener</code> from this
636 * @param dsml the <code>DragSourceMotionListener</code> to remove
642 public void removeDragSourceMotionListener(DragSourceMotionListener dsml) {
651 * Gets all of the <code>DragSourceMotionListener</code>s
655 * <code>DragSourceMotionListener</code>s or an empty array if no
662 public DragSourceMotionListener[] getDragSourceMotionListeners() {
663 return (DragSourceMotionListener[])
[all...]
H A DDragSourceContext.java51 * and {@linkplain DragSourceMotionListener DragSourceMotionListeners}, and providing the
56 * <code>DragSourceMotionListener</code> interfaces.
85 * @see DragSourceMotionListener
91 implements DragSourceListener, DragSourceMotionListener, Serializable {
442 * <code>DragSourceMotionListener</code>s registered with the

Completed in 61 milliseconds