public class StubViewerPsiBasedTree extends java.lang.Object implements ViewerPsiBasedTree
ViewerPsiBasedTree.PsiTreeUpdaterDisposable.Parent| Constructor and Description |
|---|
StubViewerPsiBasedTree(Project project,
ViewerPsiBasedTree.PsiTreeUpdater updater) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Usually not invoked directly, see class javadoc.
|
void |
fillTreeForStub(PsiFileWithStubSupport file,
StubTree tree) |
void |
focusTree() |
javax.swing.JComponent |
getComponent() |
PsiElement |
getPsiElementForStub(StubElement<?> stub) |
boolean |
isFocusOwner() |
void |
reloadTree(PsiElement rootRootElement,
java.lang.String text) |
void |
selectNodeFromPsi(PsiElement element) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveListenerOfClass, selectNodeFromEditorpublic static final Logger LOG
public StubViewerPsiBasedTree(Project project, ViewerPsiBasedTree.PsiTreeUpdater updater)
public void reloadTree(PsiElement rootRootElement, java.lang.String text)
reloadTree in interface ViewerPsiBasedTreepublic javax.swing.JComponent getComponent()
getComponent in interface ViewerPsiBasedTreepublic boolean isFocusOwner()
isFocusOwner in interface ViewerPsiBasedTreepublic void focusTree()
focusTree in interface ViewerPsiBasedTreepublic void dispose()
Disposabledispose in interface Disposablepublic void selectNodeFromPsi(PsiElement element)
selectNodeFromPsi in interface ViewerPsiBasedTreepublic PsiElement getPsiElementForStub(StubElement<?> stub)
public void fillTreeForStub(PsiFileWithStubSupport file, StubTree tree)