public class StructureViewWrapperImpl extends java.lang.Object implements StructureViewWrapper, Disposable
Disposable.Parent
Modifier and Type | Field and Description |
---|---|
static Topic<java.lang.Runnable> |
STRUCTURE_CHANGED |
Constructor and Description |
---|
StructureViewWrapperImpl(Project project,
ToolWindowEx toolWindow) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Usually not invoked directly, see class javadoc.
|
protected boolean |
isStructureViewShowing() |
void |
rebuild() |
boolean |
selectCurrentElement(FileEditor fileEditor,
VirtualFile file,
boolean requestFocus) |
public static final Topic<java.lang.Runnable> STRUCTURE_CHANGED
public StructureViewWrapperImpl(Project project, ToolWindowEx toolWindow)
public void dispose()
Disposable
dispose
in interface Disposable
public boolean selectCurrentElement(FileEditor fileEditor, VirtualFile file, boolean requestFocus)
selectCurrentElement
in interface StructureViewWrapper
public void rebuild()
protected boolean isStructureViewShowing()