|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.TransferHandler.DropLocation javax.swing.text.JTextComponent.DropLocation
public static final class JTextComponent.DropLocation
JTextComponent
のドロップ位置を示します。
JTextComponent.getDropLocation()
メソッドの概要 | |
---|---|
Position.Bias |
getBias()
ドロップインデックスのバイアスを返します。 |
int |
getIndex()
ドロップされたデータを挿入する、関連コンポーネント内のインデックス位置を返します。 |
String |
toString()
このドロップ位置の文字列表現を返します。 |
クラス javax.swing.TransferHandler.DropLocation から継承されたメソッド |
---|
getDropPoint |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
メソッドの詳細 |
---|
public int getIndex()
public Position.Bias getBias()
public String toString()
TransferHandler.DropLocation
内の toString
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。