Uses of Interface
org.nasdanika.html.model.bootstrap.BootstrapFactory
-
Packages that use BootstrapFactory Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl -
-
Uses of BootstrapFactory in org.nasdanika.html.model.bootstrap
Fields in org.nasdanika.html.model.bootstrap declared as BootstrapFactory Modifier and Type Field Description static BootstrapFactoryBootstrapFactory. eINSTANCEThe singleton instance of the factory.Methods in org.nasdanika.html.model.bootstrap that return BootstrapFactory Modifier and Type Method Description BootstrapFactoryBootstrapPackage. getBootstrapFactory()Returns the factory that creates the instances of the model. -
Uses of BootstrapFactory in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement BootstrapFactory Modifier and Type Class Description classBootstrapFactoryImplAn implementation of the model Factory.Methods in org.nasdanika.html.model.bootstrap.impl that return BootstrapFactory Modifier and Type Method Description BootstrapFactoryBootstrapPackageImpl. getBootstrapFactory()static BootstrapFactoryBootstrapFactoryImpl. init()Creates the default factory implementation.
-