Google告诉我,至少那些是线程安全的。以下是链接再次断开的情况的概述:
JTextPane
replaceSelection()
insertComponent()
insertIcon()
setLogicalStyle()
setCharacterAttributes()
setParagraphAttributes()
Jtextarea
insert()
append()
replaceRange()
JTextComponent
replaceSelection()
setText()
print()
getPrintable()
UndoManager
- 所有方法。
DefaultStyleddocument
insert()
setLogicalStyle()
setCharacterAttributes()
setParagraphAttributes()
StyleContext
addAttribute()
addAttributes()
removeAttribute()
removeAttributes()
reclaim()
Abstractdocument
render()
remove()
insertString()
createPosition()
Plaindocument
insertString()
HTMLdocument
setParagraphAttributes()
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)