|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.swing.TransferHandler.DropLocation javax.swing.text.JTextComponent.DropLocation
public static final class JTextComponent.DropLocation
表示 JTextComponent
的放置位置 (drop location)。
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 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。