| Constructor and Description |
|---|
IdeViewForProjectViewPane(java.util.function.Supplier<? extends AbstractProjectViewPane> supplier) |
| 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 IdeViewForProjectViewPane(java.util.function.Supplier<? extends AbstractProjectViewPane> supplier)
public PsiDirectory getOrChooseDirectory()
IdeViewgetOrChooseDirectory in interface IdeViewpublic PsiDirectory [] getDirectories()
IdeViewgetDirectories in interface IdeViewpublic void selectElement(PsiElement element)
IdeViewselectElement in interface IdeViewelement - the element to select.