wt.enterprise.tabularresults
Class StdTableFormatService
java.lang.Object
wt.enterprise.tabularresults.TableFormatService
wt.enterprise.tabularresults.StdTableFormatService
- public class StdTableFormatService
- extends TableFormatService
This class is a "dummy" concrete class of wt.enterprise.tabularresults.TableFormatService
This class does not add any functionality, it simply makes the functionality of
TableFormatService available.
Supported API: false
Extensible: false
- See Also:
Constructor Summary |
StdTableFormatService()
This is an "empty" method that implements the only required
method so that the methods of TableFormatService can be called
Supported API: false |
Methods inherited from class wt.enterprise.tabularresults.TableFormatService |
addColumn, addDefaultColumn, addToVector, deleteColumn, getDataFormatService, getDataServiceName, getLocale, hasColumn, initColumnNames, initTable, loadClass, printCaption, printHeadings, printRow, printTable, setAllColumnsProperties, setAllHeadersProperties, setColumnFormat, setColumnProperties, setDataFormatService, setDataServiceName, setDefaultColumnProperties, setDefaultColumns, setDefaultRowProperties, setDefaultTableProperties, setHeader, setHeaderProperties, setLocale, setRowFormat, setRowProperties, setTableFormat, setTableProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StdTableFormatService
public StdTableFormatService()
- This is an "empty" method that implements the only required
method so that the methods of TableFormatService can be called
Supported API: false