扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text类gapcontent的类成员方法: remove定义及介绍
发布时间:2014-2-18
本文导语:
remove
public undoableedit remove(int where,
int nitems)
throws badlocationexception
移除部分内容。
指定者:接口 abstractdocument.content 中的 remove
参数:where - 起始位置,该值 >= 0 且 where + nitems < length()nitems...