Interface DisplayPanelProvider

    • Method Detail

      • createDisplayPanel

        DisplayPanel createDisplayPanel​(Token token)
        Creates a new display panel for the token.
        Parameters:
        token - the token to display in a new panel, can be null
        Returns:
        the generated panel
      • displayPanelRequiresScrollPane

        boolean displayPanelRequiresScrollPane()
        Returns whether the created display panel requires a scroll pane or not.
        Returns:
        true if the display panel requires a scroll pane