Uses of Interface
org.w3._2001.smil20.Smil20Package
-
Packages that use Smil20Package Package Description org.w3._2001.smil20 org.w3._2001.smil20.impl org.w3._2001.smil20.util -
-
Uses of Smil20Package in org.w3._2001.smil20
Fields in org.w3._2001.smil20 declared as Smil20Package Modifier and Type Field Description static Smil20Package
Smil20Package. eINSTANCE
The singleton instance of the package.Methods in org.w3._2001.smil20 that return Smil20Package Modifier and Type Method Description Smil20Package
Smil20Factory. getSmil20Package()
Returns the package supported by this factory. -
Uses of Smil20Package in org.w3._2001.smil20.impl
Classes in org.w3._2001.smil20.impl that implement Smil20Package Modifier and Type Class Description class
Smil20PackageImpl
An implementation of the model Package.Methods in org.w3._2001.smil20.impl that return Smil20Package Modifier and Type Method Description static Smil20Package
Smil20FactoryImpl. getPackage()
Deprecated.Smil20Package
Smil20FactoryImpl. getSmil20Package()
static Smil20Package
Smil20PackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of Smil20Package in org.w3._2001.smil20.util
Fields in org.w3._2001.smil20.util declared as Smil20Package Modifier and Type Field Description protected static Smil20Package
Smil20AdapterFactory. modelPackage
The cached model package.protected static Smil20Package
Smil20Switch. modelPackage
The cached model package
-