Interface WindowComponentContent


  • @OpenApiAll
    public interface WindowComponentContent
    The contents of the window component. Provides the real GUI component that is added to the window component.
    • Method Detail

      • getWindowComponent

        java.awt.Component getWindowComponent()
        Returns the window content component. The returned component is shown in the window.
        Returns:
        component to show in the window.
      • getDefaultFocusComponent

        @CheckForNull
        java.awt.Component getDefaultFocusComponent()
        Returns the component which by default will get the focus.
        Returns:
        component to get the focus.