Uses of Class
com.taco.text.ImmutableCompositeConverter

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

Uses of ImmutableCompositeConverter in com.taco.swinger.text2gui
 

Subclasses of ImmutableCompositeConverter in com.taco.swinger.text2gui
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.GridLayoutConverter
          A class that converts strings and resource bundles to grid layout managers.
 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 SeparatorConverter
          A converter to separator for toolbars or menu items.
 

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

Subclasses of ImmutableCompositeConverter in com.taco.swinger.text2gui.border
 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 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.