Uses of Class
com.iizix.term.HostField
Packages that use HostField Package Description com.iizigo.term.screen com.iizix.term com.iizix.term.ee com.iizix.term.prop com.iizix.term.tn3270e com.iizix.term.tn5250e Uses of HostField in com.iizigo.term.screen
Methods in com.iizigo.term.screen with parameters of type HostField Modifier and Type Method Description static 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 HostField Modifier and Type Field Description HostField
HostField. nextField
The next host field.Methods in com.iizix.term that return HostField Modifier and Type Method Description HostField
HostFields. get(int pos)
Gets a host field from a zero-based position.HostField
HostFields. get(int x, int y)
Gets a host field from a X/Y position.HostField[]
HostFields. getAll()
Gets a copy of the host fields array.HostField
HostScreen. getFieldAbsolute(int pos)
Gets a host field from a position.HostField
HostScreen. getFieldAbsolute(int x, int y)
Gets the host field from a X/Y position.HostField
HostScreen. getFieldRelative(int x, int y)
Gets the host field from a X/Y position relative to the current pop-up window.HostField
HostFields. getFirst(boolean unprotectedOnly)
Gets the first unprotected host field.HostField
HostFields. getFirst(int pos)
Gets the first host field from a zero-based position.HostField
HostFields. getFirst(int x, int y)
Gets the first host field from a X/Y position.HostField
HostScreen. getFirstFieldAbsolute(int pos)
Gets the first host field from a position.HostField
HostScreen. getFirstFieldAbsolute(int x, int y)
Gets the first host field from a X/Y position.HostField
HostScreen. getFirstFieldRelative(int x, int y)
Gets the first host field from a X/Y position.HostField
HostFields. getFirstUnprotected()
Gets the first unprotected host field.HostField
HostFields. getFromIndex(int index)
Gets a host field from an index.HostField
HostFields. getNext(int x, int y, boolean unprotectedOnly)
Gets the next unprotected host field.HostField
HostField. getNextField()
Gets the next host field.HostField
HostFields. getNextUnprotected(int x, int y)
Gets the next unprotected host field.HostField
HostFields. getPrevious(int x, int y, boolean unprotectedOnly)
Gets the previous unprotected host field.HostField
HostFields. getPreviousUnprotected(int x, int y)
Gets the previous unprotected host field.Methods in com.iizix.term with parameters of type HostField Modifier and Type Method Description void
HostFields. add(HostField field)
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, java.lang.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, java.lang.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 HostField Modifier and Type Method Description boolean
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, java.lang.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 HostField Modifier and Type Method Description HostField
ScreenFieldProp. getHostField(HostScreen screen)
Gets the corresponding host field on the current host screen.HostField
ScreenFieldProp. getHostField(HostScreen screen, boolean isDynamic)
Gets the corresponding host field on the current host screen.HostField
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 HostField Modifier and Type Method Description boolean
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, java.lang.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 HostField Modifier and Type Method Description boolean
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, java.lang.String data, int[] attrs)
Sets a host field fully with text data and perhaps attributes (if these are non-null).