Package jigcell.compare.impl

Interface Summary
DataGeneratorEvaluator.IProcessor Performs any needed processing on the data generator before evaluation.
FileDataSource.IFileEncoder An encoder for a FileDataSource.
 

Class Summary
Blackboard A wrapper for the Comparator backend that supports a blackboard style interface.
ClipboardDataSource A generic transfer agent for a source of data that supports reading and writing to a clipboard.
ComparatorDataFlavor A data flavor that represents a specialized format used by the Comparator.
Compare The Comparator backend and some support for a shell servicing the Comparator frontend.
Compare.TabInfo Information about a Comparator tab.
Config Controls the configuration of the Comparator and its various components.
Config.ConfigDelegate Filters the temporary instance markers before persisting the configuration.
DataGeneratorEvaluator Evaluates a list of data generators on a background thread.
DataManager Maintains and distributes data sources on demand.
DataSource A helper implementation for data source classes.
EvaluationCallStack The call stack for an IProgrammableDataGenerator evaluation.
ExceptionRecorder Provides listening and reporting options for asynchronous exception handling.
FileDataSource A generic transfer agent for a source of data that supports reading and writing to a file.
LinkedPropertyResourceBundle A property resource bundle that links back to a parent resource bundle.
OwnedDataSource A data source that provides a callback for wrapping native objects prior to data transfer.
PDFPrinterDataSource A data source that prints tables to a PDF file.
PrinterDataSource A data source that supports writing to a printer.
ProxyBuilder Constructs proxy instances for commonly used Comparator interfaces.
RawFileDataSource A transfer agent that supports reading and writing data to a regular file.
StreamingStringTokenizer An implementation of StringTokenizer that can directly use streaming input.
SuffixFileFilter A file filter that matches against a given suffix string.
SystemPrinterDataSource A transfer agent for a source of data that supports writing to a printer.
Transferer A helper class for transfering data between the Comparator and other applications.
XMLFileDataSource A transfer agent that supports reading and writing data to a file using XML persistence.
XMLFileEncoder An encoder for FileDataSource that supports reading and writing data to a file using XML persistence.
XMLFormatter Controls XML serialization behavior by modifying how classes get persisted.