Uses of Interface
org.extex.resource.PropertyAware

Packages that use PropertyAware
org.extex.backend This package contains the backends of ExTeX
org.extex.font This package contains the core data types for fonts in ExTeX. 
org.extex.resource This package contains some classes and interfaces for dealing with searching for resources like files. 
 

Uses of PropertyAware in org.extex.backend
 

Classes in org.extex.backend that implement PropertyAware
 class BackendDriverImpl
          This back-end driver can be used to combine several components.
 

Uses of PropertyAware in org.extex.font
 

Classes in org.extex.font that implement PropertyAware
 class FontFactoryImpl
          Factory to load a font.
 

Uses of PropertyAware in org.extex.resource
 

Classes in org.extex.resource that implement PropertyAware
 class FileFinder
          This file finder searches for the file in different directories and with several extensions.
 class FileFinderRPath
          This file finder search recursively in a directory.
 class LsrFinder
          This resource finder searches a file in a ls-R file database as present in a texmf tree.