Secure iNet Factory

Uses of Class
com.jscape.inet.terminal.Cell

Packages that use Cell
com.jscape.inet.terminal Contains classes for parsing vt100 emulated data from a telnet server. 
 

Uses of Cell in com.jscape.inet.terminal
 

Methods in com.jscape.inet.terminal that return Cell
 Cell Row.cellAt(int index)
          Gives access to specified cell.
 Cell Screen.Cursor.getCell()
          Gives access to underlying Cell object.
 Cell Screen.getCell(int row, int column)
          Gives access to screen cell.
 Cell[][] Screen.getHistory()
          Represents history buffer as two dimensional array of Cell objects.
 Cell[] Row.toCellArray()
          Represents current row as array of Cell objects.
 Cell[][] Screen.toCellArray()
          Represents screen as two dimensional array of Cell objects.
 

Constructors in com.jscape.inet.terminal with parameters of type Cell
Cell(Cell cell)
          Copy constructor.
 


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved