|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |