Uses of Package
com.taco.data

Packages that use com.taco.data
com.taco.data   
com.taco.i18n.gui Provides classes that aid in internationalizing Swing components. 
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.data used by com.taco.data
AbstractNoReturnMap
          An abstract implementation of INoReturnMap to make concrete implementations of INoReturnMap easier to write.
AbstractNoReturnMap.NoReturnEntry
          An implementation of INoReturnEntry.
AbstractNoReturnMap.NoReturnEntrySet
          The entry set returned by entrySetNoReturn(), which wraps the ordinary entry set.
ICollectionFactory
          A factory that creates instances of Collection.
IDelayedResultObservableMap
          A marker interface that observable, no return maps implement to indicate that instances of IDelayedResult can be put into the map, and they are transparently evaluated when get() retrieves them.
IMapFactory
          An factory for creating maps.
INoReturnMap
          A map which has modification methods that return no value.
INoReturnMap.INoReturnEntry
          The sub-interface of Entry which the instances in the entry set implement.
INoReturnObservableMap
          A combination of INoReturnMap and IObservableMap.
INoReturnObservableMap.INoReturnObservableEntry
           
INotificationStrategy
          An interface that specifies how to notify listeners.
IObservableMap
          A map that notifies listeners when its values are changed.
IObservableMap.IObservableEntry
          A map entry whose associated listeners can be modified.
ListSet
          A list of objects presented as a set.
ObservableMap
          A concrete implementation of IObservableMap.
SimpleMapEntry
          A concrete implementation of Map.Entry.
SoftValueMap.SoftValue
          The values actually put into the storage map.
WrappedKeyValueMap
          An implementation of Map that automatically wraps and unwraps both keys and values.
WrappedKeyValueMap.WrappedEntry
          Represents a map entry in the entry set.
WrappedKeyValueMap.WrappedEntryIterator
          An iterator over the entry set.
WrappedKeyValueMap.WrappedEntrySet
          A class that acts as the entry set of a WrappedKeyValueMap.
WrappedObservableMap
          A map that wraps keys and values and is also observable.
 

Classes in com.taco.data used by com.taco.i18n.gui
INoReturnObservableMap
          A combination of INoReturnMap and IObservableMap.
 

Classes in com.taco.data used by com.taco.swinger
AbstractNotificationStrategy
          An abstract implementation of INotificationStrategy which creates a PropertyChangeEvent based on the multiple argument form of notifyListeners(), and calls notifyListeners() with the event.
INoReturnObservableMap
          A combination of INoReturnMap and IObservableMap.
INotificationStrategy
          An interface that specifies how to notify listeners.
 

Classes in com.taco.data used by com.taco.swinger.text2gui
INoReturnMap
          A map which has modification methods that return no value.
 

Classes in com.taco.data used by com.taco.swinger.text2gui.border
INoReturnMap
          A map which has modification methods that return no value.
 

Classes in com.taco.data used by com.taco.text
IMapFactory
          An factory for creating maps.
INoReturnMap
          A map which has modification methods that return no value.
 

Classes in com.taco.data used by com.taco.util
INoReturnMap
          A map which has modification methods that return no value.