public interface IdeView
LangDataKeys.IDE_VIEW
Modifier and Type | Method and Description |
---|---|
PsiDirectory [] |
getDirectories()
Returns the list of directories corresponding to the element currently selected in the view.
|
PsiDirectory |
getOrChooseDirectory()
Returns the directory for the element currently selected in the view.
|
default void |
selectElement(PsiElement element)
Selects the specified element in the view.
|
default void selectElement(PsiElement element)
element
- the element to select.PsiDirectory [] getDirectories()
PsiDirectory getOrChooseDirectory()