| Advanced Customization Tutorial - Document Type Associations / Configuring Extensions | |
Sometimes it is useful to perform various operations when certain objects are dropped from outside sources in the editing area. You can choose from three interfaces to implement depending on whether you are using the framework with the Eclipse plugin or the standalone version of the application or if you want to add the handler for the Text or Author modes.
| Interface | Description |
|---|---|
| ro.sync.exml.editor.xmleditor.pageauthor.AuthorDnDListener |
Receives callbacks from the standalone application for Drag And Drop in Author mode. |
| com.oxygenxml.editor.editors.author.AuthorDnDListener |
Receives callbacks from the Eclipse plugin for Drag And Drop in Author mode. |
| com.oxygenxml.editor.editors.TextDnDListener |
Receives callbacks from the Eclipse plugin for Drag And Drop in Text mode. |