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