Class AbstractDisplayPanel

    • Field Detail

      • m_PanelName

        protected String m_PanelName
        the name of the panel.
    • Constructor Detail

      • AbstractDisplayPanel

        public AbstractDisplayPanel​(String name)
        Initializes the panel.
        Parameters:
        name - the name of the panel
    • Method Detail

      • display

        public abstract void display​(Token token)
        Displays the token.
        Specified by:
        display in interface DisplayPanel
        Parameters:
        token - the token to display
      • clearPanel

        public abstract void clearPanel()
        Clears the content of the panel.
        Specified by:
        clearPanel in interface DisplayPanel
      • wrapUp

        public void wrapUp()
        Wraps up the execution.
        Default implementation does nothing.
        Specified by:
        wrapUp in interface DisplayPanel