Interface ArrangeContainer

All Superinterfaces:
Component, CompositeComponent, Container, DepictedObject, Displayable, InfoModel, Iterable<Component>, LabelModel, LayoutComponent, Model, PresentationModel, com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable
All Known Implementing Classes:
ArrangePanel, PasswordAuthenticationPanel, SectionPanel, SequenceCardPanel

public interface ArrangeContainer extends Container
A container that that semantically demarcates an area that arranges other components. This container is usually styled to arrange the spacing between child components.
Author:
Garret Wilson