CONTENTS | PREV | NEXT | Drag and Drop |
Although not a normative part of this specification this definition is included for clarity:
public interface DragSourceContextPeer { void startDrag(DragSourceContext ds, AWTEvent trigger, Cursor c, int actions ) throws InvalidDnDOperationException; Component getComponent(); void cancelDrag() throws InvalidDnDOperationException; Cursor getCursor(); void setCursor(Cursor c) throws InvalidDnDOperationException; AWTEvent getTrigger(); }