Uses of Class
com.iizix.term.HostFields
Packages that use HostFields Package Description com.iizix.term com.iizix.term.ee com.iizix.term.tn3270e com.iizix.term.tn5250e Uses of HostFields in com.iizix.term
Methods in com.iizix.term that return HostFields Modifier and Type Method Description HostFields
HostScreen. getFields()
Gets all the host fields.Methods in com.iizix.term with parameters of type HostFields Modifier and Type Method Description void
EmptyHostSession. refreshHostFields(HostFields fields)
Refreshes the host fields of the current session.void
HostSessionPeer. refreshHostFields(HostFields fields)
Refreshes the host fields of the current session.Uses of HostFields in com.iizix.term.ee
Methods in com.iizix.term.ee with parameters of type HostFields Modifier and Type Method Description void
EEScreen. refreshHostFields(HostFields fields)
Refreshes the host fields of the current session.void
HostSessionEE. refreshHostFields(HostFields fields)
Refreshes the host fields of the current session.Uses of HostFields in com.iizix.term.tn3270e
Methods in com.iizix.term.tn3270e with parameters of type HostFields Modifier and Type Method Description void
HostSession3270. refreshHostFields(HostFields fields)
Refreshes the host fields of the current session.Uses of HostFields in com.iizix.term.tn5250e
Methods in com.iizix.term.tn5250e with parameters of type HostFields Modifier and Type Method Description void
HostSession5250. refreshHostFields(HostFields fields)
Refreshes the host fields of the current session.