Uses of Class
com.taco.text.CollectionConverter

Packages that use CollectionConverter
com.taco.swinger.text2gui Provides converters from text to Swing components, layouts, and models. 
com.taco.text Provides converters to and from text, and other text processing and formatting capabilities. 
 

Uses of CollectionConverter in com.taco.swinger.text2gui
 

Fields in com.taco.swinger.text2gui declared as CollectionConverter
protected static CollectionConverter JTableConverter._CLASS_AND_INSTANCE_COLLECTION_CONVERTER
           
static CollectionConverter ICommonGUIConverters.RANGE_COLLECTION_CONVERTER
          A converter pair that converts to collections of ranges.
 

Uses of CollectionConverter in com.taco.text
 

Fields in com.taco.text declared as CollectionConverter
static CollectionConverter CollectionConverter.INSTANCE_COLLECTION_CONVERTER
          A converter to collections of instances.
static CollectionConverter CollectionConverter.INTEGER_COLLECTION_CONVERTER
          A converter to collections of integers.
static CollectionConverter CollectionConverter.STRING_COLLECTION_CONVERTER
          A converter to collections of strings.