public abstract class PsiActionSupportFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
PsiActionSupportFactory.PsiElementSelector |
Constructor and Description |
---|
PsiActionSupportFactory() |
Modifier and Type | Method and Description |
---|---|
abstract CopyPasteSupport |
createPsiBasedCopyPasteSupport(Project project,
javax.swing.JComponent keyReceiver,
PsiActionSupportFactory.PsiElementSelector dataSelector) |
abstract DeleteProvider |
createPsiBasedDeleteProvider() |
static PsiActionSupportFactory |
getInstance() |
public static PsiActionSupportFactory getInstance()
public abstract CopyPasteSupport createPsiBasedCopyPasteSupport(Project project, javax.swing.JComponent keyReceiver, PsiActionSupportFactory.PsiElementSelector dataSelector)
public abstract DeleteProvider createPsiBasedDeleteProvider()