Class TableOutputCSVPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
be.gaudry.swing.component.table.output.control.TableOutputCSVPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class TableOutputCSVPanel extends JPanel
Since:
1.0 Dec 1, 2008, 1.0
Version:
%I%, %G%
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • TableOutputCSVPanel

      public TableOutputCSVPanel()
  • Method Details

    • getSeparator

      public String getSeparator()
      Returns:
      the separator
    • setSeparator

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

      public static void main(String[] args)
      Auto-generated main method to display this JPanel inside a new JFrame.
    • setLocalizedSeparatorTitle

      public void setLocalizedSeparatorTitle(String title)
      Allows to make internationalized.
      Parameters:
      title - localized title
      Since:
      0.1.8-SNAPSHOT (Feb 12 2009)