Uses of Package
com.taco.util

Packages that use com.taco.util
com.taco.data   
com.taco.swinger Provides utilities for programming with the Swing API, and specialized Swing components. 
com.taco.swinger.text2gui Provides converters from text to Swing components, layouts, and models. 
com.taco.swinger.text2gui.border Provides converters fromt text to Swing borders. 
com.taco.text Provides converters to and from text, and other text processing and formatting capabilities. 
com.taco.util Provides utility classes for a variety of purposes. 
 

Classes in com.taco.util used by com.taco.data
IIntMapper
          A mapping from integers to integers.
IObjectFilter
          An interface for filtering out objects that match a certain criteria.
IObjectMapper
          An interface for mapping objects to other objects.
 

Classes in com.taco.util used by com.taco.swinger
IDelayedResult
          A result that may be computed at a later time.
IObjectFilter
          An interface for filtering out objects that match a certain criteria.
 

Classes in com.taco.util used by com.taco.swinger.text2gui
IInterpolatingResourceBundleToObjectConverter
          An interface that specifies conversion of a set of keys in a resource bundle to an object.
IObjectMapper
          An interface for mapping objects to other objects.
 

Classes in com.taco.util used by com.taco.swinger.text2gui.border
IInterpolatingResourceBundleToObjectConverter
          An interface that specifies conversion of a set of keys in a resource bundle to an object.
 

Classes in com.taco.util used by com.taco.text
CachedDelayedResult
          An implementation of IDelayedResult which caches the computed result.
IDelayedResult
          A result that may be computed at a later time.
IInterpolatingResourceBundleToObjectConverter
          An interface that specifies conversion of a set of keys in a resource bundle to an object.
IIntMapper
          A mapping from integers to integers.
IObjectFilter
          An interface for filtering out objects that match a certain criteria.
IObjectMapper
          An interface for mapping objects to other objects.
 

Classes in com.taco.util used by com.taco.util
AbstractResourceBundleFactory
          An abstract implementation of IResourceBundleFactory that has provides implementations of methods that simply call other methods with default arguments.
AcceptAllObjectFilter
          An implementation of IObjectFilter that accepts all objects.
AccessibleResourceBundle
          A subclass of ResourcBundle whose attributes can be manipulated by instances of IResourceBundleFactory.
AccessibleResourceBundleAdapter
          Adapts an ordinary resource bundle to be an AccessibleResourceBundle.
BooleanMapper
          An implementation of IObjectMapper that returns a Boolean which represents an object.
BooleanToIntegerMapper
          An implementation of IObjectMapper that converts a true Boolean to 1, and everything else to 0.
CachedKeysResourceBundle
          A subclass of AccessibleResourceBundle that provides a useful implementation of getKeys().
ChainedResourceBundleFactory
          A factory for resource bundles that allows resource bundles to be chained.
CollectionToMatrixMapper
          A converter from collections of collections to Object matrices.
ConstantIntMapper
          An implementation of IIntMapper that maps all integers to a single constant.
DefaultObjectMapper
          An implementation of IObjectMapper that maps an object to itself.
DelayedResultForcer
          An object mapper which forces the evaluation of delayed results.
IDelayedResult
          A result that may be computed at a later time.
IIntMapper
          A mapping from integers to integers.
InvertMapper
          An implementation of IObjectMapper that returns a Boolean which represents the "inverted" value to map.
IObjectFilter
          An interface for filtering out objects that match a certain criteria.
IObjectMapper
          An interface for mapping objects to other objects.
IResourceBundleFactory
          An interface that specifies the creation and invalidation of resource bundles.
MultiLineProperties
          A subclass of java.util.Properties that allows a slightly more user-friendly syntax.
ObjectArrayMapper
          An object mapper that takes a collection or a object array and converts it to an object array.
ResourceBundleFactory
          A concrete implementation of IResourceBundleFactory.