Class DefaultApplicationFrame

All Implemented Interfaces:
com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, io.clogr.Clogged, ApplicationFrame, Component, CompositeComponent, ContentComponent, Frame, InputFocusableComponent, InputFocusGroupComponent, ModalComponent<Frame.Mode>, Displayable, InfoModel, LabelModel, Model, PresentationModel, DepictedObject

public class DefaultApplicationFrame extends AbstractApplicationFrame
Default implementation of an application frame with no default component.
Author:
Garret Wilson
  • Constructor Details

    • DefaultApplicationFrame

      public DefaultApplicationFrame()
      Default constructor.
    • DefaultApplicationFrame

      public DefaultApplicationFrame(Component component)
      Component constructor.
      Parameters:
      component - The single child component, or null if this frame should have no child component.
  • Method Details