|
Services Builder for CICS(R) 3270 Bridge v2.0.0.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableInt | |
com.attachmate.cicsbridge.ws |
Uses of MutableInt in com.attachmate.cicsbridge.ws |
Methods in com.attachmate.cicsbridge.ws with parameters of type MutableInt | |
int |
BridgeAPI.findString(int inScreen,
java.lang.String inString,
int inStartRow,
int inStartColumn,
int inFlags,
MutableInt outRow,
MutableInt outColumn)
Attempts to locate a given string on the current screen, beginning at a specified row and column position. |
int |
BridgeAPI.findString(java.lang.String inScreen,
java.lang.String inString,
int inStartRow,
int inStartColumn,
int inFlags,
MutableInt outRow,
MutableInt outColumn)
Attempts to locate a given string on the current screen, beginning at a specified row and column position. |
int |
BridgeAPI.getAllFieldInformation(int inScreen,
MutableInt outFieldCount,
MutableObject outFieldNames,
MutableObject outFieldValues,
MutableObject outFieldAttributes,
MutableObject outFieldRows,
MutableObject outFieldCols,
MutableObject outFieldLengths,
MutableObject outFieldColors,
MutableObject outFieldHighlights)
Retrieves the information of all fields on the current screen. |
int |
BridgeAPI.getAllFieldInformation(java.lang.String inScreen,
MutableInt outFieldCount,
MutableObject outFieldNames,
MutableObject outFieldValues,
MutableObject outFieldAttributes,
MutableObject outFieldRows,
MutableObject outFieldCols,
MutableObject outFieldLengths,
MutableObject outFieldColors,
MutableObject outFieldHighlights)
Retrieves the information of all fields on the current screen. |
int |
BridgeAPI.getAllFieldInformation(int inScreen,
MutableInt outFieldCount,
MutableObject outFieldNames,
MutableObject outFieldValues,
MutableObject outFieldAttributes,
MutableObject outFieldRows,
MutableObject outFieldCols,
MutableObject outFieldLengths)
Retrieves the information of all fields on the current screen. |
int |
BridgeAPI.getAllFieldInformation(java.lang.String inScreen,
MutableInt outFieldCount,
MutableObject outFieldNames,
MutableObject outFieldValues,
MutableObject outFieldAttributes,
MutableObject outFieldRows,
MutableObject outFieldCols,
MutableObject outFieldLengths)
Retrieves the information of all fields on the current screen. |
int |
BridgeAPI.getConnectionStatus(MutableInt outStatus)
Returns the status of the host connection. |
int |
BridgeAPI.getCursorPosition(MutableInt outRow,
MutableInt outColumn)
Retrieves the cursor position on the current host screen. |
int |
BridgeAPI.getFieldAttributes(int inScreen,
java.lang.String inField,
MutableInt outAttributes)
Retrieves the attributes of a specified field on the current screen. |
int |
BridgeAPI.getFieldAttributes(int inScreen,
int inField,
MutableInt outAttributes)
Retrieves the attributes of a specified field on the current screen. |
int |
BridgeAPI.getFieldAttributes(java.lang.String inScreen,
int inField,
MutableInt outAttributes)
Retrieves the attributes of a specified field on the current screen. |
int |
BridgeAPI.getFieldAttributes(java.lang.String inScreen,
java.lang.String inField,
MutableInt outAttributes)
Retrieves the attributes of a specified field on the current screen. |
int |
BridgeAPI.getFieldCoordinates(int inScreen,
int inField,
MutableInt outFieldRow,
MutableInt outFieldColumn,
MutableInt outFieldLength)
Retrieves the coordinates (row, column, and length) of a specified field on the current screen. |
int |
BridgeAPI.getFieldCoordinates(java.lang.String inScreen,
java.lang.String inField,
MutableInt outFieldRow,
MutableInt outFieldColumn,
MutableInt outFieldLength)
Retrieves the coordinates (row, column, and length) of a specified field on the current screen. |
int |
BridgeAPI.getFieldCoordinates(int inScreen,
java.lang.String inField,
MutableInt outFieldRow,
MutableInt outFieldColumn,
MutableInt outFieldLength)
Retrieves the coordinates (row, column, and length) of a specified field on the current screen. |
int |
BridgeAPI.getFieldCoordinates(java.lang.String inScreen,
int inField,
MutableInt outFieldRow,
MutableInt outFieldColumn,
MutableInt outFieldLength)
Retrieves the coordinates (row, column, and length) of a specified field on the current screen. |
int |
BridgeAPI.getFieldCount(int inScreen,
MutableInt outFieldCount)
Retrieves the coordinates (row, column, and length) of a specified field on the current screen. |
int |
BridgeAPI.getFieldCount(java.lang.String inScreen,
MutableInt outFieldCount)
Retrieves the coordinates (row, column, and length) of a specified field on the current screen. |
int |
BridgeAPI.getScreenSize(java.lang.String inScreen,
MutableInt outRows,
MutableInt outColumns)
Retrieves the size of the current screen. |
int |
BridgeAPI.getScreenSize(int inScreen,
MutableInt outRows,
MutableInt outColumns)
Retrieves the size of the current screen. |
int |
BridgeAPI.putString(java.lang.String inText,
int inRow,
int inColumn,
MutableInt outNumChars)
Writes text to the session presentation space beginning at the row and column specified. |
int |
BridgeAPI.sendKeysGetAllFieldInformation(java.lang.String inKeys,
MutableInt outFieldCount,
MutableObject outFieldNames,
MutableObject outFieldValues,
MutableObject outFieldAttributes,
MutableObject outFieldRows,
MutableObject outFieldCols,
MutableObject outFieldLengths,
MutableObject outFieldColors,
MutableObject outFieldHighlights)
Retrieves the information of all fields on the current screen. |
|
Services Builder for CICS(R) 3270 Bridge v2.0.0.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |