Uses of Class
com.iizix.term.HostField
Packages that use HostField
Package
Description
Uses of HostField in com.iizigo.term.screen
Methods in com.iizigo.term.screen with parameters of type HostFieldModifier and TypeMethodDescriptionstatic org.eclipse.swt.widgets.Composite
ScreenDesigner.createHostFieldToolTip
(HostField hostField, org.eclipse.swt.widgets.Composite parent) Creates a tooltip composite for a host field.Uses of HostField in com.iizix.term
Fields in com.iizix.term declared as HostFieldMethods in com.iizix.term that return HostFieldModifier and TypeMethodDescriptionHostFields.get
(int pos) Gets a host field from a zero-based position.HostFields.get
(int x, int y) Gets a host field from a X/Y position.HostFields.getAll()
Gets a copy of the host fields array.HostScreen.getFieldAbsolute
(int pos) Gets a host field from a position.HostScreen.getFieldAbsolute
(int x, int y) Gets the host field from a X/Y position.HostScreen.getFieldRelative
(int x, int y) Gets the host field from a X/Y position relative to the current pop-up window.HostFields.getFirst
(boolean unprotectedOnly) Gets the first unprotected host field.HostFields.getFirst
(int pos) Gets the first host field from a zero-based position.HostFields.getFirst
(int x, int y) Gets the first host field from a X/Y position.HostScreen.getFirstFieldAbsolute
(int pos) Gets the first host field from a position.HostScreen.getFirstFieldAbsolute
(int x, int y) Gets the first host field from a X/Y position.HostScreen.getFirstFieldRelative
(int x, int y) Gets the first host field from a X/Y position.HostFields.getFirstUnprotected()
Gets the first unprotected host field.HostFields.getFromIndex
(int index) Gets a host field from an index.HostFields.getNext
(int x, int y, boolean unprotectedOnly) Gets the next unprotected host field.HostField.getNextField()
Gets the next host field.HostFields.getNextUnprotected
(int x, int y) Gets the next unprotected host field.HostFields.getPrevious
(int x, int y, boolean unprotectedOnly) Gets the previous unprotected host field.HostFields.getPreviousUnprotected
(int x, int y) Gets the previous unprotected host field.Methods in com.iizix.term with parameters of type HostFieldModifier and TypeMethodDescriptionvoid
Adds a host field definition.boolean
EmptyHostSession.doesFieldHaveExtendedAttributes
(HostField hostField) Checks if a host field has extended attributes or not.boolean
HostSessionPeer.doesFieldHaveExtendedAttributes
(HostField hostField) Checks if a host field has extended attributes or not.int
EmptyHostSession.getClientHostFieldFlags
(HostField hostField) Gets flags that are required for the client host fields for local editing, etc.int
HostSessionPeer.getClientHostFieldFlags
(HostField hostField) Gets flags that are required for the client host fields for local editing, etc.int
EmptyHostSession.getNewCharAttribute
(HostField hostField) Gets the attribute to use for new characters in a field that contains extended attributes (always zero for non-3270).int
HostSessionPeer.getNewCharAttribute
(HostField hostField) Gets the attribute to use for new characters in a field that contains extended attributes (always zero for non-3270).boolean
EmptyHostSession.setHostField
(HostField hostField, String data, int[] attrs) Sets a host field fully with text data and perhaps attributes (if these are non-null).boolean
HostSessionPeer.setHostField
(HostField hostField, String data, int[] attrs) Sets a host field fully with text data and perhaps attributes (if these are non-null).Uses of HostField in com.iizix.term.ee
Methods in com.iizix.term.ee with parameters of type HostFieldModifier and TypeMethodDescriptionboolean
HostSessionEE.doesFieldHaveExtendedAttributes
(HostField hostField) Checks if a host field has extended attributes or not.int
HostSessionEE.getClientHostFieldFlags
(HostField hostField) Gets flags that are required for the client host fields for local editing, etc.int
HostSessionEE.getNewCharAttribute
(HostField hostField) Gets the attribute to use for new characters in a field that contains extended attributes (always zero for non-3270).boolean
EEScreen.hasUnderline
(HostField f) Checks if the field has underline.boolean
HostSessionEE.hasUnderline
(HostField f) Checks if the field has underline.boolean
HostSessionEE.setHostField
(HostField hostField, String data, int[] attrs) Sets a host field fully with text data and perhaps attributes (if these are non-null).Uses of HostField in com.iizix.term.prop
Methods in com.iizix.term.prop that return HostFieldModifier and TypeMethodDescriptionScreenFieldProp.getHostField
(HostScreen screen) Gets the corresponding host field on the current host screen.ScreenFieldProp.getHostField
(HostScreen screen, boolean isDynamic) Gets the corresponding host field on the current host screen.ScreenFieldProp.getHostField
(HostScreen screen, int line) Gets the corresponding host field on the current host screen.Uses of HostField in com.iizix.term.tn3270e
Methods in com.iizix.term.tn3270e with parameters of type HostFieldModifier and TypeMethodDescriptionboolean
HostSession3270.doesFieldHaveExtendedAttributes
(HostField hostField) Checks if a host field has extended attributes or not.int
HostSession3270.getClientHostFieldFlags
(HostField hostField) Gets flags that are required for the client host fields for local editing, etc.int
HostSession3270.getNewCharAttribute
(HostField hostField) Gets the attribute to use for new characters in a field that contains extended attributes (always zero for non-3270).boolean
HostSession3270.setHostField
(HostField hostField, String data, int[] attrs) Sets a host field fully with text data and perhaps attributes (if these are non-null).Uses of HostField in com.iizix.term.tn5250e
Methods in com.iizix.term.tn5250e with parameters of type HostFieldModifier and TypeMethodDescriptionboolean
HostSession5250.doesFieldHaveExtendedAttributes
(HostField hostField) Checks if a host field has extended attributes or not.int
HostSession5250.getClientHostFieldFlags
(HostField hostField) Gets flags that are required for the client host fields for local editing, etc.int
HostSession5250.getNewCharAttribute
(HostField hostField) Gets the attribute to use for new characters in a field that contains extended attributes (always zero for non-3270).boolean
HostSession5250.setHostField
(HostField hostField, String data, int[] attrs) Sets a host field fully with text data and perhaps attributes (if these are non-null).