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 Smil20FactorySmil20Factory. eINSTANCEThe singleton instance of the factory.Methods in org.w3._2001.smil20 that return Smil20Factory Modifier and Type Method Description Smil20FactorySmil20Package. 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 classSmil20FactoryImplAn implementation of the model Factory.Methods in org.w3._2001.smil20.impl that return Smil20Factory Modifier and Type Method Description Smil20FactorySmil20PackageImpl. getSmil20Factory()static Smil20FactorySmil20FactoryImpl. init()Creates the default factory implementation.
-