Class AbstractPanel

All Implemented Interfaces:
com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, io.clogr.Clogged, Box, Component, CompositeComponent, Container, LayoutComponent, Panel, Displayable, InfoModel, LabelModel, Model, PresentationModel, DepictedObject, Iterable<Component>
Direct Known Subclasses:
AboutPanel, AbstractModalNavigationPanel, AbstractSequenceTaskPanel, AbstractValuedPanel, LayoutPanel, NamePanel, NavigationPathBreadcrumbLinkPanel, PlatformFileUploadPanel, Toolbar

public abstract class AbstractPanel extends AbstractContainer implements Panel
An abstract base class for panels.
Author:
Garret Wilson
  • Constructor Details

    • AbstractPanel

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