Class SectionPanel

All Implemented Interfaces:
com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, io.clogr.Clogged, ArrangeContainer, Box, Component, CompositeComponent, Container, LayoutComponent, Panel, SectionComponent, Displayable, InfoModel, LabelModel, Model, PresentationModel, DepictedObject, Iterable<Component>

public class SectionPanel extends ArrangePanel implements SectionComponent
A panel that demarcates a semantically significant area of the a parent component with arranged child components.

This components defaults to a SectionComponent.SectionType.SECTION section type.

Author:
Garret Wilson