Package jexer

Class THelpWindow

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

    public class THelpWindow
    extends TWindow
    THelpWindow
    • Field Detail

      • HELP_HELP

        public static java.lang.String HELP_HELP
    • Constructor Detail

      • THelpWindow

        public THelpWindow​(TApplication application,
                           java.lang.String topic)
        Public constructor.
        Parameters:
        application - TApplication that manages this window
        topic - the topic to start on
      • THelpWindow

        public THelpWindow​(TApplication application,
                           Topic topic)
        Public constructor.
        Parameters:
        application - TApplication that manages this window
        topic - the topic to start on
      • THelpWindow

        public THelpWindow​(TApplication application)
        Public constructor.
        Parameters:
        application - TApplication that manages this window
    • Method Detail

      • onResize

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

        public CellAttributes getBorderControls()
        Retrieve the color used by the window movement/sizing controls.
        Overrides:
        getBorderControls in class TWindow
        Returns:
        the color used by the zoom box, resize bar, and close box
      • setHelpTopic

        public void setHelpTopic​(java.lang.String topic)
        Set the topic to display.
        Parameters:
        topic - the topic to display