public class GotoFileAction extends GotoActionBase implements DumbAware
Modifier and Type | Class and Description |
---|---|
static class |
GotoFileAction.FileTypeComparator
A file type comparator.
|
protected static class |
GotoFileAction.GotoFileFilter |
GotoActionBase.GotoActionCallback<T>
AnAction.TransparentUpdate
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID |
myInAction
ACTIONS_KEY, EMPTY_ARRAY
Constructor and Description |
---|
GotoFileAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(AnActionEvent e)
Implement this method to provide your action handler.
|
void |
gotoActionPerformed(AnActionEvent e) |
getInitialText, getInitialTextForNavigation, getPsiContext, getPsiContext, hasContributors, requiresProject, showInSearchEverywherePopup, showNavigationPopup, showNavigationPopup, showNavigationPopup, showNavigationPopup, showNavigationPopup, showNavigationPopup, showNavigationPopup, showNavigationPopup, update
addTextOverride, applyTextOverride, beforeActionPerformedUpdate, 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
isDumbAware
public static final java.lang.String ID
public void actionPerformed(AnActionEvent e)
AnAction
actionPerformed
in class GotoActionBase
e
- Carries information on the invocation placepublic void gotoActionPerformed(AnActionEvent e)
gotoActionPerformed
in class GotoActionBase