Class DefaultModalNavigationPanel<R>

Type Parameters:
R - The type of modal result this modal panel produces.
All Implemented Interfaces:
com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, io.clogr.Clogged, Box, Component, CompositeComponent, Container, LayoutComponent, ModalNavigationPanel<R>, Panel, Displayable, InfoModel, LabelModel, Model, PresentationModel, DepictedObject, Iterable<Component>

public class DefaultModalNavigationPanel<R> extends AbstractModalNavigationPanel<R>
Default implementation of a panel that represents a point of modal navigation with default region layout.
Author:
Garret Wilson
See Also: