|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| QueryFileHandler | This interface describes the capability to query the user for an input file name. |
| Class Summary | |
|---|---|
| EditHandlerTeXImpl | This is a dummy implementation for an EditHandler which just prints the location to the error stream. |
| ErrorHandlerImpl | This is a simple implementation of the error handler interacting with the
user on the command line like |
| ErrorHandlerTeXImpl | This is the error handler in |
| FileCloseObserver | This observer waits for update events when files are closed. |
| FileOpenObserver | This observer reports that a certain file has been opened. |
| FileRecorder | This observer records that a certain file has been opened. |
| QueryFileHandlerTeXImpl | This class implements the |
| ResourceFinderImpl | This ResourceFinder queries the user for the name of the file to use and tries to find it via its parent. |
| TeX | This is the command line interface to |
| TeXInputReader | This Reader gets the characters from System.in but presents a prompt before each line of input. |
| TokenObserver | Observer for tokens which are read from the token stream. |
| TokenPushObserver | Observer for the operation of pushing a token to the token stream. |
This package contains some support classes for the ExTeX main program. This includes Exception classes as well as ErrorHandler and Observers.
The whole interaction with the user is located in this package, if not contained in the main class itself. Thus it is possible to use the core engine without being tied to the old facioned interaction style. This might be used to integrate the core engine into a graphical user interface.
ExTeX can be run from the command line. The TeX-compatible command
line interface is available in the class TeX.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||