public class GotoClassAction extends GotoActionBase implements DumbAware
GotoActionBase.GotoActionCallback<T>AnAction.TransparentUpdatemyInActionACTIONS_KEY, EMPTY_ARRAY| Constructor and Description |
|---|
GotoClassAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(AnActionEvent e)
Implement this method to provide your action handler.
|
static Navigatable |
findMember(java.lang.String memberPattern,
java.lang.String fullPattern,
PsiElement psiElement,
VirtualFile file) |
static PsiElement |
getElement(PsiElement element,
java.lang.String path) |
void |
gotoActionPerformed(AnActionEvent e) |
protected boolean |
hasContributors(DataContext dataContext) |
getInitialText, getInitialTextForNavigation, getPsiContext, getPsiContext, requiresProject, 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 Navigatable findMember(java.lang.String memberPattern, java.lang.String fullPattern, PsiElement psiElement, VirtualFile file)
public static PsiElement getElement(PsiElement element, java.lang.String path)
protected boolean hasContributors(DataContext dataContext)
hasContributors in class GotoActionBase