目次 | 前の項目 | 次の項目 | ドラッグ&ドロップ |
この定義は、この仕様の標準的な部分ではありませんが、明確にするために含められています。
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(); }