The EditcodeEditwordFormatter bean is a utility class that formats a string with a specified edit code or edit word.
By calling the method String formatString (String inputStr), the bean formats inputStr to the type of editing format that you set. Before you can call this formatString method, you have to let the bean know the data length and data type of the input string by instantiating com.ibm.etools.iseries.ui.DataAttributes, and to set the editing type by using
This bean can stand alone, or it can be used with one of the JFormatted beans.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.