Class AbstractBox

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

public abstract class AbstractBox extends AbstractContainer implements Box
An abstract base class for boxes.
Author:
Garret Wilson
  • Constructor Details

    • AbstractBox

      public AbstractBox(Layout<? extends Constraints> layout)
      Layout constructor.
      Parameters:
      layout - The layout definition for the container.
      Throws:
      NullPointerException - if the given layout is null.