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, isJavaLanguagecanInlineElementInEditor, isEnabledOnElement, isEnabledOnElementpublic static final java.lang.String REFACTORING_ID
public boolean canInlineElement(PsiElement element)
canInlineElement in class InlineActionHandlerpublic void inlineElement(Project project, Editor editor, PsiElement element)
inlineElement in class InlineActionHandlerpublic java.lang.String getActionName(PsiElement element)
getActionName in class InlineActionHandler