gpt4 book ai didi

java - 我们如何才能知道与 documentEvent 中的文档关联的 JeditorPane

转载 作者:行者123 更新时间:2023-12-01 10:07:03 26 4
gpt4 key购买 nike

为了在桌面java应用程序中链接文本 block ,我从JEditorPane继承来制作文本 block 。我的问题是,在 documentEvent 中,我需要检索与关联的 JEditorPane 关联的信息。但我不明白如何在 documentEvent 和 JEditorPane 之间建立链接。感谢您的帮助

最佳答案

没办法。该文档只是一个模型。同一文档实例可以设置为多个 JEditorPanes。

jEditlorPane2.setDocument(jEditlorPane1.getDocument())

您可以获得所有现有 JEditorPane 实例的列表,并迭代列表检查 Document 实例是否等于 jEditorPaneInstance.getDocument()

关于java - 我们如何才能知道与 documentEvent 中的文档关联的 JeditorPane,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36373592/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com