Autoscroll.java: New file, merge from Classpath.
2002-10-03 Michael Koch <konqueror@gmx.de> * java/awt/dnd/Autoscroll.java: New file, merge from Classpath. * java/awt/dnd/DragSourceAdapter.java: (dragExit): Fixed typos in argument type. (dragDropEnd): Fixed typos in argument type. * java/awt/dnd/DragSourceDropEvent.java: New file, merge from Classpath. * java/awt/dnd/DropTarget.java: Added stubs, merge from Classpath. * java/awt/dnd/DropTargetAdapter.java: New file, merge from Classpath. * java/awt/dnd/DropTargetContext.java: New file, merge from Classpath. * java/awt/dnd/DropTargetDragEvent.java: New file, merge from Classpath. * java/awt/dnd/DropTargetDropEvent.java: New file, merge from Classpath. * java/awt/dnd/DropTargetEvent.java: New file, merge from Classpath. * java/awt/dnd/DropTargetListener.java: New file, merge from Classpath. * java/awt/dnd/MouseDragGestureRecognizer.java: New file, merge from Classpath. * java/awt/dnd/peer/DropTargetContextPeer.java: New file, merge from Classpath. From-SVN: r57777
This commit is contained in:
committed by
Michael Koch
parent
a8e8f5c359
commit
e37383993d
@@ -108,7 +108,7 @@ public abstract class DragSourceAdapter
|
||||
*
|
||||
* @param e the event
|
||||
*/
|
||||
public void dragExit(DragSourceDragEvent e)
|
||||
public void dragExit(DragSourceEvent e)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -120,7 +120,7 @@ public abstract class DragSourceAdapter
|
||||
*
|
||||
* @param e the event
|
||||
*/
|
||||
public void dragDropEnd(DragSourceDragEvent e)
|
||||
public void dragDropEnd(DragSourceDropEvent e)
|
||||
{
|
||||
}
|
||||
} // class DragSourceAdapter
|
||||
|
||||
Reference in New Issue
Block a user