Interface DisplayPanel

    • Method Detail

      • getPanelName

        String getPanelName()
        Returns the name of the panel.
        Returns:
        the name
      • display

        void display​(Token token)
        Displays the token.
        Parameters:
        token - the token to display
      • clearPanel

        void clearPanel()
        Clears the content of the panel.
      • wrapUp

        void wrapUp()
        Wraps up the execution.