Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse 文本编辑器通常通过扩展类来使用对象实现IDocument(通常也是众多接口)。IDocumentExtensionXXAbstractDocument
IDocument
IDocumentExtensionXX
AbstractDocument
该文档类提供编辑器显示的文本,并随着用户所做的更改而更新,因此它应该能够管理文件和显示表示之间的转换。