jdk/src/share/classes/java/awt/dnd/DragSourceEvent.java
changeset 23588 b0269b21e313
parent 23010 6dadb192ad81
equal deleted inserted replaced
23587:55ccc7b19f84 23588:b0269b21e313
   129     }
   129     }
   130 
   130 
   131     /**
   131     /**
   132      * This method returns the <code>DragSourceContext</code> that
   132      * This method returns the <code>DragSourceContext</code> that
   133      * originated the event.
   133      * originated the event.
   134      * <P>
   134      *
   135      * @return the <code>DragSourceContext</code> that originated the event
   135      * @return the <code>DragSourceContext</code> that originated the event
   136      */
   136      */
   137 
   137 
   138     public DragSourceContext getDragSourceContext() {
   138     public DragSourceContext getDragSourceContext() {
   139         return (DragSourceContext)getSource();
   139         return (DragSourceContext)getSource();