Uses of Class
org.jetbrains.bsp.bazel.projectview.model.sections.ProjectViewSectionHeader
-
Packages that use ProjectViewSectionHeader Package Description org.jetbrains.bsp.bazel.projectview.model.sections org.jetbrains.bsp.bazel.projectview.parser.sections -
-
Uses of ProjectViewSectionHeader in org.jetbrains.bsp.bazel.projectview.model.sections
Fields in org.jetbrains.bsp.bazel.projectview.model.sections declared as ProjectViewSectionHeader Modifier and Type Field Description protected ProjectViewSectionHeaderProjectViewSection. headerMethods in org.jetbrains.bsp.bazel.projectview.model.sections that return ProjectViewSectionHeader Modifier and Type Method Description static ProjectViewSectionHeaderProjectViewSectionHeader. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProjectViewSectionHeader[]ProjectViewSectionHeader. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jetbrains.bsp.bazel.projectview.model.sections with parameters of type ProjectViewSectionHeader Constructor Description ProjectViewSection(ProjectViewSectionHeader header) -
Uses of ProjectViewSectionHeader in org.jetbrains.bsp.bazel.projectview.parser.sections
Constructors in org.jetbrains.bsp.bazel.projectview.parser.sections with parameters of type ProjectViewSectionHeader Constructor Description ProjectViewListSectionParser(ProjectViewSectionHeader sectionHeader, boolean exclusionary)ProjectViewSectionParser(ProjectViewSectionHeader sectionHeader)
-