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.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 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 TypeMethodDescriptionvoidAdds 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, String data, int[] attrs) Sets a host field fully with text data and perhaps attributes (if these are non-null).booleanHostSessionPeer.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 TypeMethodDescriptionbooleanHostSessionEE.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, 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 TypeMethodDescriptionbooleanHostSession3270.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, 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 TypeMethodDescriptionbooleanHostSession5250.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, String data, int[] attrs) Sets a host field fully with text data and perhaps attributes (if these are non-null).