Uses of Interface
com.taco.data.INoReturnObservableMap

Packages that use INoReturnObservableMap
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. 
 

Uses of INoReturnObservableMap in com.taco.data
 

Subinterfaces of INoReturnObservableMap in com.taco.data
 interface 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.
 

Classes in com.taco.data that implement INoReturnObservableMap
 class DelayedResultObservableMap
          A useful type of WrappedObservableMap which is able to unwrap values that are instances of IDelayedResult.
 class ObservableMap
          A concrete implementation of IObservableMap.
 class WrappedObservableMap
          A map that wraps keys and values and is also observable.
 

Fields in com.taco.data declared as INoReturnObservableMap
protected  INoReturnObservableMap WrappedObservableMap._observableMap
          The observable map this instance decorates.
 

Uses of INoReturnObservableMap in com.taco.i18n.gui
 

Fields in com.taco.i18n.gui declared as INoReturnObservableMap
protected  INoReturnObservableMap LocaleSelectorPanel._argMap
           
 

Uses of INoReturnObservableMap in com.taco.swinger
 

Methods in com.taco.swinger that return INoReturnObservableMap
static INoReturnObservableMap SwingInvokeProxyFactory.makeSwingInvokeProxyMap()
          Return an observable map suitable for using as an argument map for the text2gui package.