Package br.app.pw3270

Class Terminal.CursorPosition

  • Enclosing class:
    Terminal

    public class Terminal.CursorPosition
    extends java.lang.Object
    Cursor position.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int col
      Cursor column.
      int row
      Cursor row.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • row

        public int row
        Cursor row.
      • col

        public int col
        Cursor column.