|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.TransferHandler.DropLocation
public static class TransferHandler.DropLocation
ドロップされたデータを挿入する位置を表します。これは、点をカプセル化する基底クラスです。ドロップをサポートするコンポーネントは、より多くの情報を含む、このクラスのサブクラスを提供する場合があります。
通常、開発者は、このクラスのインスタンスを作成または拡張するべきではありません。これらは、TransferSupport
インスタンスや、getDropLocation()
メソッドを使用するコンポーネントが、DnD 実装を使って提供するものです。
TransferHandler.TransferSupport.getDropLocation()
コンストラクタの概要 | |
---|---|
protected |
TransferHandler.DropLocation(Point dropPoint)
指定された点のドロップ位置を構築します。 |
メソッドの概要 | |
---|---|
Point |
getDropPoint()
コンポーネント内の現在のマウスの位置を表すドロップ位置を返します。 |
String |
toString()
このドロップ位置の文字列表現を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
protected TransferHandler.DropLocation(Point dropPoint)
dropPoint
- ドロップ位置。 コンポーネント内の現在のマウスの位置を表す
IllegalArgumentException
- 点が null
の場合メソッドの詳細 |
---|
public final Point getDropPoint()
public String toString()
Object
内の toString
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。