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 LanguageFactoryLanguageFactory. eINSTANCEThe singleton instance of the factory.Methods in org.w3._2001.smil20.language that return LanguageFactory Modifier and Type Method Description LanguageFactoryLanguagePackage. 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 classLanguageFactoryImplAn implementation of the model Factory.Methods in org.w3._2001.smil20.language.impl that return LanguageFactory Modifier and Type Method Description LanguageFactoryLanguagePackageImpl. getLanguageFactory()static LanguageFactoryLanguageFactoryImpl. init()Creates the default factory implementation. 
 -