/[classpath]/classpath/java/awt/dnd/peer/DragSourceContextPeer.java
ViewVC logotype

Diff of /classpath/java/awt/dnd/peer/DragSourceContextPeer.java

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

revision 1.1 by ericb, Wed May 8 07:53:54 2002 UTC revision 1.2 by cbj, Wed Feb 26 02:52:01 2003 UTC
# Line 42  import java.awt.Cursor; Line 42  import java.awt.Cursor;
42  import java.awt.Image;  import java.awt.Image;
43  import java.awt.Point;  import java.awt.Point;
44  import java.awt.dnd.DragSourceContext;  import java.awt.dnd.DragSourceContext;
45    import java.awt.dnd.InvalidDnDOperationException;
46    
47  /**  /**
48   * STUBBED   * STUBBED
49   */   */
50  public interface DragSourceContextPeer  public interface DragSourceContextPeer
51  {  {
52    void startDrag(DragSourceContext context, Cursor c, Image i, Point p);    public void startDrag(DragSourceContext context, Cursor c, Image i, Point p)
53    Cursor getCursor();      throws InvalidDnDOperationException;
54    void setCursor(Cursor c);    public Cursor getCursor();
55    void transferablesFlavorsChanged();    public void setCursor(Cursor c) throws InvalidDnDOperationException;
56      public void transferablesFlavorsChanged();
57  } // interface DragSourceContextPeer  } // interface DragSourceContextPeer

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