public interface UsageTarget extends NavigationItem
Modifier and Type | Field and Description |
---|---|
static UsageTarget[] |
EMPTY_ARRAY |
EMPTY_NAVIGATION_ITEM_ARRAY
Modifier and Type | Method and Description |
---|---|
void |
findUsages()
Should open usage view and look for usages
|
default void |
findUsagesInEditor(FileEditor editor)
Should look for usages in one specific editor.
|
default VirtualFile [] |
getFiles() |
default void |
highlightUsages(PsiFile file,
Editor editor,
boolean clearHighlights) |
default boolean |
isReadOnly() |
boolean |
isValid() |
default void |
update() |
getName, getPresentation
canNavigate, canNavigateToSource, navigate
static final UsageTarget[] EMPTY_ARRAY
boolean isValid()
void findUsages()
default void findUsagesInEditor(FileEditor editor)
default boolean isReadOnly()
default VirtualFile [] getFiles()
default void update()