public class InternetAddressFormatter
extends DataFormatter
Formatter for exchanging Internet Address values between
DataBeans and user interface components.
If parsing is unsuccessful, an IllegalUserDataException is thrown.
Parses a string to produce a valid Internet Address.
Checked for four integers, separated by periods. The four integers must
be between 0 and 256.
Throws an IllegalUserDataException if parsing fails.