Uses of Interface
com.taco.text.IInterpolatingConverter

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

Uses of IInterpolatingConverter in com.taco.swinger.text2gui
 

Subinterfaces of IInterpolatingConverter in com.taco.swinger.text2gui
 interface IComponentAddStrategy
          An interface that specifies conversion from a string or resource bundle key to a constraint, as well as a strategy to add a component to a container, using a constraint
 

Classes in com.taco.swinger.text2gui that implement IInterpolatingConverter
 class AbstractButtonConverter
          A converter to instances of AbstractButton.
 class BorderLayoutComponentAddStrategy
          A component add strategy for BorderLayout.
 class BoxConverter
          A converter that creates instances of Box.
 class ComponentAddStrategy
          The default implementation of IComponentAddStrategy that simply passes the constraint to Container.add().
 class ComponentConstraintPairConverter
          A converter to instances of ComponentConstraintPair.
 class ComponentConverter
          A base class for converters that create instances of Component.
 class ComponentLayerPairConverter
          A converter to component / layer pairs.
 class ContainerConverter
          A base class for converters that create instances of Container which are not instances of JComponent.
 class DialogConverter
          A converter to instances of Dialog.
 class DimensionConverter
          A converter from strings and resource bundles to instances of Dimension.
 class DispatchingComponentConverter
          A converter from resource bundles or strings to components.
 class DispatchingLayoutConverter
          An dispatching converter to instances of LayoutManager.
static class DispatchingLayoutConverter.BorderLayoutConverter
          A class that converts strings and resource bundles to border layout managers.
static class DispatchingLayoutConverter.BoxLayoutConverter
          A class that converts strings and resource bundles to box layout managers.
static class DispatchingLayoutConverter.CardLayoutConverter
          A class that converts strings and resource bundles to card layout managers.
static class DispatchingLayoutConverter.ContainerDependentLayoutConverter
          A layout converter that creates a layout dependent on the container the layout is for.
static class DispatchingLayoutConverter.FlowLayoutConverter
          A class that converts strings and resource bundles to flow layout managers.
static class DispatchingLayoutConverter.GridBagLayoutConverter
          A class that converts strings and resource bundles to grid bag layout managers.
static class DispatchingLayoutConverter.GridLayoutConverter
          A class that converts strings and resource bundles to grid layout managers.
 class DispatchingLayoutConverter.OverlayLayoutConverter
          A class that converts strings and resource bundles to overlay layout managers.
 class ExtensionFileFilterConverter
          A converter that creates instances of ExtensionFileFilter.
 class FillerConverter
          A converter to a filler.
 class FrameConverter
          A converter to instances of Frame.
 class GlueConverter
          A converter to component "glue".
 class GridBagConstraintsConverter
          A converter to instances of GridBagConstraints.
 class GridBagLayoutComponentAddStrategy
          A component add strategy for GridBagLayout.
 class ImageIconConverter
          A converter from strings and resource bundles to instances of ImageIcon.
 class InsetsConverter
          A converter from strings and resource bundles to instances of Insets.
 class JAppletConverter
          A converter to instances of JApplet.
 class JButtonConverter
          A converter to instances of JButton.
 class JCheckBoxConverter
          A converter to instances of JCheckBox.
 class JCheckBoxMenuItemConverter
          A converter to instances of JCheckBoxMenuItem.
 class JColorChooserConverter
          A converter to instances of JColorChooser.
 class JComboBoxConverter
          A converter to instances of JComboBox.
 class JComponentConverter
          A base class for converters that create instances of JComponent.
 class JContainerConverter
          A base class for converters that create instances of JComponent that are also containers.
 class JDesktopPaneConverter
          A converter to instances of JDesktopPane.
 class JDialogConverter
          A converter to instances of JDialog.
 class JEditorPaneConverter
          A converter to instances of JEditorPane.
 class JFileChooserConverter
          A converter to instances of JFileChooser.
 class JFormattedTextFieldConverter
          A converter to instances of JFormattedTextField.
 class JFrameConverter
          A converter to instances of JFrame.
 class JInternalFrameConverter
          A converter to instances of JInternalFrame.
 class JLabelConverter
          A converter to instances of JLabel.
 class JLayeredPaneConverter
          A converter to instances of JLayeredPane.
 class JListConverter
          A converter to instances of JList.
 class JMenuBarConverter
          A converter to instances of JMenuBar.
 class JMenuConverter
          A converter to instances of JMenu.
 class JMenuItemConverter
          A converter to instances of JMenuItem.
 class JOptionPaneConverter
          A converter to instances of JOptionPane.
 class JPanelConverter
          A converter to instances of JPanel.
 class JPasswordFieldConverter
          A converter to instances of JPasswordField.
 class JPopupMenuConverter
          A converter to instances of JPopupMenu.
 class JProgressBarConverter
          A converter to instances of JProgressBar.
 class JRadioButtonConverter
          A converter to instances of JRadioButton.
 class JRadioButtonMenuItemConverter
          A converter to instances of JRadioButtonMenuItem.
 class JScrollBarConverter
          A converter to instances of JScrollBar.
 class JScrollPaneConverter
          A converter to instances of JScrollPane.
 class JSeparatorConverter
          A converter to instances of JSeparator.
 class JSliderConverter
          A converter to instances of JSlider.
 class JSpinnerConverter
          A converter to instances of JSpinner.
 class JSplitPaneConverter
          A converter that creates an instance of JSplitPane.
 class JTabbedPaneConverter
          A converter that creates an instance of JTabbedPane.
protected  class JTabbedPaneConverter.TabConverter
          A converter for a tab in a tabbed pane.
 class JTableConverter
          A converter to instances of JTable.
 class JTableHeaderConverter
          A converter to instances of JTableHeader.
 class JTextAreaConverter
          A converter to instances of JTextArea.
 class JTextComponentConverter
          A converter to instances of JTextComponent.
 class JTextFieldConverter
          A converter to instances of JTextField.
 class JTextPaneConverter
          A converter to instances of JTextPane.
 class JToolBarConverter
          A converter to instances of JToolBar.
 class JTreeConverter
          A converter to instances of JTree.
 class JViewportConverter
          A converter to instances of JViewport.
 class JWindowConverter
          A converter to instances of JWindow.
 class PointConverter
          A converter from strings and resource bundles to instances of Point.
 class RectangleConverter
          A converter from strings and resource bundles to instances of Rectangle.
 class RigidAreaConverter
          A converter to rigid areas.
 class SeparatorConverter
          A converter to separator for toolbars or menu items.
 class StrutConverter
          A converter to a strut.
 class TableColumnConverter
          A converter that create instances of TableColumn.
 class TableColumnModelConverter
          A converter that create instances of DefaultTableColumnModel.
 class TreePathConverter
          A converter to a TreePath.
 class WindowConverter
          A converter to instances of Window.
 

Fields in com.taco.swinger.text2gui declared as IInterpolatingConverter
protected  IInterpolatingConverter JViewportConverter._componentConverter
          The component converter used to create the view.
protected  IInterpolatingConverter JMenuConverter._componentConverter
          The converter to components added to the menu.
protected  IInterpolatingConverter JLabelConverter._componentConverter
          The converter used for the labelFor property.
protected  IInterpolatingConverter JScrollPaneConverter._componentCornerPairCollectionConverter
          The converter used for collections of component / corner pairs.
protected  IInterpolatingConverter ComponentAddStrategy._constraintConverter
          The string converter used to convert to constraints.
 

Methods in com.taco.swinger.text2gui that return IInterpolatingConverter
protected  IInterpolatingConverter ComponentLayerPairConverter._getConstraintConverter()
          Return the converter used for constraints.
protected  IInterpolatingConverter ComponentConstraintPairConverter._getConstraintConverter()
          Return the converter used for constraints.
 IInterpolatingConverter WindowConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter TableColumnModelConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter TableColumnConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter StrutConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter SeparatorConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter RectangleConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter PointConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JWindowConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JViewportConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JTreeConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JToolBarConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JTextFieldConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JTextComponentConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JTextAreaConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JTableHeaderConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JTableConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JTabbedPaneConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JTabbedPaneConverter.TabConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JSplitPaneConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JSpinnerConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JSliderConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JSeparatorConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JScrollPaneConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JScrollBarConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JProgressBarConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JPopupMenuConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JPasswordFieldConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JOptionPaneConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JMenuItemConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JMenuConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JMenuBarConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JListConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JLayeredPaneConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JLabelConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JInternalFrameConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JFrameConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JFormattedTextFieldConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JFileChooserConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JEditorPaneConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JDialogConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JDesktopPaneConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JContainerConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JComponentConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JComboBoxConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JColorChooserConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JCheckBoxConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JButtonConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter JAppletConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter InsetsConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter ImageIconConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter GridBagConstraintsConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter GlueConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter FrameConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter FillerConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter ExtensionFileFilterConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter DispatchingLayoutConverter.FlowLayoutConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter DispatchingLayoutConverter.BorderLayoutConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter DispatchingLayoutConverter.GridLayoutConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter DispatchingLayoutConverter.CardLayoutConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter DispatchingLayoutConverter.BoxLayoutConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter DimensionConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter DialogConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter ContainerConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter ComponentConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter BoxConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter AbstractButtonConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 

Constructors in com.taco.swinger.text2gui with parameters of type IInterpolatingConverter
ComponentAddStrategy(IInterpolatingConverter constraintConverter)
          Construct a new instance that uses the argument converter as both the string to constraint converter and the resource bundle to constraint converter.
JLabelConverter(IInterpolatingConverter componentConverter)
           
JMenuConverter(IInterpolatingConverter componentConverter)
           
JViewportConverter(IInterpolatingConverter componentConverter)
           
 

Uses of IInterpolatingConverter in com.taco.swinger.text2gui.border
 

Classes in com.taco.swinger.text2gui.border that implement IInterpolatingConverter
 class BevelBorderConverter
          A class that converts strings and resource bundles to bevel and soft bevel borders.
 class CompoundBorderConverter
          A class that converts strings and resource bundles to compound borders.
 class DispatchingBorderConverter
          An implementation of IInterpolatingConverter that converts strings and resource bundles to borders.
 class EmptyBorderConverter
          A class that converts strings and resource bundles to empty borders.
 class EtchedBorderConverter
          A class that converts strings and resource bundles to etched borders.
 class LineBorderConverter
          A class that converts strings and resource bundles to line borders.
 class MatteBorderConverter
          A class that converts strings and resource bundles to matte borders.
 class TitledBorderConverter
          A class that converts strings and resource bundles to titled borders.
 

Fields in com.taco.swinger.text2gui.border declared as IInterpolatingConverter
protected  IInterpolatingConverter TitledBorderConverter._borderConverter
          The converter used for the border property of borders returned by this instance.
protected  IInterpolatingConverter CompoundBorderConverter._borderConverter
          The converter used for the inner and outer borders.
 

Methods in com.taco.swinger.text2gui.border that return IInterpolatingConverter
 IInterpolatingConverter TitledBorderConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter MatteBorderConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter LineBorderConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter EtchedBorderConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter CompoundBorderConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 IInterpolatingConverter BevelBorderConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
           
 

Constructors in com.taco.swinger.text2gui.border with parameters of type IInterpolatingConverter
CompoundBorderConverter(IInterpolatingConverter borderConverter)
           
 

Uses of IInterpolatingConverter in com.taco.text
 

Classes in com.taco.text that implement IInterpolatingConverter
 class AtomConverter
          An interpolating string and resource bundle converter of atomic data.
 class BracedPropertyCompositeConverter
          A subclass of CompositeConverter that matches C-style punctuation in property values.
 class ChainedInterpolatingConverter
          A converter based on another converter, which has its value converted by an implementation of IObjectMapper.
 class CollectionConverter
          An interpolating converter from resource bundles and strings to collections.
 class CompositeConverter
          An interpolating converter that creates objects that have many properties.
 class DispatchingConverter
          A string and resource bundle to object converter that uses the first word of a string or the key appended with ".dispatchType" in the resource bundle to dispatch to another converter.
 class ImmutableCompositeConverter
          An abstract subclass of BracedPropertyCompositeConverter which creates an object whose properties cannot be changed.
 class InstanceConverter
          A converter to instances via class names or scripts.
 class IntArrayConverter
          A converter to int arrays.
 class InterpolatingConverter
          An implementation of IInterpolatingConverter which has commonly used behavior.
 class MapConverter
          An interpolating converter to maps.
 class MessageFormatConverter
          A converter to instances of MessageFormat.
 class PunctuationStrippingConverter
          A converter that strips leading and trailing punctuation from a string before delegating to another converter.
 class QuotedStringConverter
          A converter from both resource bundles and strings to strings.
 class RangeConverter
          A converter to a 2-element int array representing a range.
 class StringConverter
          A converter from both resource bundles and strings to strings.
 

Fields in com.taco.text declared as IInterpolatingConverter
protected  IInterpolatingConverter ChainedInterpolatingConverter._decoratee
          The interpolating converter used to get the intermediate result.
protected static IInterpolatingConverter InterpolatingConverter._TO_OBJECT_MAPPER_CONVERTER
          An converter to instances of IObjectMapper.
 

Methods in com.taco.text that return IInterpolatingConverter
 IInterpolatingConverter IntArrayConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
          Return AtomConverter.INTEGER_CONVERTER if the property name is recognized by this instance.
abstract  IInterpolatingConverter CompositeConverter.getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
          Return an instance of IInterpolatingConverter for the argument property name.
 IInterpolatingConverter DispatchingConverter.getConverterForType(java.lang.String type)
          Return the converter associated with the argument type.
 

Methods in com.taco.text with parameters of type IInterpolatingConverter
 void DispatchingConverter.installConverter(java.lang.String id, IInterpolatingConverter converter)
          Install a converter from a string that begins with the argument string, or a from a resource bundle.
 

Constructors in com.taco.text with parameters of type IInterpolatingConverter
ChainedInterpolatingConverter(IInterpolatingConverter decoratee, IObjectMapper mapper)
           
PunctuationStrippingConverter(IInterpolatingConverter converter, char punctuationChar)
          Create a new instance that strips the argument leading punctuation character and the corresponding trailing punctuation character from strings.