Class ProjectViewSection<T extends ProjectViewSection<T>>
- java.lang.Object
-
- org.jetbrains.bsp.bazel.projectview.model.sections.ProjectViewSection<T>
-
- Direct Known Subclasses:
DirectoriesSection,TargetsSection
public abstract class ProjectViewSection<T extends ProjectViewSection<T>> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ProjectViewSectionHeaderheader
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectViewSection(ProjectViewSectionHeader header)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Tmerge(T otherSection)
-
-
-
Field Detail
-
header
protected final ProjectViewSectionHeader header
-
-
Constructor Detail
-
ProjectViewSection
protected ProjectViewSection(ProjectViewSectionHeader header)
-
-