Interface PanelFactory<T extends ApplicationWindowAction<?>>

  • Type Parameters:
    T - the class of the events used to request new panels

    public interface PanelFactory<T extends ApplicationWindowAction<?>>
    An interface for creating content panes for new windows.
    See Also:
    FrameManager
    • Method Detail

      • createPanel

        java.awt.Container createPanel​(T action)
      • createPanel

        java.awt.Container createPanel()