org.swixml.converters

Class InsetsConverter

Implemented Interfaces:
Converter

public class InsetsConverter
extends java.lang.Object
implements Converter

The InsetsConverter class defines a converter that creates Insets objects based on a provided String.

Examples for Valid XML attribute notations:

 
 
Version:
$Revision: 1.1 $
Author:
Wolf Paulus
See Also:
java.awt.Insets, ConverterLibrary

Field Summary

static Class
TEMPLATE
converter's return type

Method Summary

Object
convert(Class type, Attribute attr, Localizer localizer)
Converts a Strings into an Insets object
Class
convertsTo()
A Converters conversTo method informs about the Class type the converter is returning when its convert method is called

Field Details

TEMPLATE

public static final Class TEMPLATE
converter's return type

Method Details

convert

public Object convert(Class type,
                      Attribute attr,
                      Localizer localizer)
Converts a Strings into an Insets object
Specified by:
convert in interface Converter
Parameters:
type - Class not used
attr - Attribute value needs to provide String containing comma sep. integers
Returns:
Object runtime type is subclass of Insets

convertsTo

public Class convertsTo()
A Converters conversTo method informs about the Class type the converter is returning when its convert method is called
Specified by:
convertsTo in interface Converter
Returns:
Class - the Class the converter is returning when its convert method is called

Copyright B) 2002 - 2005 - Wolf Paulus - CarlsbadCubes.com . All rights reserved.