public static final class JTextComponent.DropLocation extends TransferHandler.DropLocation
JTextComponent
s放置位置。
JTextComponent.getDropLocation()
Modifier and Type | Method and Description |
---|---|
Position.Bias |
getBias()
返回下降指数的偏差。
|
int |
getIndex()
返回将要将数据插入关联组件的索引。
|
String |
toString()
返回此下拉位置的字符串表示形式。
|
getDropPoint
public int getIndex()
public Position.Bias getBias()
public String toString()
toString
方法重写,继承类
TransferHandler.DropLocation
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.