Uses of Interface
org.w3._2001.smil20.language.LanguageFactory
-
Packages that use LanguageFactory Package Description org.w3._2001.smil20.language org.w3._2001.smil20.language.impl -
-
Uses of LanguageFactory in org.w3._2001.smil20.language
Fields in org.w3._2001.smil20.language declared as LanguageFactory Modifier and Type Field Description static LanguageFactory
LanguageFactory. eINSTANCE
The singleton instance of the factory.Methods in org.w3._2001.smil20.language that return LanguageFactory Modifier and Type Method Description LanguageFactory
LanguagePackage. getLanguageFactory()
Returns the factory that creates the instances of the model. -
Uses of LanguageFactory in org.w3._2001.smil20.language.impl
Classes in org.w3._2001.smil20.language.impl that implement LanguageFactory Modifier and Type Class Description class
LanguageFactoryImpl
An implementation of the model Factory.Methods in org.w3._2001.smil20.language.impl that return LanguageFactory Modifier and Type Method Description LanguageFactory
LanguagePackageImpl. getLanguageFactory()
static LanguageFactory
LanguageFactoryImpl. init()
Creates the default factory implementation.
-