当前页面:
在线文档首页 >
JDK 5 Documentation v1.2.2, Java 2 SDK 英文文档
Drag and Drop: DragSourceContextPeer definition - JDK 5 Documentation v1.2.2, Java 2 SDK 英文文档
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.