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()
Disposabledispose in interface Disposablepublic boolean selectCurrentElement(FileEditor fileEditor, VirtualFile file, boolean requestFocus)
selectCurrentElement in interface StructureViewWrapperpublic void rebuild()
protected boolean isStructureViewShowing()