扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text类jtextcomponent.accessiblejtextcomponent的类成员方法: getcaretposition定义及介绍
发布时间:2014-2-18
本文导语:
getcaretposition
public int getcaretposition()
返回插入符的从零开始的偏移量。
注:插入符右边的那个字符将拥有与偏移量相同的索引值(插入符在两个字符之间)。
指定者:接口 accessibletext 中的 getcaretposition
返回:插入符的从...