Package jexer.demos

Class DemoTableWindow

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

    public class DemoTableWindow
    extends TWindow
    This window demonstates the TTable widget.
    • Constructor Detail

      • DemoTableWindow

        public DemoTableWindow​(TApplication parent,
                               java.lang.String title)
        Public constructor makes a text window out of any string.
        Parameters:
        parent - the main application
        title - the text string
      • DemoTableWindow

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

      • onResize

        public void onResize​(TResizeEvent event)
        Handle window/screen resize events.
        Overrides:
        onResize in class TWindow
        Parameters:
        event - resize event