Uses of Interface
net.xoetrope.xui.XComponentConstructor

Packages that use XComponentConstructor
net.xoetrope.builder.w3c.html   
net.xoetrope.registry   
net.xoetrope.swing   
net.xoetrope.swt   
net.xoetrope.xui   
 

Uses of XComponentConstructor in net.xoetrope.builder.w3c.html
 

Classes in net.xoetrope.builder.w3c.html that implement XComponentConstructor
 class XHtmlComponentFactory
          A factory class used to add the components available as part of the html form/page Copyright: Copyright Xoetrope Ltd.
 

Uses of XComponentConstructor in net.xoetrope.registry
 

Classes in net.xoetrope.registry that implement XComponentConstructor
 class XRegisteredComponentFactory
          A component factory that builds components based upon some XML configuration files.
 

Uses of XComponentConstructor in net.xoetrope.swing
 

Classes in net.xoetrope.swing that implement XComponentConstructor
 class SwingComponentFactory
          A factory for non-base Swing components such as trees, tables and split panes Copyright: Copyright (c) Xoetrope Ltd., 2001-2004 $Revision: 2.7 $ License see license.txt
 

Uses of XComponentConstructor in net.xoetrope.swt
 

Classes in net.xoetrope.swt that implement XComponentConstructor
 class SwtComponentFactory
          A factory for non-base Swing components such as trees, tables and split panes Copyright: Copyright (c) Xoetrope Ltd., 2001-2004 $Revision: 2.7 $ License see license.txt
 

Uses of XComponentConstructor in net.xoetrope.xui
 

Methods in net.xoetrope.xui with parameters of type XComponentConstructor
static void XComponentFactory.registerComponentFactory(java.lang.String name, XComponentConstructor factory)
          Add a componentFactory to the static register of component constructors