Uses of Interface
org.nasdanika.html.model.html.HtmlPackage
-
Packages that use HtmlPackage Package Description org.nasdanika.html.model.html org.nasdanika.html.model.html.impl org.nasdanika.html.model.html.util -
-
Uses of HtmlPackage in org.nasdanika.html.model.html
Fields in org.nasdanika.html.model.html declared as HtmlPackage Modifier and Type Field Description static HtmlPackageHtmlPackage. eINSTANCEThe singleton instance of the package.Methods in org.nasdanika.html.model.html that return HtmlPackage Modifier and Type Method Description HtmlPackageHtmlFactory. getHtmlPackage()Returns the package supported by this factory. -
Uses of HtmlPackage in org.nasdanika.html.model.html.impl
Classes in org.nasdanika.html.model.html.impl that implement HtmlPackage Modifier and Type Class Description classHtmlPackageImplAn implementation of the model Package.Methods in org.nasdanika.html.model.html.impl that return HtmlPackage Modifier and Type Method Description HtmlPackageHtmlFactoryImpl. getHtmlPackage()static HtmlPackageHtmlFactoryImpl. getPackage()Deprecated.static HtmlPackageHtmlPackageImpl. init()Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of HtmlPackage in org.nasdanika.html.model.html.util
Fields in org.nasdanika.html.model.html.util declared as HtmlPackage Modifier and Type Field Description protected static HtmlPackageHtmlAdapterFactory. modelPackageThe cached model package.protected static HtmlPackageHtmlSwitch. modelPackageThe cached model package
-