扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text接口document的类成员方法: insertstring定义及介绍
发布时间:2014-2-18
本文导语:
insertstring
void insertstring(int offset,
string str,
attributeset a)
throws badlocationexception
插入内容字符串。这将导致对注册的 documentlistener 发送类型为 documentevent.eventtype.insert 的 documentevent,除非...
相关文章推荐: