扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text类utilities的类成员方法: getwordend定义及介绍
发布时间:2014-2-18
本文导语:
getwordend
public static final int getwordend(jtextcomponent c,
int offs)
throws badlocationexception
确定针对给定位置的单词结尾。使用 breakiterator.getwordinstance() 来实际获得单词。
参数:c - 编辑器...