扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jeditorpane.jeditorpaneaccessiblehypertextsupport的类成员方法: getlinkindex定义及介绍
发布时间:2014-2-18
本文导语:
getlinkindex
public int getlinkindex(int charindex)
返回超链接数组中与此字符索引关联的超链接索引;如果没有与此索引关联的超链接,则返回 -1。
指定者:接口 accessiblehypertext 中的 getlinkindex
参数:charindex - 文本中的索引
返回:...