Uses of Interface
com.intellij.ide.structureView.StructureView

Packages that use StructureView
com.intellij.ide.structureView Provides interfaces for implementing customized implementations of the Structure View and the File Structure Popup. 
 

Uses of StructureView in com.intellij.ide.structureView
 

Methods in com.intellij.ide.structureView that return StructureView
 StructureView TreeBasedStructureViewBuilder.createStructureView(FileEditor fileEditor, Project project)
           
 StructureView StructureViewBuilder.createStructureView(FileEditor fileEditor, Project project)
          Returns the structure view implementation for the file displayed in the specified editor.
 StructureView StructureViewFactory.createStructureView(FileEditor fileEditor, StructureViewModel treeModel, Project project)
          Creates a structure view component instance for the specified editor.