Synchronizing MultiView Editors in Netbeans
Chaitanya Sarda <[email protected]> Tue, 5 Sep 2017 11:36:44 -0700
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Everybody, I am developing a plugin on netbeans and need help synchronizing multiview editors. I have created one TableEditor which implements MultiViewElement and am using MultiViewEditorElement class as my Source editor. I am having hard time synchronizing them. Can anybody give me some inspiration or direction on how to sycnhronize these two editors with respect to Undo/Redo and saving. Best, -Chaitanya Sarda