Whole document tree
Appendix B : DragSourceContextPeer definitionAlthough 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. |