简体   繁体   English

Java中的org.w3c.dom.Document撤消

[英]org.w3c.dom.Document undo in java

Is it possible to apply an UndoManager() to an org.w3c.dom.Document ? 是否可以将UndoManager()应用于org.w3c.dom.Document If not, is there any way for undo / redo an org.w3c.dom.Document ? 如果不是,是否有任何方法可以撤消/重做org.w3c.dom.Document

Thanks in advance. 提前致谢。

The DOM has no built-in undo mechanism. DOM没有内置的撤消机制。 If you want that, your application has to figure out how to provide it. 如果需要,您的应用程序必须弄清楚如何提供它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM