Uses of Interface
org.nasdanika.html.model.html.HtmlFactory
-
Packages that use HtmlFactory Package Description org.nasdanika.html.model.html org.nasdanika.html.model.html.impl -
-
Uses of HtmlFactory in org.nasdanika.html.model.html
Fields in org.nasdanika.html.model.html declared as HtmlFactory Modifier and Type Field Description static HtmlFactoryHtmlFactory. eINSTANCEThe singleton instance of the factory.Methods in org.nasdanika.html.model.html that return HtmlFactory Modifier and Type Method Description HtmlFactoryHtmlPackage. getHtmlFactory()Returns the factory that creates the instances of the model. -
Uses of HtmlFactory in org.nasdanika.html.model.html.impl
Classes in org.nasdanika.html.model.html.impl that implement HtmlFactory Modifier and Type Class Description classHtmlFactoryImplAn implementation of the model Factory.Methods in org.nasdanika.html.model.html.impl that return HtmlFactory Modifier and Type Method Description HtmlFactoryHtmlPackageImpl. getHtmlFactory()static HtmlFactoryHtmlFactoryImpl. init()Creates the default factory implementation.
-