You can add your own drag and drop listener implementation of ro.sync.ecss.extensions.api.DnDHandler. You can choose from three interfaces to implement depending on whether you are using the framework with the Oxygen Eclipse plugin or the standalone version or if you want to add the handler for the Text or Author pages.
Interface | Description |
---|---|
ro.sync.exml.editor.xmleditor.pageauthor.AuthorCustomDnDHandler |
Receives callbacks from the Oxygen standalone application for Drag And Drop in Author mode. |
com.oxygenxml.editor.editors.author.AuthorDnDListener |
Receives callbacks from the Oxygen Eclipse plugin for Drag And Drop in Author mode. |
com.oxygenxml.editor.editors.TextDnDListener |
Receives callbacks from the Oxygen Eclipse plugin for Drag And Drop in Text mode. |