Uses of Class
com.grahamedgecombe.jterminal.TerminalCell

Packages that use TerminalCell
com.grahamedgecombe.jterminal Contains core JTerminal classes. 
com.grahamedgecombe.jterminal.vt100 Contains a terminal model roughly compatible with the VT100/ANSI standard. 
 

Uses of TerminalCell in com.grahamedgecombe.jterminal
 

Methods in com.grahamedgecombe.jterminal that return TerminalCell
 TerminalCell TerminalModel.getCell(int column, int row)
          Gets a cell.
 

Methods in com.grahamedgecombe.jterminal with parameters of type TerminalCell
 void TerminalModel.setCell(int column, int row, TerminalCell cell)
          Sets a cell.
 

Uses of TerminalCell in com.grahamedgecombe.jterminal.vt100
 

Methods in com.grahamedgecombe.jterminal.vt100 that return TerminalCell
 TerminalCell Vt100TerminalModel.getCell(int column, int row)
           
 

Methods in com.grahamedgecombe.jterminal.vt100 with parameters of type TerminalCell
 void Vt100TerminalModel.setCell(int column, int row, TerminalCell cell)
           
 



Copyright © 2009-2012. All Rights Reserved.