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.CompositeScreenDesigner. 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 HostFieldHostField. nextFieldThe next host field.Methods in com.iizix.term that return HostField Modifier and Type Method Description HostFieldHostFields. get(int pos)Gets a host field from a zero-based position.HostFieldHostFields. 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.HostFieldHostScreen. getFieldAbsolute(int pos)Gets a host field from a position.HostFieldHostScreen. getFieldAbsolute(int x, int y)Gets the host field from a X/Y position.HostFieldHostScreen. getFieldRelative(int x, int y)Gets the host field from a X/Y position relative to the current pop-up window.HostFieldHostFields. getFirst(boolean unprotectedOnly)Gets the first unprotected host field.HostFieldHostFields. getFirst(int pos)Gets the first host field from a zero-based position.HostFieldHostFields. getFirst(int x, int y)Gets the first host field from a X/Y position.HostFieldHostScreen. getFirstFieldAbsolute(int pos)Gets the first host field from a position.HostFieldHostScreen. getFirstFieldAbsolute(int x, int y)Gets the first host field from a X/Y position.HostFieldHostScreen. getFirstFieldRelative(int x, int y)Gets the first host field from a X/Y position.HostFieldHostFields. getFirstUnprotected()Gets the first unprotected host field.HostFieldHostFields. getFromIndex(int index)Gets a host field from an index.HostFieldHostFields. getNext(int x, int y, boolean unprotectedOnly)Gets the next unprotected host field.HostFieldHostField. getNextField()Gets the next host field.HostFieldHostFields. getNextUnprotected(int x, int y)Gets the next unprotected host field.HostFieldHostFields. getPrevious(int x, int y, boolean unprotectedOnly)Gets the previous unprotected host field.HostFieldHostFields. 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 voidHostFields. add(HostField field)Adds a host field definition.booleanEmptyHostSession. doesFieldHaveExtendedAttributes(HostField hostField)Checks if a host field has extended attributes or not.booleanHostSessionPeer. doesFieldHaveExtendedAttributes(HostField hostField)Checks if a host field has extended attributes or not.intEmptyHostSession. getClientHostFieldFlags(HostField hostField)Gets flags that are required for the client host fields for local editing, etc.intHostSessionPeer. getClientHostFieldFlags(HostField hostField)Gets flags that are required for the client host fields for local editing, etc.intEmptyHostSession. getNewCharAttribute(HostField hostField)Gets the attribute to use for new characters in a field that contains extended attributes (always zero for non-3270).intHostSessionPeer. getNewCharAttribute(HostField hostField)Gets the attribute to use for new characters in a field that contains extended attributes (always zero for non-3270).booleanEmptyHostSession. 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).booleanHostSessionPeer. 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 booleanHostSessionEE. doesFieldHaveExtendedAttributes(HostField hostField)Checks if a host field has extended attributes or not.intHostSessionEE. getClientHostFieldFlags(HostField hostField)Gets flags that are required for the client host fields for local editing, etc.intHostSessionEE. getNewCharAttribute(HostField hostField)Gets the attribute to use for new characters in a field that contains extended attributes (always zero for non-3270).booleanEEScreen. hasUnderline(HostField f)Checks if the field has underline.booleanHostSessionEE. hasUnderline(HostField f)Checks if the field has underline.booleanHostSessionEE. 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 HostFieldScreenFieldProp. getHostField(HostScreen screen)Gets the corresponding host field on the current host screen.HostFieldScreenFieldProp. getHostField(HostScreen screen, boolean isDynamic)Gets the corresponding host field on the current host screen.HostFieldScreenFieldProp. 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 booleanHostSession3270. doesFieldHaveExtendedAttributes(HostField hostField)Checks if a host field has extended attributes or not.intHostSession3270. getClientHostFieldFlags(HostField hostField)Gets flags that are required for the client host fields for local editing, etc.intHostSession3270. getNewCharAttribute(HostField hostField)Gets the attribute to use for new characters in a field that contains extended attributes (always zero for non-3270).booleanHostSession3270. 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 booleanHostSession5250. doesFieldHaveExtendedAttributes(HostField hostField)Checks if a host field has extended attributes or not.intHostSession5250. getClientHostFieldFlags(HostField hostField)Gets flags that are required for the client host fields for local editing, etc.intHostSession5250. getNewCharAttribute(HostField hostField)Gets the attribute to use for new characters in a field that contains extended attributes (always zero for non-3270).booleanHostSession5250. 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).