public class InlineStaticImportHandler extends JavaInlineActionHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REFACTORING_ID |
EP_NAME
Constructor and Description |
---|
InlineStaticImportHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
canInlineElement(PsiElement element) |
java.lang.String |
getActionName(PsiElement element) |
void |
inlineElement(Project project,
Editor editor,
PsiElement element) |
isEnabledForLanguage, isJavaLanguage
canInlineElementInEditor, isEnabledOnElement, isEnabledOnElement
public static final java.lang.String REFACTORING_ID
public boolean canInlineElement(PsiElement element)
canInlineElement
in class InlineActionHandler
public void inlineElement(Project project, Editor editor, PsiElement element)
inlineElement
in class InlineActionHandler
public java.lang.String getActionName(PsiElement element)
getActionName
in class InlineActionHandler