Uses of Interface
com.taco.util.IObjectMapper

Packages that use IObjectMapper
com.taco.data   
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 IObjectMapper in com.taco.data
 

Fields in com.taco.data declared as IObjectMapper
protected  IObjectMapper WrappedObservableMap.WrappedNotificationStrategy._keyUnwrapper
          The key unwrapper.
protected  IObjectMapper WrappedKeyValueMap._keyUnwrapper
          The key unwrapper.
protected  IObjectMapper WrappedKeyValueMap._keyWrapper
          The key wrapper.
protected  IObjectMapper WrappedObservableMap.WrappedNotificationStrategy._valueUnwrapper
          The value unwrapper.
protected  IObjectMapper WrappedKeyValueMap._valueUnwrapper
          The value unwrapper.
protected  IObjectMapper WrappedKeyValueMap._valueWrapper
          The value wrapper.
 

Constructors in com.taco.data with parameters of type IObjectMapper
WrappedKeyValueMap(java.util.Map map, IObjectMapper keyWrapper, IObjectMapper keyUnwrapper, IObjectMapper valueWrapper, IObjectMapper valueUnwrapper)
          Create a new instance that uses the argument map to store wrapped keys and values.
WrappedObservableMap.WrappedNotificationStrategy(INotificationStrategy decoratee, IObjectMapper keyUnwrapper, IObjectMapper valueUnwrapper)
          Construct a new strategy by wrapping the argument strategy.
WrappedObservableMap(IMapFactory mapFactory, int capacity, INotificationStrategy notificationStrategy, IObjectMapper keyWrapper, IObjectMapper keyUnwrapper, IObjectMapper valueWrapper, IObjectMapper valueUnwrapper)
           
WrappedObservableMap(INotificationStrategy notificationStrategy, IObjectMapper keyWrapper, IObjectMapper keyUnwrapper, IObjectMapper valueWrapper, IObjectMapper valueUnwrapper)
           
 

Uses of IObjectMapper in com.taco.swinger.text2gui
 

Classes in com.taco.swinger.text2gui that implement IObjectMapper
 class CollectionToTreePathMapper
          Converts a collection or array into a TreePath containing the elements.
 class StringToBorderLayoutConstraintConverter
          A converter from strings to constraints used for BorderLayout, such as BorderLayout.NORTH.
 class StringToCloseOperationConverter
          A converter from strings to closing operation identifiers.
 class StringToColorConverter
          A converter from strings to colors, using Color.decode().
 class StringToCursorConverter
          A converter from strings to cursors.
 class StringToFontConverter
          An implementation of IStringToObjectConverter that converts strings to fonts using Font.decode().
 class StringToKeyCodeConverter
          A converter from strings to key codes.
 class StringToKeyStrokeConverter
          A converter from strings to instances of KeyStroke.
 class StringToLayerConverter
          A converter from strings to layer identifiers.
 class StringToSelectionModeConverter
          A converter from strings to selection modes used by JList and JTable.
 class StringToSwingConstantConverter
          A converter from strings to SwingConstants.
 

Methods in com.taco.swinger.text2gui with parameters of type IObjectMapper
protected  void JScrollPaneConverter._addCornersMapConsistencyListener(javax.swing.JScrollPane scrollPane, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void TableColumnConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JViewportConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JTreeConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JToolBarConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JTextFieldConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JTextComponentConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JTableConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JTabbedPaneConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JSplitPaneConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JSpinnerConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JSliderConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JScrollPaneConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JScrollBarConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JProgressBarConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JListConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JLabelConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JInternalFrameConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JFormattedTextFieldConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JFileChooserConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JComponentConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
          If propertyName is "alignX", "alignY", "minSize", "maxSize", or "prefSize", use the superclass's method which adds a property change listener, but use the full property name.
protected  void JComboBoxConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void JColorChooserConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
           
protected  void AbstractButtonConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
          Add a listener to the button that updates the "selected" property when selection state of the button changes.
 

Constructors in com.taco.swinger.text2gui with parameters of type IObjectMapper
JTableConverter.AbstractTableMapConsistencyListener(javax.swing.JTable table, java.lang.String propertyName, INoReturnMap argMap, java.lang.Object mapKey, IObjectMapper toMapValueConverter)
           
 

Uses of IObjectMapper in com.taco.text
 

Classes in com.taco.text that implement IObjectMapper
 class AbstractObjectToStringConverter
          An abstract implementation of IStringToObjectConverter that also implements IObjectMapper by calling the toString() method.
 class AbstractStringToObjectConverter
          An abstract base class for implementations of IStringToObjectConverter which also implements IObjectMapper.
 class ClassToStringConverter
          An implementation of IObjectToStringConverter that returns the class name of the object to be converted.
 class CollectionToStringConverter
          A converter from collections to strings that uses StringListUtilities.createCollectionString() to do the conversion.
 class DefaultObjectToStringConverter
          A class that implements IObjectToStringConverter just by calling the toString() method of the object to convert.
 class IntArrayToStringConverter
          A converter from int arrays to comma-separated strings.
 class MappedStringToObjectConverter
          A simple implementation of IStringToObjectConverter that looks up strings to be converted in a map, and returns the mapped value.
 class PatternToStringConverter
          An implemenation of IObjectToStringConverter the converts a Pattern into a string which is the double quote-escaped version of its regex string.
 class StringToBeanShellInstanceConverter
          A converter from a string that specifies an instance of an object to an object.
 class StringToBooleanConverter
          A converter from strings to instances of Boolean.
 class StringToCharacterConverter
          A string to object converter that converts strings into instances of Character.
 class StringToClassConverter
          An implementation of IStringToObjectConverter that converts a string, interpreted as a fully qualified class name, into a class object.
 class StringToDoubleConverter
          A string to object converter that converts number strings into instances of Double.
 class StringToFloatConverter
          A string to object converter that converts number strings into instances of Float.
 class StringToInstanceConverter
          An implementation of IStringToObjectConverter that converts a string, interpreted as a fully qualified class name, into a new instance of the class denoted by s by interpreting the string as a Java literal or using reflection to create an instance of an object.
 class StringToIntegerConverter
          A string to object converter that converts number strings into instances of Integer.
 class StringToLocaleConverter
          A converter from strings to instances of Locale.
 class StringToLongConverter
          A string to object converter that converts number strings into instances of Long.
 class StringToPatternConverter
          An implementation of IStringToObjectConverter that converts a double-quoted regex string into an instance of Pattern.
 

Fields in com.taco.text declared as IObjectMapper
protected static IObjectMapper InterpolatingConverter._BAD_OBJECT_MAPPER
          A value that signals an error occurred converting a string to a arg map value to/from property value converter.
protected  IObjectMapper CompositeConverter.DelayedConvertedResult._converter
           
protected  IObjectMapper CompositeConverter.AbstractCompositeUpdater._fromMapValueConverter
          The converter from argument map values to composite property values.
protected  IObjectMapper ChainedInterpolatingConverter._mapper
          The object mapper used to convert the intermediate result to the final result.
protected  IObjectMapper CompositeConverter.AbstractMapConsistencyListener._toMapValueConverter
          The converter from the composite property value to the argument map value.
 IObjectMapper KeyLookupRecord.KeyDescriptor.fromMapValueConverter
          Specifies how to convert the associated value in the argument map to a property value of the composite.
 IObjectMapper KeyLookupRecord.KeyDescriptor.toMapValueConverter
          Specifies how to convert a property value of the composite to a value to be put in the argument map.
 

Methods in com.taco.text that return IObjectMapper
protected static IObjectMapper InterpolatingConverter._toObjectMapper(java.lang.String s, java.util.ResourceBundle bundle, INoReturnMap argMap)
          Convert the string to an instance of IObjectMapper that converts to or from argument map values.
 

Methods in com.taco.text with parameters of type IObjectMapper
protected  void CompositeConverter._addMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper toMapValueConverter, INoReturnMap argMap, java.lang.Object mapKey, java.lang.reflect.Method addListenerMethod)
          Add a listener to composite that will update the value associated with mapKey in observableMap when the propertyName property of the composite changes.
protected  java.beans.PropertyChangeListener CompositeConverter._createUpdaterListener(java.lang.Object composite, java.lang.String propertyName, IObjectMapper fromMapValueConverter)
          Create a property change listener to add to the observable argument map, so that the composite is updated when a value in the map changes.
 void KeyLookupRecord.recordKeyLookup(java.lang.String key, IObjectMapper fromMapValueConverter, IObjectMapper toMapValueConverter, boolean readArgMap, boolean updateArgMap, boolean writeArgMap)
          Record that a lookup in the argument map has taken place using the argument key.
 

Constructors in com.taco.text with parameters of type IObjectMapper
ChainedInterpolatingConverter(IInterpolatingConverter decoratee, IObjectMapper mapper)
           
CompositeConverter.AbstractCompositeUpdater(java.lang.Object composite, java.lang.String propertyName, IObjectMapper fromMapValueConverter)
           
CompositeConverter.AbstractMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, INoReturnMap argMap, java.lang.Object mapKey, IObjectMapper toMapValueConverter)
           
CompositeConverter.CompositeUpdater(java.lang.Object composite, java.lang.String propertyName, IObjectMapper fromMapValueConverter, CompositeConverter.ISetPropertyAction action)
           
CompositeConverter.DefaultMapConsistencyListener(java.lang.Object composite, java.lang.String propertyName, INoReturnMap argMap, java.lang.Object mapKey, IObjectMapper toMapValueConverter)
           
CompositeConverter.DelayedConvertedResult(IDelayedResult delayedResult, IObjectMapper converter)
           
KeyLookupRecord.KeyDescriptor(java.lang.String propertyName, IObjectMapper fromMapValueConverter, IObjectMapper toMapValueConverter, boolean readArgMap, boolean updateArgMap, boolean writeArgMap)
           
 

Uses of IObjectMapper in com.taco.util
 

Classes in com.taco.util that implement IObjectMapper
 class BooleanMapper
          An implementation of IObjectMapper that returns a Boolean which represents an object.
 class BooleanToIntegerMapper
          An implementation of IObjectMapper that converts a true Boolean to 1, and everything else to 0.
 class CollectionToMatrixMapper
          A converter from collections of collections to Object matrices.
 class DefaultObjectMapper
          An implementation of IObjectMapper that maps an object to itself.
 class DelayedResultForcer
          An object mapper which forces the evaluation of delayed results.
 class InvertMapper
          An implementation of IObjectMapper that returns a Boolean which represents the "inverted" value to map.
 class ObjectArrayMapper
          An object mapper that takes a collection or a object array and converts it to an object array.