org.intermine.web.logic.export.rowformatters
Class TabRowFormatter

java.lang.Object
  extended by org.intermine.web.logic.export.RowFormatterImpl
      extended by org.intermine.web.logic.export.rowformatters.TabRowFormatter
All Implemented Interfaces:
RowFormatter

public class TabRowFormatter
extends RowFormatterImpl

Row formatter formats line as tab separated strings.


Constructor Summary
TabRowFormatter()
          Constructor.
 
Method Summary
 
Methods inherited from class org.intermine.web.logic.export.RowFormatterImpl
format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabRowFormatter

public TabRowFormatter()
Constructor.