public class JavaClsStructureViewBuilderProvider extends java.lang.Object implements StructureViewBuilderProvider
| Constructor and Description |
|---|
JavaClsStructureViewBuilderProvider() |
| Modifier and Type | Method and Description |
|---|---|
StructureViewBuilder |
getStructureViewBuilder(FileType fileType,
VirtualFile file,
Project project)
Returns the structure view builder for the specified file.
|
public StructureViewBuilder getStructureViewBuilder(FileType fileType, VirtualFile file, Project project)
StructureViewBuilderProvidergetStructureViewBuilder in interface StructureViewBuilderProviderfileType - 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.