public class GotoNextElementUnderCaretUsageAction extends BaseCodeInsightAction
highlight usages
Modifier and Type | Class and Description |
---|---|
protected static class |
GotoElementUnderCaretUsageBase.Direction |
AnAction.TransparentUpdate
ACTIONS_KEY, EMPTY_ARRAY
Constructor and Description |
---|
GotoNextElementUnderCaretUsageAction() |
Modifier and Type | Method and Description |
---|---|
protected CodeInsightActionHandler |
getHandler() |
void |
invoke(Project project,
Editor editor,
PsiFile file) |
boolean |
startInWriteAction()
Indicate whether this action should be invoked inside write action.
|
getBaseEditor, getEditor, getInjectedEditor, getInjectedEditor, isValidForLookup, update
actionPerformed, actionPerformedImpl, beforeActionPerformedUpdate, getCommandName, isValidForFile, update, update
addTextOverride, applyTextOverride, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbar
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getElementToMakeWritable
isDumbAware
public GotoNextElementUnderCaretUsageAction()
protected CodeInsightActionHandler getHandler()
getHandler
in class CodeInsightAction
public void invoke(Project project, Editor editor, PsiFile file)
invoke
in interface CodeInsightActionHandler
public boolean startInWriteAction()
WriteActionAware
false
if e.g. modal dialog is shown inside the action.
If false
is returned the action itself is responsible for starting write action
when needed, by calling Application.runWriteAction(Runnable)
.startInWriteAction
in interface WriteActionAware
true
if the action requires a write action (default), false
otherwise.