Class AbstractDisplayType

    • Constructor Detail

      • AbstractDisplayType

        public AbstractDisplayType()
    • Method Detail

      • updateOptions

        public abstract void updateOptions​(AbstractDisplay actor)
        Updates the options of the display actor, if necessary.
        Parameters:
        actor - the actor to update
      • init

        public abstract void init​(AbstractDisplay actor)
        Initializes the use of the display.
        Parameters:
        actor - the actor to display
      • show

        public abstract void show​(AbstractDisplay actor)
        Shows the display.
        Parameters:
        actor - the actor to display
      • wrapUp

        public abstract void wrapUp​(AbstractDisplay actor)
        Performs wrap up operations.
        Parameters:
        actor - the actor to wrap up
      • cleanUpGUI

        public abstract void cleanUpGUI​(AbstractDisplay actor)
        Cleans up the GUI.
        Parameters:
        actor - the actor to clean up