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