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 HostFieldsHostScreen. getFields()Gets all the host fields.Methods in com.iizix.term with parameters of type HostFields Modifier and Type Method Description voidEmptyHostSession. refreshHostFields(HostFields fields)Refreshes the host fields of the current session.voidHostSessionPeer. 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 voidEEScreen. refreshHostFields(HostFields fields)Refreshes the host fields of the current session.voidHostSessionEE. 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 voidHostSession3270. 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 voidHostSession5250. refreshHostFields(HostFields fields)Refreshes the host fields of the current session.