Interface StyleContext

    • Method Detail

      • getContentComponent

        javax.swing.JComponent getContentComponent()
        Returns the UI component of the current Screen as returned by Screen.createComponent(). It is the responsibility of the style to embed this component when Style.createComponent() is called.
        Returns:
        the UI component
      • getTitle

        java.lang.String getTitle()
        The title of the screen as returned by Screen.getTitle(). It is the responsibility of the style to display this title when Style.createComponent() is called.
        Returns:
        the title
      • getSubTitle

        java.lang.String getSubTitle()
        The subtitle of the screen as returned by Screen.getSubTitle(). It is the responsibility of the style to display this subtitle when Style.createComponent() is called.
        Returns:
        the title