Class AbstractDisplay

    • Constructor Detail

      • AbstractDisplay

        public AbstractDisplay()
    • Method Detail

      • preDisplay

        protected void preDisplay​(Token token)
        Before the token is displayed.

        Default implementation does nothing.
        Parameters:
        token - the token to display
      • display

        protected abstract void display​(Token token)
        Displays the token (the panel and dialog have already been created at this stage).
        Parameters:
        token - the token to display
      • postDisplay

        protected void postDisplay​(Token token)
        After the token has been displayed.

        Default implementation does nothing.
        Parameters:
        token - the token to display