wt.enterprise.tabularresults
Class StdTableFormatService

java.lang.Object
  extended bywt.enterprise.tabularresults.TableFormatService
      extended bywt.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:

Field Summary
 
Fields inherited from class wt.enterprise.tabularresults.TableFormatService
columns, ROW_ATTRIBUTES, TABLE_ATTRIBUTES
 
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
 

Constructor Detail

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