Package org.tentackle.print

Swing-based Printing and Reporting.

See:
          Description

Interface Summary
PrintComponent Generic printable component.
All printable beans must implement this interface.
ReportSource Datasource for a Report.
Reports are implemented as state machines and get the data to be printed from a ReportSource.
 

Class Summary
BMoneyPrintLabel Printing bean for a money object.
BMoneyPrintLabelBeanInfo BeanInfo for BMoneyPrintLabel.
DatePrintLabel Printing bean for date.
DatePrintLabelBeanInfo BeanInfo for DatePrintLabel.
DoublePrintLabel Printing bean for float and double values.
Used to print also floats.
DoublePrintLabelBeanInfo BeanInfo for DoublePrintLabel.
FormTablePrintable Creates a Printable out of a FormTable.
Locales Locale strings for the print package.
LongPrintLabel Long Print Label.
Used to print any integer values (from byte to long).
LongPrintLabelBeanInfo BeanInfo for LongPrintLabel.
NumberPrintLabel Abstract printing bean for formatting numbers.
Must be subclassed for the concrete data type.
NumberPrintLabelBeanInfo BeanInfo for NumberPrintLabel.
PrintGlobal Util globals.
PrintHelper Utility methods for printing.
PrintLabel Text printing bean.
This is the base class for all text-field based printing beans.
PrintLabelBeanInfo BeanInfo for PrintLabel.
PrintPanel A printing panel.
PrintPanelBeanInfo BeanInfo for PrintPanel.
PrintTable Printable FormTable that looks nice when printed.
PrintTableBeanInfo BeanInfo for PrintTable.
PrintTextArea TextArea for printing in PrintPanels
PrintTextAreaBeanInfo BeanInfo for PrintTextArea.
Report A generic report.
ReportSourceAdapter Provides some default-implementations for a ReportSource Interface
 

Package org.tentackle.print Description

Swing-based Printing and Reporting.



Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de