|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.util.EventObject java.awt.dnd.DropTargetEvent
public class DropTargetEvent
DropTargetEvent
は、DropTargetDragEvent
および DropTargetDropEvent
の基底クラスです。ドラッグ&ドロップ操作の現在の状態、特に現在の DropTargetContext
をカプセル化します。
フィールドの概要 | |
---|---|
protected DropTargetContext |
context
この DropTargetEvent に関連した DropTargetContext です。 |
クラス java.util.EventObject から継承されたフィールド |
---|
source |
コンストラクタの概要 | |
---|---|
DropTargetEvent(DropTargetContext dtc)
指定された DropTargetContext で DropTargetEvent を構築します。 |
メソッドの概要 | |
---|---|
DropTargetContext |
getDropTargetContext()
このメソッドは、この DropTargetEvent に関連した DropTargetContext を返します。 |
クラス java.util.EventObject から継承されたメソッド |
---|
getSource, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected DropTargetContext context
DropTargetEvent
に関連した DropTargetContext
です。
コンストラクタの詳細 |
---|
public DropTargetEvent(DropTargetContext dtc)
DropTargetContext
で DropTargetEvent
を構築します。
dtc
- DropTargetContext
メソッドの詳細 |
---|
public DropTargetContext getDropTargetContext()
DropTargetEvent
に関連した DropTargetContext
を返します。
DropTargetContext
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。