|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--sos.reports.TableFormatAdapter
A table format that returns empty attribute sets for all methods. This is a convenience class so that subclasses do not have to define all three methods. Instead, subclasses should override the method(s) they wish to return useful attribute sets.
| Constructor Summary | |
TableFormatAdapter()
|
|
| Method Summary | |
javax.swing.text.AttributeSet |
getCellAttributes(CellElement cellElement)
Returns the attributes to use for the specified cell element. |
javax.swing.text.AttributeSet |
getTableAttributes(TableElement tableElement)
Returns the attributes to use for the table element. |
javax.swing.text.AttributeSet |
getTierAttributes(TierElement tierElement)
Returns the attributes to use for the specified tier element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TableFormatAdapter()
| Method Detail |
public javax.swing.text.AttributeSet getCellAttributes(CellElement cellElement)
TableFormat
getCellAttributes in interface TableFormatcellElement - cell for which the attributes are desired
cellElementpublic javax.swing.text.AttributeSet getTableAttributes(TableElement tableElement)
TableFormat
getTableAttributes in interface TableFormattableElement - table for which the attributes are desired
tableElementpublic javax.swing.text.AttributeSet getTierAttributes(TierElement tierElement)
TableFormat
getTierAttributes in interface TableFormattierElement - row or column for which the attributes are desired
tierElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||