Package jexer.demos

Class DemoPixelsWindow

  • All Implemented Interfaces:
    java.lang.Comparable<TWidget>

    public class DemoPixelsWindow
    extends TWindow
    Pixel-based operations.
    • Constructor Detail

      • DemoPixelsWindow

        public DemoPixelsWindow​(TApplication parent)
        Public constructor.
        Parameters:
        parent - the main application
    • Method Detail

      • onClose

        public void onClose()
        We need to override onClose so that the timer will no longer be called after we close the window. TTimers currently are completely unaware of the rest of the UI classes.
        Overrides:
        onClose in class TWindow
      • onCommand

        public void onCommand​(TCommandEvent command)
        Method that subclasses can override to handle posted command events.
        Overrides:
        onCommand in class TWindow
        Parameters:
        command - command event