Class TableOutputHTMLPanel

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

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

    • TableOutputHTMLPanel

      public TableOutputHTMLPanel()
  • Method Details

    • getDefaultLineColor

      public Color getDefaultLineColor()
      Returns:
      the defaultLineColor
    • getDefaultLineForegroundColor

      public Color getDefaultLineForegroundColor()
      Returns:
      the defaultLineForegroundColor
    • setDefaultLineColor

      public void setDefaultLineColor(Color defaultLineColor)
      Parameters:
      defaultLineColor - the defaultLineColor to set
    • getAlternateLineColor

      public Color getAlternateLineColor()
      Returns:
      the alternateLineColor
    • getAlternateLineForegroundColor

      public Color getAlternateLineForegroundColor()
      Returns:
      the alternateLineForegroundColor
    • getTableStyle

      public ETableStyle getTableStyle()
      Returns:
      Since:
      0.1.8-SNAPSHOT (Feb 12 2009)
    • setAlternateLineColor

      public void setAlternateLineColor(Color alternateLineColor)
      Parameters:
      alternateLineColor - the alternateLineColor to set
    • main

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

      public void setLocalizedEvenLineColorTitle(String title)
      Allows to make internationalized.
      Parameters:
      title - localized title
      Since:
      0.1.12-SNAPSHOT (Feb 12 2009)
    • setLocalizedOddLineColorTitle

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