Class ScreenFacetImpl<S extends Screen>

All Implemented Interfaces:
Facet, ScreenFacet<S>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ScreenFacetImpl<S extends Screen> extends AbstractScreenFacet<S>
  • Constructor Details

    • ScreenFacetImpl

      public ScreenFacetImpl()
  • Method Details

    • create

      public S create()
      Returns:
      new screen instance
    • show

      public S show()
      Description copied from interface: ScreenFacet
      Shows and returns screen.
    • createScreen

      protected S createScreen(FrameOwner frameOwner)