Package org.java.plugin.extension.converter

Interface Summary
Converter<Source,Target> Implementations convert from source to target type.
ExtendedConverter<Source,Target> This extension of Converter is able to describe it source and target type.
 

Class Summary
ConverterGraph This class can be used to find instances of Converter that can be used to convert one data type into the other.
Converters Collection of default converters
Converters.Image2Icon Creates an ImageIcon from the given image
Converters.Object2String Simple toString() based object to string converter
Converters.String2Boolean Converts String to boolean.
Converters.String2Byte  
Converters.String2Character  
Converters.String2Class Loads Class from stringusing given laoder
Converters.String2Double  
Converters.String2File Convert from a string to a file using the files string constructor
Converters.String2Float  
Converters.String2Integer  
Converters.String2Long  
Converters.String2Short  
Converters.String2Url Converts a String to an URL.
Converters.Url2Image Loads an image from the given URL or returns null
StringConverter<T> Converts Strings to target type.
TypeConverter This converts a String to a type, with respect to generics.
TypeConverter.WildcardTypeImpl WildcardType implementation that supports multiple lower and upper bounds
 



Copyright © 2010. All Rights Reserved.