Uses of Interface
to.etc.domui.dom.IHtmlRenderFactory

Packages that use IHtmlRenderFactory
to.etc.domui.dom   
to.etc.domui.server   
 

Uses of IHtmlRenderFactory in to.etc.domui.dom
 

Classes in to.etc.domui.dom that implement IHtmlRenderFactory
 class MsCrapwareRenderFactory
          Recognises most IE browsers as crapware which needs special renderers to work around their bugs, sigh.
 

Uses of IHtmlRenderFactory in to.etc.domui.server
 

Methods in to.etc.domui.server with parameters of type IHtmlRenderFactory
 void DomApplication.addRenderFactory(IHtmlRenderFactory f)