| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.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 Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。