public interface PasteProvider
Modifier and Type | Method and Description |
---|---|
boolean |
isPasteEnabled(DataContext dataContext) |
boolean |
isPastePossible(DataContext dataContext)
Should perform fast and memory cheap negation.
|
void |
performPaste(DataContext dataContext) |
void performPaste(DataContext dataContext)
boolean isPastePossible(DataContext dataContext)
boolean isPasteEnabled(DataContext dataContext)