public abstract class CopyPastePostProcessor<T extends TextBlockTransferableData>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<CopyPastePostProcessor<? extends TextBlockTransferableData>> |
EP_NAME |
Constructor and Description |
---|
CopyPastePostProcessor() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<T> |
collectTransferableData(PsiFile file,
Editor editor,
int[] startOffsets,
int[] endOffsets)
This method will be run in the dispatch thread with alternative resolve enabled
|
java.util.List<T> |
extractTransferableData(java.awt.datatransfer.Transferable content) |
void |
processTransferableData(Project project,
Editor editor,
RangeMarker bounds,
int caretOffset,
Ref<java.lang.Boolean> indented,
java.util.List<T> values) |
public static final ExtensionPointName<CopyPastePostProcessor<? extends TextBlockTransferableData>> EP_NAME
public abstract java.util.List<T> collectTransferableData(PsiFile file, Editor editor, int[] startOffsets, int[] endOffsets)
public java.util.List<T> extractTransferableData(java.awt.datatransfer.Transferable content)
public void processTransferableData(Project project, Editor editor, RangeMarker bounds, int caretOffset, Ref<java.lang.Boolean> indented, java.util.List<T> values)