/[classpath]/classpath/java/awt/dnd/MouseDragGestureRecognizer.java
ViewVC logotype

Diff of /classpath/java/awt/dnd/MouseDragGestureRecognizer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mkoch, Fri Sep 27 04:48:15 2002 UTC revision 1.2 by mkoch, Mon Feb 17 08:05:50 2003 UTC
# Line 45  import java.awt.event.MouseMotionListene Line 45  import java.awt.event.MouseMotionListene
45  /**  /**
46   * @author Michael Koch <konqueror@gmx.de>   * @author Michael Koch <konqueror@gmx.de>
47   */   */
   
48  public abstract class MouseDragGestureRecognizer  public abstract class MouseDragGestureRecognizer
49    extends DragGestureRecognizer    extends DragGestureRecognizer
50    implements MouseListener, MouseMotionListener    implements MouseListener, MouseMotionListener
51  {  {
52      /**
53       * Creates a <code>MouseDragGestureRecognizer</code> object.
54       */
55    protected MouseDragGestureRecognizer (DragSource ds, Component c, int act,    protected MouseDragGestureRecognizer (DragSource ds, Component c, int act,
56                                          DragGestureListener dgl)                                          DragGestureListener dgl)
57    {    {
58      super (ds, c, act, dgl);      super (ds, c, act, dgl);
59    }    }
60    
61      /**
62       * Creates a <code>MouseDragGestureRecognizer</code> object.
63       */
64    protected MouseDragGestureRecognizer (DragSource ds, Component c, int act)    protected MouseDragGestureRecognizer (DragSource ds, Component c, int act)
65    {    {
66      super (ds, c, act);      super (ds, c, act);
67    }    }
68    
69      /**
70       * Creates a <code>MouseDragGestureRecognizer</code> object.
71       */
72    protected MouseDragGestureRecognizer (DragSource ds, Component c)    protected MouseDragGestureRecognizer (DragSource ds, Component c)
73    {    {
74      super (ds, c);      super (ds, c);
75    }    }
76    
77      /**
78       * Creates a <code>MouseDragGestureRecognizer</code> object.
79       */
80    protected MouseDragGestureRecognizer (DragSource ds)    protected MouseDragGestureRecognizer (DragSource ds)
81    {    {
82      super (ds);      super (ds);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26