| Package | Description |
|---|---|
| net.sf.freehost3270.client | |
| net.sf.freehost3270.gui |
| Modifier and Type | Method and Description |
|---|---|
RW3270Char |
RW3270.getChar()
This method returns the RW3270Char object at the current cursor
position
|
RW3270Char |
RW3270.getChar(int i)
This method is useful for retrieving the RW3270 character object at a
particular position on the screen.
|
RW3270Char[] |
RW3270Field.getChars()
Gets an array of RW3270Char objects representing the contents of this field.
|
RW3270Char[] |
RW3270.getDataBuffer()
Returns an array of RW3270Char objects representing the data buffer.
|
| Constructor and Description |
|---|
RW3270Field(RW3270Char fa,
RW3270 rw)
Not seen by end-programmers.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JTerminalScreen.paintChar(RW3270Char c)
Paints a char on the terminal panel.
|
Copyright © 2013. All Rights Reserved.