public interface SelectableTreeStructureProvider extends TreeStructureProvider
EP, EP_NAME| Modifier and Type | Method and Description |
|---|---|
PsiElement |
getTopLevelElement(PsiElement element)
Returns the element which should be selected in the tree when the "Select In" action is
invoked for the specified target.
|
getData, modifyPsiElement getTopLevelElement(PsiElement element)
element - element on which "Select In" was invoked.