Class TextTableOutput

java.lang.Object
be.gaudry.swing.component.table.output.factory.AbstractTableOutput
be.gaudry.swing.component.table.output.factory.TextTableOutput
All Implemented Interfaces:
ITableOutput

public class TextTableOutput extends AbstractTableOutput
Since:
1.0 Jul 2, 2008, 1.0
Version:
%I%, %G%
Author:
Steph GAUDRY
  • Constructor Details

    • TextTableOutput

      public TextTableOutput()
  • Method Details

    • getSeparator

      public String getSeparator()
      Returns:
      the separator
    • setSeparator

      public void setSeparator(String separator)
      Parameters:
      separator - the separator to set
    • print

      public void print(org.jdesktop.swingx.JXTable table)
      Specified by:
      print in interface ITableOutput
      Specified by:
      print in class AbstractTableOutput