Uses of Interface
org.extex.framework.configuration.Configurable

Packages that use Configurable
org.extex.backend.documentWriter This package contains the backends of ExTeX which are responsible for writing the constructed pages to an appropriate file. 
org.extex.backend.documentWriter.dump This package contains backends of ExTeX which just dump the information in a readable format to the output file. 
org.extex.backend.documentWriter.dvix This package contains a DocumentWriter to produce DVI files. 
org.extex.backend.documentWriter.itextpdf This package contains a backend of ExTeX which produce a PDF-file. 
org.extex.backend.documentWriter.postscript This package contains a DocumentWriter to produce PostScript and Encapsulated PostScript. 
org.extex.backend.documentWriter.rtf This package contains a DocumentWriter to produce RTF files. 
org.extex.backend.documentWriter.xml This package contains a backend of ExTeX which dumps the information in a XML format. 
org.extex.color This package contains some classes for color support. 
org.extex.engine This package contains the core engine of ExTeX
org.extex.engine.backend This package contains the backend support of the core engine of ExTeX
org.extex.engine.typesetter This package contains the typesetter support of the core engine of ExTeX
org.extex.font This package contains the core data types for fonts in ExTeX. 
org.extex.framework This package contains some classes and interfaces for dealing with components in general. 
org.extex.interpreter This package contains the macro expansion engine and all supporting classes. 
org.extex.interpreter.context This package contains the container for data in the interpreter. 
org.extex.interpreter.context.impl.extension   
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
org.extex.interpreter.unit This package contains utilities. 
org.extex.language This package contains classes and implementations which describe a language. 
org.extex.language.impl This package contains implementations which describe a language. 
org.extex.scanner.stream This package contains the stream definitions and implementations supported for the scanner. 
org.extex.typesetter.tc This package contains the declarations for a typesetting context. 
org.extex.unit.base.file This package contains primitives to handle files. 
org.extex.unit.base.register.toks This package contains token register primitives for the ExTeX engine. 
org.extex.unit.dynamic This package contains primitives for extending ExTeX with foreign langauges. 
org.extex.unit.etex.info   
org.extex.unit.pdftex This package contains primitives for ExTeX's pdfTeX mode. 
org.extex.unit.tex This package contains classes for the primitives which are mapped to Java code. 
org.extex.unit.tex.file This package contains primitives to handle files. 
org.extex.unit.tex.register.count This package contains primitives for the manipulation of count registers. 
org.extex.unit.tex.register.dimen This package contains primitives for the manipulation of dimen registers. 
 

Uses of Configurable in org.extex.backend.documentWriter
 

Classes in org.extex.backend.documentWriter that implement Configurable
 class DocumentWriterFactory
          This is the factory to provide an instance of a document writer.
 

Uses of Configurable in org.extex.backend.documentWriter.dump
 

Classes in org.extex.backend.documentWriter.dump that implement Configurable
 class DumpDocumentWriter
          This is an implementation of a document writer which can act both as sample and as tool for testing.
 class MultiDumpDocumentWriter
          This is an implementation of a document writer which puts of each page into a new output stream.
 

Uses of Configurable in org.extex.backend.documentWriter.dvix
 

Classes in org.extex.backend.documentWriter.dvix that implement Configurable
 class DviDocumentWriter
          This class provides a base implementation of a DVI document writer.
 

Uses of Configurable in org.extex.backend.documentWriter.itextpdf
 

Classes in org.extex.backend.documentWriter.itextpdf that implement Configurable
 class PdfDocumentWriter
          Implementation of a pdf document writer with iText.
 class TwoPassDocumentWriter
          Implementation of a pdf document writer with iText.
 

Uses of Configurable in org.extex.backend.documentWriter.postscript
 

Classes in org.extex.backend.documentWriter.postscript that implement Configurable
 class AbstractPostscriptWriter
          This is the abstract base class for document writers producing PostScript code.
 class EpsWriter
          This document writer produces Encapsulated Postscript documents.
 class PsWriter
          This document writer produces multi-page PostScript documents.
 

Uses of Configurable in org.extex.backend.documentWriter.rtf
 

Classes in org.extex.backend.documentWriter.rtf that implement Configurable
 class RtfDocumentWriter
          This class provides a base implementation of a RTF document writer.
 

Uses of Configurable in org.extex.backend.documentWriter.xml
 

Classes in org.extex.backend.documentWriter.xml that implement Configurable
 class XMLDocumentWriter
          This is a xml implementation of a document writer.
 

Uses of Configurable in org.extex.color
 

Classes in org.extex.color that implement Configurable
 class ColorConverterFacory
          This is the factory to provide an instance of a color converter.
 

Uses of Configurable in org.extex.engine
 

Classes in org.extex.engine that implement Configurable
 class ErrorHandlerFactory
          This is the factory for instances of ErrorHandler.
 

Uses of Configurable in org.extex.engine.backend
 

Classes in org.extex.engine.backend that implement Configurable
 class BackendFactory
          This class provides a factory for the back-end.
 class OutputFactory
          This factory creates an output stream from a specification in the configuration.
 

Uses of Configurable in org.extex.engine.typesetter
 

Classes in org.extex.engine.typesetter that implement Configurable
 class OutputRoutineFactory
          This class provides a factory for the output routines.
 class TypesetterFactory
          This is the factory for instances of Typesetter.
 

Uses of Configurable in org.extex.font
 

Classes in org.extex.font that implement Configurable
 class FontFactoryImpl
          Factory to load a font.
 class FontKeyFactory
          Factory for the FontKey.
 

Uses of Configurable in org.extex.framework
 

Classes in org.extex.framework that implement Configurable
 class AbstractFactory
          This is the abstract base class for factories.
 

Uses of Configurable in org.extex.interpreter
 

Classes in org.extex.interpreter that implement Configurable
 class InterpreterFactory
          This class provides a factory for Interpreters.
 class LoadUnit
          This is a factory load to units from a configuration.
 

Uses of Configurable in org.extex.interpreter.context
 

Classes in org.extex.interpreter.context that implement Configurable
 class ContextFactory
          This class provides a factory for a Context.
 

Uses of Configurable in org.extex.interpreter.context.impl.extension
 

Classes in org.extex.interpreter.context.impl.extension that implement Configurable
 class ContextExtensionImpl
          This is a reference implementation for an interpreter context with ExTeX functions.
 

Uses of Configurable in org.extex.interpreter.max
 

Classes in org.extex.interpreter.max that implement Configurable
 class Moritz
          This class provides the layer above the input streams and the tokenizer.
 class StringSource
          This class provides a token source which is fed from a string.
 class TokenFactoryFactory
          This class provides a factory for a TokenFactory.
 

Uses of Configurable in org.extex.interpreter.max.context
 

Classes in org.extex.interpreter.max.context that implement Configurable
 class ContextImpl
          This is a reference implementation for an interpreter context.
 

Uses of Configurable in org.extex.interpreter.unit
 

Classes in org.extex.interpreter.unit that implement Configurable
 class LoaderFactory
          This is the factory for instances of Loader.
 class UnitInfoFactory
          This is the factory for instances of UnitInfo.
 

Uses of Configurable in org.extex.language
 

Classes in org.extex.language that implement Configurable
 class LanguageManagerFactory
          This class provides a factory for a LanguageManager.
 

Uses of Configurable in org.extex.language.impl
 

Classes in org.extex.language.impl that implement Configurable
 class BaseLanguageManager
          This class manages the HyphenationTables.
 class LoadingLanguageManager
          This class manages the Languages.
 

Uses of Configurable in org.extex.scanner.stream
 

Classes in org.extex.scanner.stream that implement Configurable
 class TokenStreamFactory
          This is the factory to provide an instance of a TokenStream.
 

Uses of Configurable in org.extex.typesetter.tc
 

Classes in org.extex.typesetter.tc that implement Configurable
 class TypesettingContextFactory
          This class provides a factory for a TypesettingContext.
 

Uses of Configurable in org.extex.unit.base.file
 

Classes in org.extex.unit.base.file that implement Configurable
 class AbstractFileCode
          This abstract class provides some common methods for primitives dealing with files.
 

Uses of Configurable in org.extex.unit.base.register.toks
 

Classes in org.extex.unit.base.register.toks that implement Configurable
 class ToksParameter
          This class provides an implementation for the primitive \toks.
 

Uses of Configurable in org.extex.unit.dynamic
 

Classes in org.extex.unit.dynamic that implement Configurable
 class NativeDef
          This primitive provides a binding of a macro or active character to code in some programming language.
protected static class NativeDef.Factory
          This inner class provides access to the functionality of an abstract factory.
 class NativeLoad
          This primitive initiates the loading of native code and implements the primitive \nativeload.
 

Uses of Configurable in org.extex.unit.etex.info
 

Classes in org.extex.unit.etex.info that implement Configurable
 class Showgroups
          This class provides an implementation for the primitive \showgroups.
 

Uses of Configurable in org.extex.unit.pdftex
 

Classes in org.extex.unit.pdftex that implement Configurable
 class PdftexUnitInfo
          This class provides the setup for the unit pdftex.
 

Uses of Configurable in org.extex.unit.tex
 

Classes in org.extex.unit.tex that implement Configurable
 class TexUnitInfo
          This class provides the setup for the unit tex.
 

Uses of Configurable in org.extex.unit.tex.file
 

Classes in org.extex.unit.tex.file that implement Configurable
 class Input
          This class provides an implementation for the primitive \input.
 class Openin
          This class provides an implementation for the primitive \openin.
 class Openout
          This class provides an implementation for the primitive \openout.
 

Uses of Configurable in org.extex.unit.tex.register.count
 

Classes in org.extex.unit.tex.register.count that implement Configurable
 class IntegerParameter
          This class provides an implementation for the count valued primitives like \day.
 

Uses of Configurable in org.extex.unit.tex.register.dimen
 

Classes in org.extex.unit.tex.register.dimen that implement Configurable
 class DimenParameter
          This class provides an implementation for the primitive \dimen.