public class GotoActionAction extends GotoActionBase implements DumbAware
GotoActionBase.GotoActionCallback<T>AnAction.TransparentUpdatemyInActionACTIONS_KEY, EMPTY_ARRAY| Constructor and Description |
|---|
GotoActionAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(AnActionEvent e)
Implement this method to provide your action handler.
|
void |
gotoActionPerformed(AnActionEvent e) |
static void |
openOptionOrPerformAction(java.lang.Object element,
java.lang.String enteredText,
Project project,
java.awt.Component component) |
static void |
performAction(java.lang.Object element,
java.awt.Component component,
AnActionEvent e) |
protected boolean |
requiresProject() |
getInitialText, getInitialTextForNavigation, getPsiContext, getPsiContext, hasContributors, showInSearchEverywherePopup, showNavigationPopup, showNavigationPopup, showNavigationPopup, showNavigationPopup, showNavigationPopup, showNavigationPopup, showNavigationPopup, showNavigationPopup, updateaddTextOverride, applyTextOverride, beforeActionPerformedUpdate, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbarclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisDumbAwarepublic void actionPerformed(AnActionEvent e)
AnActionactionPerformed in class GotoActionBasee - Carries information on the invocation placepublic void gotoActionPerformed(AnActionEvent e)
gotoActionPerformed in class GotoActionBasepublic static void openOptionOrPerformAction(java.lang.Object element,
java.lang.String enteredText,
Project project,
java.awt.Component component)
public static void performAction(java.lang.Object element,
java.awt.Component component,
AnActionEvent e)
protected boolean requiresProject()
requiresProject in class GotoActionBase