Uses of Interface
com.taco.text.IStringToObjectConverter

Packages that use IStringToObjectConverter
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 IStringToObjectConverter in com.taco.swinger.text2gui
 

Classes in com.taco.swinger.text2gui that implement IStringToObjectConverter
 class AbstractButtonConverter
          A converter to instances of AbstractButton.
 class BoxConverter
          A converter that creates instances of Box.
 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 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 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 StringToComponentOrientationConverter
          A converter from strings to instances of ComponentOrientation.
 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.
 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 WindowConverter
          A converter to instances of Window.
 

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

Classes in com.taco.swinger.text2gui.border that implement IStringToObjectConverter
 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.
 

Uses of IStringToObjectConverter in com.taco.text
 

Classes in com.taco.text that implement IStringToObjectConverter
 class AbstractInterpolatingStringToObjectConverter
          An abstract implementation of IInterpolatingStringToObjectConverter which provides a way for interpolating string to object converters to act like ordinary string to object converters by specifying a resource bundle and an argument map to use in the constructor.
 class AbstractStringToObjectConverter
          An abstract base class for implementations of IStringToObjectConverter which also implements IObjectMapper.
 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 CollectionConverter
          An interpolating converter from resource bundles and strings to collections.
 class CompositeConverter
          An interpolating converter that creates objects that have many properties.
 class DefaultStringToObjectConverter
          An implementation of IStringToObjectConverter that simply maps a String to the same value.
 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 MappedStringToObjectConverter
          A simple implementation of IStringToObjectConverter that looks up strings to be converted in a map, and returns the mapped value.
 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.
 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 IStringToObjectConverter
protected  IStringToObjectConverter AtomConverter._stringConverter
          The string converter that _literalToObject() uses.
 

Methods in com.taco.text with parameters of type IStringToObjectConverter
protected static java.util.List StringListUtilities._createObjectListCore(java.lang.String s, java.util.Map options, IStringToObjectConverter stringConverter, IInterpolatingStringToObjectConverter interpolatingConverter, java.util.ResourceBundle bundle, INoReturnMap argMap)
          Do the work of createObjectList().
static int StringConverterUtilities.intValueForProperty(java.lang.Object propertyValue, IStringToObjectConverter converter, int defaultValue)
          Given a property value and a converter from strings to instances of Number, return the int value of the property.
static java.lang.Object StringConverterUtilities.testOrdinaryConverter(IStringToObjectConverter converter, java.lang.String[] args)
          A simple test program for an ordinary string to object converter.
 

Constructors in com.taco.text with parameters of type IStringToObjectConverter
AtomConverter(IStringToObjectConverter stringConverter)