Uses of Class
com.taco.text.KeyLookupRecord

Packages that use KeyLookupRecord
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. 
com.taco.util Provides utility classes for a variety of purposes. 
 

Uses of KeyLookupRecord in com.taco.swinger.text2gui
 

Methods in com.taco.swinger.text2gui with parameters of type KeyLookupRecord
protected  java.lang.Object DispatchingLayoutConverter._toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context, java.lang.String globalName)
          Set the container's layout once the layout has been converted.
protected  java.lang.Object DispatchingLayoutConverter.GridBagLayoutConverter._toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context, java.lang.String globalName)
          Return a new grid bag layout, without checking the argument resource bundle.
protected  java.lang.Object DispatchingLayoutConverter.OverlayLayoutConverter._toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context, java.lang.String globalName)
           
 java.lang.Object ComponentConstraintPairConverter.toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context)
          There is no point in overriding _toObject() instead since we don't expect to put an instance of ComponentAndSavedConstraintData in the global variable space.
 java.lang.Object ComponentAddStrategy.toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context)
          Convert a set of resource bundle keys representing a constraint to an actual constraint.
 java.lang.Object ComponentAddStrategy.toObject(java.lang.String s, java.util.ResourceBundle bundle, INoReturnMap argMap, KeyLookupRecord context)
          Convert a string representing a constraint to an actual constraint.
 

Uses of KeyLookupRecord in com.taco.text
 

Methods in com.taco.text that return KeyLookupRecord
 KeyLookupRecord KeyLookupRecord.clearPropertyName()
          Set the property name to null so any further lookups are not associated with the current property name.
 KeyLookupRecord KeyLookupRecord.reset()
          Put this instance back into its initial state.
 KeyLookupRecord KeyLookupRecord.setPropertyName(java.lang.String propertyName)
          Associate the next argument map key with propertyName the next time recordKeyLookup() is called.
 

Methods in com.taco.text with parameters of type KeyLookupRecord
protected  void ImmutableCompositeConverter._addMapConsistencyListeners(KeyLookupRecord keyLookupRecord, java.lang.Object composite, INoReturnMap argMap)
          Do nothing, since properties cannot be changed after creation.
protected  void CompositeConverter._addMapConsistencyListeners(KeyLookupRecord keyLookupRecord, java.lang.Object composite, INoReturnMap argMap)
          If composite is a bean and supports bound properties, add a property change listener to the bean that updates the observable map when the bean's property is changed.
protected  void BracedPropertyCompositeConverter._addProperties(java.lang.Object composite, java.util.Map resultMap, java.util.Collection propertyNames, java.util.ResourceBundle bundle, INoReturnMap argMap, KeyLookupRecord keyLookupRecord, java.util.Map propertyMap)
          Given a map of property names to InterpolatedValueMatchResult, convert the results that are members of propertyNames to property values and put them in propertyMap.
protected  void CompositeConverter._addProperties(java.lang.Object composite, java.lang.String baseKey, java.util.Collection propertyNames, java.util.ResourceBundle bundle, INoReturnMap argMap, KeyLookupRecord context, java.util.Map propertyMap)
          Create all properties with the argument collection of property names, and put them in the property map.
protected  void ImmutableCompositeConverter._addUpdaterListeners(KeyLookupRecord keyLookupRecord, java.lang.Object composite, INoReturnMap argMap)
          Do nothing, since properties cannot be changed after creation.
protected  void CompositeConverter._addUpdaterListeners(KeyLookupRecord keyLookupRecord, java.lang.Object composite, INoReturnMap argMap)
          Add listeners to the observable argument map, so that the composite's properties will be updated on changes to the argument map.
protected  java.lang.Object InterpolatingConverter._argMapReferenceToObject(InterpolatedValueMatchResult result, java.util.ResourceBundle bundle, INoReturnMap argMap, KeyLookupRecord context)
          Convert a result which is a reference to a value in the argument map to an object.
protected  java.lang.Object InterpolatingConverter._literalResultToObject(InterpolatedValueMatchResult result, java.util.ResourceBundle bundle, INoReturnMap argMap, KeyLookupRecord context)
          Convert a result which is a literal to an object.
protected  java.lang.Object InterpolatingConverter._scriptSnippetToObject(java.lang.String code, java.util.ResourceBundle bundle, INoReturnMap argMap, KeyLookupRecord context, java.util.Map extraEnvironment, java.util.Collection extraImports, java.util.Collection extraStaticImports)
          Given a code snippet, convert the code into an object.
protected  java.lang.Object StringConverter._toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context, java.lang.String globalName)
          If baseKey is mapped to null, return null.
protected  java.lang.Object RangeConverter._toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context, java.lang.String globalName)
          If the base key is mapped to an integer array, return it.
protected  java.lang.Object QuotedStringConverter._toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context, java.lang.String globalName)
           
protected  java.lang.Object MessageFormatConverter._toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context, java.lang.String globalName)
           
protected  java.lang.Object InterpolatingConverter._toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context, java.lang.String globalName)
          If the value associated with baseKey is a non-null string, use this instance to convert it to an object.
protected  java.lang.Object DispatchingConverter._toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context, java.lang.String globalName)
           
protected  java.lang.Object CompositeConverter._toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context, java.lang.String globalName)
           
protected  java.lang.Object CollectionConverter._toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context, java.lang.String globalName)
          If baseKey is mapped to a string, send it to toObject(String, ResourceBundle, INoReturnMap, String).
 java.lang.Object InterpolatingConverter.toObject(InterpolatedValueMatchResult result, java.util.ResourceBundle bundle, INoReturnMap argMap, KeyLookupRecord context)
          Given a result that has just been parsed from a literal, return the object meant by the result.
 java.lang.Object PunctuationStrippingConverter.toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context)
          Simply delegate to the converter specified in the constructor.
 java.lang.Object InterpolatingConverter.toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context)
          Call _toObject(bundle, baseKey, argMap, context).
 java.lang.Object ChainedInterpolatingConverter.toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context)
          Use the decoratee to convert the bundle key, then pass the result to the object mapper to obtain the final result.
 java.lang.Object InterpolatingConverter.toObject(java.lang.String s, java.util.ResourceBundle bundle, INoReturnMap argMap, KeyLookupRecord context)
          If s is a reference, resolve it using this instance as both the resource and string converter for the eventual literal.
 java.lang.Object IInterpolatingStringToObjectConverter.toObject(java.lang.String s, java.util.ResourceBundle bundle, INoReturnMap argMap, KeyLookupRecord context)
           
 java.lang.Object ChainedInterpolatingConverter.toObject(java.lang.String s, java.util.ResourceBundle bundle, INoReturnMap argMap, KeyLookupRecord context)
          Use the decoratee to convert the string, then pass the result to the object mapper to obtain the final result.
 

Uses of KeyLookupRecord in com.taco.util
 

Methods in com.taco.util with parameters of type KeyLookupRecord
 java.lang.Object IInterpolatingResourceBundleToObjectConverter.toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context)