public interface EditorTextInsertHandler
Handlers
for EditorPaste
action
should implement this interface (it's required for text drag-n-drop functionality in editor).Modifier and Type | Method and Description |
---|---|
void |
execute(Editor editor,
DataContext dataContext,
Producer<java.awt.datatransfer.Transferable> producer) |
void execute(Editor editor, DataContext dataContext, Producer<java.awt.datatransfer.Transferable> producer)