public interface StructureViewBuilder
TreeBasedStructureViewBuilder
-
should be used.Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<KeyedFactoryEPBean> |
EP_NAME |
static StructureViewBuilderProvider |
PROVIDER |
Modifier and Type | Method and Description |
---|---|
StructureView |
createStructureView(FileEditor fileEditor,
Project project)
Returns the structure view implementation for the specified file
|
static final ExtensionPointName<KeyedFactoryEPBean> EP_NAME
static final StructureViewBuilderProvider PROVIDER
StructureView createStructureView(FileEditor fileEditor, Project project)
fileEditor
- the editor for which the structure view is requested. Can be null if file is not open (e.g. structure is requested
from the project view)project
- the project containing the file for which the structure view is requested.TreeBasedStructureViewBuilder