Uses of Package
com.taco.swinger.text2gui

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

Classes in com.taco.swinger.text2gui used by com.taco.swinger.text2gui
AbstractButtonConverter
          A converter to instances of AbstractButton.
BorderLayoutComponentAddStrategy
          A component add strategy for BorderLayout.
CollectionToTreePathMapper
          Converts a collection or array into a TreePath containing the elements.
ComponentAddStrategy
          The default implementation of IComponentAddStrategy that simply passes the constraint to Container.add().
ComponentAddStrategyProvider
          A concrete implementation of IComponentAddStrategyProvider which uses a map from layout classes to component add strategies.
ComponentConstraintPairConverter
          A converter to instances of ComponentConstraintPair.
ComponentConverter
          A base class for converters that create instances of Component.
ContainerConverter
          A base class for converters that create instances of Container which are not instances of JComponent.
DialogConverter
          A converter to instances of Dialog.
DimensionConverter
          A converter from strings and resource bundles to instances of Dimension.
DispatchingComponentConverter
          A converter from resource bundles or strings to components.
DispatchingLayoutConverter.BorderLayoutConverter
          A class that converts strings and resource bundles to border layout managers.
DispatchingLayoutConverter.CardLayoutConverter
          A class that converts strings and resource bundles to card layout managers.
DispatchingLayoutConverter.ContainerDependentLayoutConverter
          A layout converter that creates a layout dependent on the container the layout is for.
DispatchingLayoutConverter.FlowLayoutConverter
          A class that converts strings and resource bundles to flow layout managers.
DispatchingLayoutConverter.GridBagLayoutConverter
          A class that converts strings and resource bundles to grid bag layout managers.
DispatchingLayoutConverter.GridLayoutConverter
          A class that converts strings and resource bundles to grid layout managers.
ExtensionFileFilterConverter
          A converter that creates instances of ExtensionFileFilter.
FillerConverter
          A converter to a filler.
FrameConverter
          A converter to instances of Frame.
GlueConverter
          A converter to component "glue".
GridBagConstraintsConverter
          A converter to instances of GridBagConstraints.
GridBagLayoutComponentAddStrategy
          A component add strategy for GridBagLayout.
ICommonGUIConverters
          Common instances of interpolating converters to be used to convert text to GUI objects.
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
IComponentAddStrategyProvider
          An interface that specifies a component add strategy to use with a certain container.
ILayoutAndComponentAddStrategy
          An interface that contains both a layout manager and a strategy to add a component to a container, using constraints specified by a string.
ImageIconConverter
          A converter from strings and resource bundles to instances of ImageIcon.
InsetsConverter
          A converter from strings and resource bundles to instances of Insets.
JButtonConverter
          A converter to instances of JButton.
JCheckBoxConverter
          A converter to instances of JCheckBox.
JCheckBoxMenuItemConverter
          A converter to instances of JCheckBoxMenuItem.
JComboBoxConverter
          A converter to instances of JComboBox.
JComponentConverter
          A base class for converters that create instances of JComponent.
JContainerConverter
          A base class for converters that create instances of JComponent that are also containers.
JEditorPaneConverter
          A converter to instances of JEditorPane.
JFormattedTextFieldConverter
          A converter to instances of JFormattedTextField.
JLayeredPaneConverter
          A converter to instances of JLayeredPane.
JListConverter
          A converter to instances of JList.
JMenuItemConverter
          A converter to instances of JMenuItem.
JOptionPaneConverter
          A converter to instances of JOptionPane.
JPasswordFieldConverter
          A converter to instances of JPasswordField.
JProgressBarConverter
          A converter to instances of JProgressBar.
JRadioButtonConverter
          A converter to instances of JRadioButton.
JRadioButtonMenuItemConverter
          A converter to instances of JRadioButtonMenuItem.
JScrollBarConverter
          A converter to instances of JScrollBar.
JSeparatorConverter
          A converter to instances of JSeparator.
JTabbedPaneConverter.TabAdder
          An implementation of ISetPropertyAction for JTabbedPaneConverter that adds tabs to the tabbed pane.
JTableHeaderConverter
          A converter to instances of JTableHeader.
JTextAreaConverter
          A converter to instances of JTextArea.
JTextComponentConverter
          A converter to instances of JTextComponent.
JTextFieldConverter
          A converter to instances of JTextField.
JTextPaneConverter
          A converter to instances of JTextPane.
JTreeConverter
          A converter to instances of JTree.
PointConverter
          A converter from strings and resource bundles to instances of Point.
RectangleConverter
          A converter from strings and resource bundles to instances of Rectangle.
RigidAreaConverter
          A converter to rigid areas.
SeparatorConverter
          A converter to separator for toolbars or menu items.
StringToBorderLayoutConstraintConverter
          A converter from strings to constraints used for BorderLayout, such as BorderLayout.NORTH.
StringToCloseOperationConverter
          A converter from strings to closing operation identifiers.
StringToColorConverter
          A converter from strings to colors, using Color.decode().
StringToComponentOrientationConverter
          A converter from strings to instances of ComponentOrientation.
StringToCursorConverter
          A converter from strings to cursors.
StringToFontConverter
          An implementation of IStringToObjectConverter that converts strings to fonts using Font.decode().
StringToKeyCodeConverter
          A converter from strings to key codes.
StringToKeyStrokeConverter
          A converter from strings to instances of KeyStroke.
StringToLayerConverter
          A converter from strings to layer identifiers.
StringToSelectionModeConverter
          A converter from strings to selection modes used by JList and JTable.
StringToSwingConstantConverter
          A converter from strings to SwingConstants.
StrutConverter
          A converter to a strut.
TableColumnConverter
          A converter that create instances of TableColumn.
TableColumnModelConverter
          A converter that create instances of DefaultTableColumnModel.
TreePathConverter
          A converter to a TreePath.
WindowConverter
          A converter to instances of Window.
 

Classes in com.taco.swinger.text2gui used by com.taco.swinger.text2gui.border
ICommonGUIConverters
          Common instances of interpolating converters to be used to convert text to GUI objects.
InsetsConverter
          A converter from strings and resource bundles to instances of Insets.