Uses of Class
com.taco.swinger.text2gui.DispatchingComponentConverter

Packages that use DispatchingComponentConverter
com.taco.swinger.text2gui Provides converters from text to Swing components, layouts, and models. 
 

Uses of DispatchingComponentConverter in com.taco.swinger.text2gui
 

Fields in com.taco.swinger.text2gui declared as DispatchingComponentConverter
protected  DispatchingComponentConverter JTableConverter._componentConverter
          The converter that creates the table header.
protected  DispatchingComponentConverter JInternalFrameConverter._componentConverter
          The component converter used to create menu bars.
protected  DispatchingComponentConverter JFileChooserConverter._componentConverter
          The converter for the preview panel.
protected  DispatchingComponentConverter JContainerConverter._componentConverter
          The converter to components embedded in the component created.
protected  DispatchingComponentConverter JColorChooserConverter._componentConverter
          The converter for the preview panel.
protected  DispatchingComponentConverter JAppletConverter._componentConverter
          The converter that creates the content pane, glass pane, menu bar, and layered pane.
protected  DispatchingComponentConverter ContainerConverter._componentConverter
          The converter to components embedded in the component created.
protected  DispatchingComponentConverter ComponentConstraintPairConverter._componentConverter
          The converter of strings and resource bundles to components that are to be added to a container.
static DispatchingComponentConverter DispatchingComponentConverter.DEFAULT_INSTANCE
          The default instance of this class, which uses the default component add strategy provider.
 

Constructors in com.taco.swinger.text2gui with parameters of type DispatchingComponentConverter
BoxConverter(DispatchingComponentConverter componentConverter)
           
ComponentConstraintPairConverter(java.awt.Container parent, DispatchingComponentConverter componentConverter)
           
ComponentConstraintPairConverter(DispatchingComponentConverter componentConverter)
          A constructor for subclasses to invoke that allows leaves the parent null, because _getConstraintConverter() has been overloaded not to use the parent.
ComponentLayerPairConverter(DispatchingComponentConverter componentConverter)
           
ContainerConverter(DispatchingComponentConverter componentConverter)
          Construct a new instance that uses the argument converter to convert strings and resource bundles to components that are embedded in the component created by this instance.
DialogConverter(DispatchingComponentConverter componentConverter)
           
FrameConverter(DispatchingComponentConverter componentConverter)
           
JAppletConverter(DispatchingComponentConverter componentConverter)
           
JColorChooserConverter(DispatchingComponentConverter componentConverter)
          Create a new instance that uses the argument as the converter of components used as the preview panel.
JContainerConverter(DispatchingComponentConverter componentConverter)
          Construct a new instance that uses the argument converter to convert strings and resource bundles to components that are embedded in the component created by this instance.
JDesktopPaneConverter(DispatchingComponentConverter componentConverter)
           
JDialogConverter(DispatchingComponentConverter componentConverter)
           
JFileChooserConverter(DispatchingComponentConverter componentConverter)
          Create a new instance that uses the argument as the converter of components used as the accessory.
JFrameConverter(DispatchingComponentConverter componentConverter)
           
JInternalFrameConverter(DispatchingComponentConverter componentConverter)
           
JLayeredPaneConverter(DispatchingComponentConverter componentConverter)
           
JMenuBarConverter(DispatchingComponentConverter componentConverter)
           
JPanelConverter(DispatchingComponentConverter componentConverter)
           
JPopupMenuConverter(DispatchingComponentConverter converter)
          Construct a new instance that uses the argument converter to convert menu items.
JScrollPaneConverter(DispatchingComponentConverter componentConverter)
           
JSpinnerConverter(DispatchingComponentConverter componentConverter)
          Create a new instance that uses the argument as the converter of components used as the editor.
JSplitPaneConverter(DispatchingComponentConverter componentConverter)
           
JTabbedPaneConverter(DispatchingComponentConverter componentConverter)
           
JTableConverter(DispatchingComponentConverter componentConverter)
           
JToolBarConverter(DispatchingComponentConverter componentConverter)
           
JWindowConverter(DispatchingComponentConverter componentConverter)
           
WindowConverter(DispatchingComponentConverter componentConverter)