public class BlockViewerPsiBasedTree extends java.lang.Object implements ViewerPsiBasedTree
| Modifier and Type | Class and Description |
|---|---|
class |
BlockViewerPsiBasedTree.BlockTreeSelectionListener |
ViewerPsiBasedTree.PsiTreeUpdaterDisposable.Parent| Constructor and Description |
|---|
BlockViewerPsiBasedTree(Project project,
ViewerPsiBasedTree.PsiTreeUpdater updater) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Usually not invoked directly, see class javadoc.
|
void |
focusTree() |
javax.swing.JComponent |
getComponent() |
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 BlockViewerPsiBasedTree(Project project, ViewerPsiBasedTree.PsiTreeUpdater updater)
public void reloadTree(PsiElement rootRootElement, java.lang.String text)
reloadTree in interface ViewerPsiBasedTreepublic void selectNodeFromPsi(PsiElement element)
selectNodeFromPsi 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 Disposable