Interface IScreenDesigner

All Known Implementing Classes:
ScreenDesigner

public interface IScreenDesigner
The screen designer interface hooks the paint and mouse functions.
  • Method Details Link icon

    • setTerminalWindow Link icon

      void setTerminalWindow(TerminalWindow window)
      Sets the TerminalWindow at creation.
    • paint Link icon

      void paint(Graphics2D g, int leftMargin, int topMargin, int cxFont, int cyFont, int cxFontReal, int cyFontReal, int cxScreen, int cyScreen, Rectangle clipRect)
      Paints the Graphics once the screen is drawn, before the cursor.
    • isCursorPresent Link icon

      boolean isCursorPresent()
      Cursor present (and blinking)?
    • isHotSpotEnabled Link icon

      boolean isHotSpotEnabled()
      Check for hotspot enabled.
    • getMarkingConstraints Link icon

      Rectangle getMarkingConstraints()
      Gets the rectangle marking constraints. This is used for pop-up windows.
      Returns:
      null If no constrains are present.
    • onDoubleClick Link icon

      void onDoubleClick(int x, int y)
      Marks the host field.