站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档

Drag and Drop: DragSourceContextPeer definition - JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档

CONTENTS | PREV | NEXT Drag and Drop


Appendix B : DragSourceContextPeer definition

Although not a normative part of this specification this definition is included for clarity:

public interface DragSourceContextPeer {
 
    void startDrag(DragSourceContext dsc,
                   Cursor            c, 
                   Image             di,
                   Point             ioff
    ) throws InvalidDnDOperationException;
 
    Cursor getCursor();

    void   setCursor(Cursor c)
		     throws InvalidDnDOperationException;

    void transferablesFlavorsChanged();
}



CONTENTS | PREV | NEXT
Copyright © 1997, 1998 Sun Microsystems, Inc. All Rights Reserved.