public interface StructureViewBuilderProvider
Modifier and Type | Method and Description |
---|---|
StructureViewBuilder |
getStructureViewBuilder(FileType fileType,
VirtualFile file,
Project project)
Returns the structure view builder for the specified file.
|
StructureViewBuilder getStructureViewBuilder(FileType fileType, VirtualFile file, Project project)
fileType
- file type of the file to provide structure forfile
- The file for which the structure view builder is requested.project
- The project to which the file belongs.