Uses of Class
net.xoetrope.xui.XComponentFactory

Packages that use XComponentFactory
net.xoetrope.builder.w3c.html   
net.xoetrope.builder.w3c.html.tags   
net.xoetrope.html   
net.xoetrope.registry   
net.xoetrope.swing   
net.xoetrope.swt   
net.xoetrope.xui   
net.xoetrope.xui.style   
 

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

Methods in net.xoetrope.builder.w3c.html with parameters of type XComponentFactory
 java.lang.Object XHtmlComponentFactory.addElement(XComponentFactory cf, java.lang.String type, java.lang.String name, java.lang.String content, java.util.Hashtable attribs)
          A factory method for adding non component elements.
 java.awt.Component XHtmlComponentFactory.constructComponent(XComponentFactory cf, java.lang.String type, java.lang.String content)
          Constructs HTML components on behalf of the component factory.
 

Uses of XComponentFactory in net.xoetrope.builder.w3c.html.tags
 

Methods in net.xoetrope.builder.w3c.html.tags with parameters of type XComponentFactory
 void XHtmlTagHandler.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void XDataTagHandler.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void Td.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void Table.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void Style.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void Span.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void Select.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void Script.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void P.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void Input.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void Img.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void Hr.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void Form.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void Font.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void Div.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void Br.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void A.endProcessing(XComponentFactory cf)
          The closing tag has been parsed and now the element can calulate its complete setup should it be dependant on its children for any information.
 void XHtmlTagHandler.processText(XComponentFactory cf, java.lang.String text)
          Process the element text
 void XFormatTagHandler.processText(XComponentFactory cf, java.lang.String text)
          Process the element text
 void Script.processText(XComponentFactory cf, java.lang.String text)
          Process the element text
 void P.processText(XComponentFactory cf, java.lang.String text)
          Process the element text
 void Form.processText(XComponentFactory cf, java.lang.String text)
          Process the element text
 void Div.processText(XComponentFactory cf, java.lang.String text)
          Process the element text
 void XHtmlTagHandler.startProcessing(XHtmlBuilder htmlBuilder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html tag/element
 void XDataTagHandler.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html P tag/element
 void TextArea.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the html tag/element
 void Td.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html Img tag/element.
 void Table.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html table tag/element
 void Select.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html P tag/element
 void Script.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html P tag/element
 void P.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html P tag/element
 void Map.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html P tag/element
 void Input.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the html tag/element
 void Img.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html Img tag/element
 void Hr.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html P tag/element
 void Form.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html P tag/element
 void Div.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html P tag/element
 void Br.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html P tag/element
 void BaseFont.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html P tag/element
 void A.startProcessing(XHtmlBuilder builder, XComponentFactory cf, javax.swing.text.MutableAttributeSet as)
          Process the opening html P tag/element
 

Uses of XComponentFactory in net.xoetrope.html
 

Methods in net.xoetrope.html that return XComponentFactory
 XComponentFactory XHtmlPage.getComponentFactory()
          Get the component factory instance being used by this page.
 

Uses of XComponentFactory in net.xoetrope.registry
 

Methods in net.xoetrope.registry with parameters of type XComponentFactory
 java.lang.Object XRegisteredComponentFactory.addElement(XComponentFactory cf, java.lang.String type, java.lang.String name, java.lang.String content, java.util.Hashtable attribs)
          A generic factory method for adding non component elements.
 java.lang.Object XRegisteredComponentFactory.constructComponent(XComponentFactory cf, java.lang.String type, java.lang.String content)
          A generic factory for adding XComponents.
 

Uses of XComponentFactory in net.xoetrope.swing
 

Methods in net.xoetrope.swing with parameters of type XComponentFactory
 java.lang.Object SwingComponentFactory.addElement(XComponentFactory cf, java.lang.String type, java.lang.String name, java.lang.String content, java.util.Hashtable attribs)
          A generic factory method for adding non component elements.
 java.lang.Object SwingComponentFactory.constructComponent(XComponentFactory cf, java.lang.String type, java.lang.String content)
          A generic factory for adding XComponents.
 

Uses of XComponentFactory in net.xoetrope.swt
 

Methods in net.xoetrope.swt that return XComponentFactory
 XComponentFactory XSwtPage.getComponentFactory()
          Get the component factory instance being used by this page.
 

Methods in net.xoetrope.swt with parameters of type XComponentFactory
 java.lang.Object SwtComponentFactory.addElement(XComponentFactory cf, java.lang.String type, java.lang.String name, java.lang.String content, java.util.Hashtable attribs)
          A generic factory method for adding non component elements.
 java.lang.Object SwtComponentFactory.constructComponent(XComponentFactory cf, java.lang.String type, java.lang.String content)
          A generic factory for adding XComponents.
 

Uses of XComponentFactory in net.xoetrope.xui
 

Methods in net.xoetrope.xui that return XComponentFactory
 XComponentFactory XPageHelper.getComponentFactory()
          Get the component factory instance being used by this page.
 XComponentFactory XPage.getComponentFactory()
          Get the component factory instance being used by this page.
 XComponentFactory PageSupport.getComponentFactory()
          Get the component factory instance being used by this page.
 

Methods in net.xoetrope.xui with parameters of type XComponentFactory
 java.lang.Object XComponentConstructor.addElement(XComponentFactory cf, java.lang.String type, java.lang.String name, java.lang.String content, java.util.Hashtable attribs)
          A generic factory method for adding non component elements.
 java.lang.Object XComponentConstructor.constructComponent(XComponentFactory cf, java.lang.String type, java.lang.String content)
          A generic factory for adding XComponents.
 

Uses of XComponentFactory in net.xoetrope.xui.style
 

Subclasses of XComponentFactory in net.xoetrope.xui.style
 class XStyleFactory
          Extends the basic component factory by adding style information.