A C D E F G I L P Q S T W 

A

action(String) - Method in class pw3270.terminal
Launch a lib3270 action by name.

C

cmp_string_at(int, int, String) - Method in class pw3270.terminal
Compare terminal contents.
connect(String, int) - Method in class pw3270.terminal
Connect to 3270 host.

D

disconnect() - Method in class pw3270.terminal
Disconnect from host.

E

enter() - Method in class pw3270.terminal
Send an "ENTER" action.
erase() - Method in class pw3270.terminal
 
erase_eof() - Method in class pw3270.terminal
Erase from cursor position until the end of the field.
erase_eol() - Method in class pw3270.terminal
 
erase_input() - Method in class pw3270.terminal
 

F

file_chooser_dialog(int, String, String, String) - Method in class pw3270.terminal
File selection dialog.
finalize() - Method in class pw3270.terminal
 

G

get_clipboard() - Method in class pw3270.terminal
 
get_copy() - Method in class pw3270.terminal
 
get_cursor_addr() - Method in class pw3270.terminal
Get cursor offset
get_encoding() - Method in class pw3270.terminal
Get the current lib3270 encoding.
get_field_len(int) - Method in class pw3270.terminal
Get the field length.
get_field_len() - Method in class pw3270.terminal
Get the current field length.
get_field_start(int) - Method in class pw3270.terminal
Get the field start address.
get_field_start() - Method in class pw3270.terminal
Get the current field start address.
get_is_protected(int) - Method in class pw3270.terminal
Check if the address is protected.
get_is_protected_at(int, int) - Method in class pw3270.terminal
Check if the address is protected.
get_next_unprotected(int) - Method in class pw3270.terminal
Get next field address.
get_next_unprotected() - Method in class pw3270.terminal
Get next field address.
get_revision() - Method in class pw3270.terminal
Get the current lib3270 revision.
get_secure() - Method in class pw3270.terminal
Get connection SSL state
get_string(int, int) - Method in class pw3270.terminal
Get terminal contents starting at desired address.
get_string_at(int, int, int) - Method in class pw3270.terminal
Get terminal contents starting at row, col.
get_version() - Method in class pw3270.terminal
Get the current lib3270 version.

I

input_string(String) - Method in class pw3270.terminal
 
is_connected() - Method in class pw3270.terminal
 
is_ready() - Method in class pw3270.terminal
 

L

log(String) - Method in class pw3270.terminal
 

P

pakey(int) - Method in class pw3270.terminal
Send a pakey to host.
pfkey(int) - Method in class pw3270.terminal
Send a pfkey to host.
popup_dialog(int, String, String, String) - Method in class pw3270.terminal
Open popup dialog.
print() - Method in class pw3270.terminal
Open print dialog.
pw3270 - package pw3270
 

Q

quit() - Method in class pw3270.terminal
quit remote pw3270 window.

S

set_clipboard(String) - Method in class pw3270.terminal
 
set_copy(String) - Method in class pw3270.terminal
 
set_cursor_addr(int) - Method in class pw3270.terminal
Set cursor offset in the terminal buffer.
set_cursor_position(int, int) - Method in class pw3270.terminal
Move cursor to selected position.
set_string_at(int, int, String) - Method in class pw3270.terminal
Set terminal contents at position.

T

terminal - Class in pw3270
 
terminal() - Constructor for class pw3270.terminal
Creates a tn3270 terminal without associating it with any pw3270 window.
terminal(String) - Constructor for class pw3270.terminal
Creates a tn3270 terminal associated with a pw3270 window.
toString() - Method in class pw3270.terminal
Get Screen contents.

W

wait(int) - Method in class pw3270.terminal
Wait for an specified amount of time.
wait_for_ready(int) - Method in class pw3270.terminal
Wait for terminal negociation.
wait_for_string_at(int, int, String, int) - Method in class pw3270.terminal
Wait for text at defined position
A C D E F G I L P Q S T W