Constructor and Description |
---|
NavBarIdeView(NavBarPanel panel) |
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.
|
void |
selectElement(PsiElement element)
Selects the specified element in the view.
|
public NavBarIdeView(NavBarPanel panel)
public void selectElement(PsiElement element)
IdeView
selectElement
in interface IdeView
element
- the element to select.public PsiDirectory [] getDirectories()
IdeView
getDirectories
in interface IdeView
public PsiDirectory getOrChooseDirectory()
IdeView
getOrChooseDirectory
in interface IdeView