public interface PresentableCodeInsightActionHandler extends CodeInsightActionHandler
Modifier and Type | Method and Description |
---|---|
void |
update(Editor editor,
PsiFile file,
Presentation presentation) |
default void |
update(Editor editor,
PsiFile file,
Presentation presentation,
java.lang.String actionPlace) |
invoke
getElementToMakeWritable
startInWriteAction
void update(Editor editor, PsiFile file, Presentation presentation)
default void update(Editor editor, PsiFile file, Presentation presentation, java.lang.String actionPlace)