Uses of Class
org.jetbrains.bsp.bazel.projectview.model.sections.ProjectViewSection
-
-
Uses of ProjectViewSection in org.jetbrains.bsp.bazel.projectview.model.sections
Classes in org.jetbrains.bsp.bazel.projectview.model.sections with type parameters of type ProjectViewSection Modifier and Type Class Description classProjectViewSection<T extends ProjectViewSection<T>> -
Uses of ProjectViewSection in org.jetbrains.bsp.bazel.projectview.model.sections.specific
Subclasses of ProjectViewSection in org.jetbrains.bsp.bazel.projectview.model.sections.specific Modifier and Type Class Description classDirectoriesSectionclassTargetsSection -
Uses of ProjectViewSection in org.jetbrains.bsp.bazel.projectview.parser
Classes in org.jetbrains.bsp.bazel.projectview.parser with type parameters of type ProjectViewSection Modifier and Type Class Description classProjectViewRawSectionParser<T extends ProjectViewSection>Methods in org.jetbrains.bsp.bazel.projectview.parser with type parameters of type ProjectViewSection Modifier and Type Method Description static <T extends ProjectViewSection>
ProjectViewRawSectionParser<T>ProjectViewRawSectionParser. forParser(ProjectViewSectionParser<T> parser) -
Uses of ProjectViewSection in org.jetbrains.bsp.bazel.projectview.parser.sections
Classes in org.jetbrains.bsp.bazel.projectview.parser.sections with type parameters of type ProjectViewSection Modifier and Type Class Description classProjectViewListSectionParser<T extends ProjectViewSection>classProjectViewSectionParser<T extends ProjectViewSection>Project view file section parser, implementation should parse raw string body into given section class
-