Creating a formatter

To create a new formatter, subclass from the abstract class com.ibm.btt.rcp.visualbean.core.Converter and implement the following methods:

The formatter is used in a property editor, and consequently must be serializable. Therefore, you must specify a value for the "private static final long serialVersionUID" attribute, which will be the same in all the class versions.