Uses of Interface
sos.reports.TableElement

Uses of TableElement in sos.reports
 

Classes in sos.reports that implement TableElement
protected  class AbstractReport.AbstractTableElement
          A partial implementation of TableElement.
protected  class AbstractReport.DefaultTableElement
          A default implementation of TableElement that stores cells in lists of lists.
 

Methods in sos.reports that return TableElement
 TableElement TierElement.getTableElement()
          Returns this tier's parent table.
 TableElement CellElement.getTableElement()
          Returns the table element to which this cell belongs.
 TableElement AbstractReport.DefaultTableElement.DefaultTierElement.getTableElement()
           
 TableElement AbstractReport.DefaultTableElement.DefaultCellElement.getTableElement()
           
 

Methods in sos.reports with parameters of type TableElement
 javax.swing.text.AttributeSet TableFormatAdapter.getTableAttributes(TableElement tableElement)
           
 javax.swing.text.AttributeSet TableFormat.getTableAttributes(TableElement tableElement)
          Returns the attributes to use for the table element.
 javax.swing.text.AttributeSet DefaultTableFormat.getTableAttributes(TableElement tableElement)
           
 



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