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()
IdeView
getOrChooseDirectory
in interface IdeView
public PsiDirectory [] getDirectories()
IdeView
getDirectories
in interface IdeView
public void selectElement(PsiElement element)
IdeView
selectElement
in interface IdeView
element
- the element to select.