哪些Swing组件方法是线程安全的?

哪些Swing组件方法是线程安全的?,第1张

哪些Swing组件方法线程安全的?

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()


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5564903.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-14
下一篇 2022-12-14

发表评论

登录后才能评论

评论列表(0条)

保存