Package jexer.demos

Class DemoEditorWindow

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

    public class DemoEditorWindow
    extends TWindow
    This window demonstates the TEditor widget.
    • Constructor Detail

      • DemoEditorWindow

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

        public DemoEditorWindow​(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