Class RecordPrinterImpl

The default implementation of a RecordPrinter.

Synopsis

 public class RecordPrinterImplimplements RecordPrinter {
  public RecordPrinterImpl();
  public void printRecord(MetaRecord record,
                          UIConfig config,
                          net.tmorris.adt.sequence.Sequence templates)
    throws IOException;

}

Methods inherited from java.lang.Object: clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

Inheritance Path. java.lang.Object-> org.kaiwitte.workbench.printing.RecordPrinterImpl

printRecord(MetaRecord, UIConfig, Sequence)

Synopsis: public void printRecord(org.kaiwitte.workbench.data.MetaRecord re\
cord,

                                  org.kaiwitte.workbench.ui.UIConfig config\
, 
                                  net.tmorris.adt.sequence.Sequence templat\
es) 
              throws java.io.IOException;

Specified by: Method printRecord in interface RecordPrinter

Parameters

record

the record to provide values for variables in the templates

templates

the template texts (file names), one per print

Exceptions

IOException

iff an I/O error occurs

Prints the record. The resulting prints is based on the provided templates.