Attachmate Verastream SDK for UMC Reference Guide v4.0

Uses of Class
com.attachmate.emulation.exception.ProtectedFieldException

Packages that use ProtectedFieldException
com.attachmate.UPG.common   
 

Uses of ProtectedFieldException in com.attachmate.UPG.common
 

Methods in com.attachmate.UPG.common that throw ProtectedFieldException
 int IScreenUPG.putString(java.lang.String inText, int inRow, int inColumn)
          Copies a string of text to the specified position in the presentation space, returning the number of characters written.
 int IScreenUPG.putStringEx(java.lang.String inText, int inStartRow, int inStartColumn, int inEndRow, int inEndColumn, int inArea, int inWrap, int inModes, boolean inFill)
          Copies a string of text to the specified position in the presentation space, returning the number of characters written.
 


Attachmate Verastream SDK for UMC Reference Guide v4.0