Package com.iizigo.term.internal


package com.iizigo.term.internal
  • Class
    Description
    Abstract class that is used to parse data of a line on the screen to create hot spots such as function keys (or other send keys) and links.
    Handles hot spots of type "http://nnn" and "ftp://nnn".
    The screen designer interface hooks the paint and mouse functions.
    Terminal instance listener interface.
    Handles hot spots for function keys and other special keys.
    The Terminal class displays the window of the emulator.
    The status bar for the terminal window.
    This class creates and displays the terminal window inside a JComponent, typically a JFrame or JInternalFrame.
    This class listens to the terminal window display changes in terms of entering character data and pressing send keys.