Uses of Interface
sos.reports.TableFormat

Uses of TableFormat in sos.reports
 

Classes in sos.reports that implement TableFormat
 class DefaultTableFormat
          An implementation of TableFormat that allows clients to define attributes for the table, rows, columns, and cells, based on whether an element is in the header, body, or footer.
 class TableFormatAdapter
          A table format that returns empty attribute sets for all methods.
 

Fields in sos.reports declared as TableFormat
static TableFormat TableFormats.EMPTY_TABLE_FORMAT
          An empty table format.
 

Methods in sos.reports that return TableFormat
static TableFormat TableFormats.createColumnOrientedTableFormat(javax.swing.text.AttributeSet[] headerAttributes, javax.swing.text.AttributeSet[] bodyAttributes, javax.swing.text.AttributeSet[] footerAttributes)
          Creates a table format with the specified attributes for header columns, body columns, and footer columns.
static TableFormat TableFormats.createCompositeTableFormat(TableFormat tableFormat1, TableFormat tableFormat2)
          Creates a table format that is the composition of two table tyles, giving precendence to the first one.
static TableFormat TableFormats.createRowOrientedTableFormat(javax.swing.text.AttributeSet[] headerAttributes, javax.swing.text.AttributeSet[] bodyAttributes, javax.swing.text.AttributeSet[] footerAttributes)
          Creates a table format with the specified attributes for header rows, body rows, and footer rows.
static TableFormat ReportStyleConstants.getTableFormat(javax.swing.text.AttributeSet a)
          Returns the table format setting.
 

Methods in sos.reports with parameters of type TableFormat
static TableFormat TableFormats.createCompositeTableFormat(TableFormat tableFormat1, TableFormat tableFormat2)
          Creates a table format that is the composition of two table tyles, giving precendence to the first one.
static TableFormat TableFormats.createCompositeTableFormat(TableFormat tableFormat1, TableFormat tableFormat2)
          Creates a table format that is the composition of two table tyles, giving precendence to the first one.
static void ReportStyleConstants.setTableFormat(javax.swing.text.MutableAttributeSet a, TableFormat tableFormat)
          Sets the table format.
 



Copyright 2003, 2004 Side of Software (SOS). All rights reserved.