jdk/src/share/classes/java/awt/dnd/DragGestureRecognizer.java
changeset 23588 b0269b21e313
parent 23328 4c53a6ebc779
--- a/jdk/src/share/classes/java/awt/dnd/DragGestureRecognizer.java	Thu Mar 27 17:11:28 2014 -0700
+++ b/jdk/src/share/classes/java/awt/dnd/DragGestureRecognizer.java	Fri Mar 28 14:33:53 2014 +0400
@@ -76,7 +76,7 @@
  * for causing the associated
  * <code>DragSource</code> to start the Drag and Drop operation (if
  * appropriate).
- * <P>
+ *
  * @author Laurence P. G. Cable
  * @see java.awt.dnd.DragGestureListener
  * @see java.awt.dnd.DragGestureEvent
@@ -96,7 +96,7 @@
      * for this Drag and Drop operation, and the
      * <code>DragGestureListener</code> to notify
      * once a drag initiating gesture has been detected.
-     * <P>
+     *
      * @param ds  the <code>DragSource</code> this
      * <code>DragGestureRecognizer</code>
      * will use to process the Drag and Drop operation
@@ -115,7 +115,7 @@
      *
      * @param dgl the <code>DragGestureRecognizer</code>
      * to notify when a drag gesture is detected
-     * <P>
+     *
      * @throws IllegalArgumentException
      * if ds is <code>null</code>.
      */
@@ -144,7 +144,7 @@
      * <code>DragGestureRecognizer</code> should "observe"
      * for drag initiating gestures, and the action(s)
      * supported for this Drag and Drop operation.
-     * <P>
+     *
      * @param ds  the <code>DragSource</code> this
      * <code>DragGestureRecognizer</code> will use to
      * process the Drag and Drop operation
@@ -158,7 +158,7 @@
      *
      * @param sa the set (logical OR) of the <code>DnDConstants</code>
      * that this Drag and Drop operation will support
-     * <P>
+     *
      * @throws IllegalArgumentException
      * if ds is <code>null</code>.
      */
@@ -174,7 +174,7 @@
      * the <code>Component</code> this
      * <code>DragGestureRecognizer</code>
      * should "observe" for drag initiating gestures.
-     * <P>
+     *
      * @param ds the <code>DragSource</code> this
      * <code>DragGestureRecognizer</code>
      * will use to process the Drag and Drop operation
@@ -186,7 +186,7 @@
      * If this value is <code>null</code>,
      * the <code>DragGestureRecognizer</code>
      * is not associated with any <code>Component</code>.
-     * <P>
+     *
      * @throws IllegalArgumentException
      * if ds is <code>null</code>.
      */
@@ -199,11 +199,11 @@
      * Construct a new <code>DragGestureRecognizer</code>
      * given the <code>DragSource</code> to be used in this
      * Drag and Drop operation.
-     * <P>
+     *
      * @param ds the <code>DragSource</code> this
      * <code>DragGestureRecognizer</code> will
      * use to process the Drag and Drop operation
-     * <P>
+     *
      * @throws IllegalArgumentException
      * if ds is <code>null</code>.
      */
@@ -233,7 +233,7 @@
      * this <code>DragGestureRecognizer</code>
      * will use in order to process the Drag and Drop
      * operation.
-     * <P>
+     *
      * @return the DragSource
      */
 
@@ -244,7 +244,7 @@
      * that is to be "observed" by the
      * <code>DragGestureRecognizer</code>
      * for drag initiating gestures.
-     * <P>
+     *
      * @return The Component this DragGestureRecognizer
      * is associated with
      */
@@ -256,7 +256,7 @@
      *
      * registerListeners() and unregisterListeners() are called as a side
      * effect as appropriate.
-     * <P>
+     *
      * @param c The <code>Component</code> or <code>null</code>
      */
 
@@ -274,7 +274,7 @@
      * This method returns an int representing the
      * type of action(s) this Drag and Drop
      * operation will support.
-     * <P>
+     *
      * @return the currently permitted source action(s)
      */
 
@@ -283,7 +283,7 @@
     /**
      * This method sets the permitted source drag action(s)
      * for this Drag and Drop operation.
-     * <P>
+     *
      * @param actions the permitted source drag action(s)
      */
 
@@ -295,7 +295,7 @@
      * This method returns the first event in the
      * series of events that initiated
      * the Drag and Drop operation.
-     * <P>
+     *
      * @return the initial event that triggered the drag gesture
      */
 
@@ -310,10 +310,10 @@
 
     /**
      * Register a new <code>DragGestureListener</code>.
-     * <P>
+     *
      * @param dgl the <code>DragGestureListener</code> to register
      * with this <code>DragGestureRecognizer</code>.
-     * <P>
+     *
      * @throws java.util.TooManyListenersException if a
      * <code>DragGestureListener</code> has already been added.
      */
@@ -330,10 +330,10 @@
 
     /**
      * unregister the current DragGestureListener
-     * <P>
+     *
      * @param dgl the <code>DragGestureListener</code> to unregister
      * from this <code>DragGestureRecognizer</code>
-     * <P>
+     *
      * @throws IllegalArgumentException if
      * dgl is not (equal to) the currently registered <code>DragGestureListener</code>.
      */
@@ -351,7 +351,7 @@
     /**
      * Notify the DragGestureListener that a Drag and Drop initiating
      * gesture has occurred. Then reset the state of the Recognizer.
-     * <P>
+     *
      * @param dragAction The action initially selected by the users gesture
      * @param p          The point (in Component coords) where the gesture originated
      */
@@ -369,14 +369,14 @@
      * Listeners registered on the Component by this Recognizer shall record
      * all Events that are recognized as part of the series of Events that go
      * to comprise a Drag and Drop initiating gesture via this API.
-     *<P>
+     * <P>
      * This method is used by a <code>DragGestureRecognizer</code>
      * implementation to add an <code>InputEvent</code>
      * subclass (that it believes is one in a series
      * of events that comprise a Drag and Drop operation)
      * to the array of events that this
      * <code>DragGestureRecognizer</code> maintains internally.
-     * <P>
+     *
      * @param awtie the <code>InputEvent</code>
      * to add to this <code>DragGestureRecognizer</code>'s
      * internal array of events. Note that <code>null</code>