Class TableProperties

java.lang.Object
com.compomics.util.gui.TableProperties

public class TableProperties
extends Object
This class groups properties for the tables
Author:
Harald Barsnes, Marc Vaudel
  • Constructor Details

  • Method Details

    • getLabelWidth

      public static int getLabelWidth()
      Returns the label width for the sparklines.
      Returns:
      the labelWidth
    • getSelectedRowHtmlTagFontColor

      public static String getSelectedRowHtmlTagFontColor()
      Returns the color to use for the HTML tags for the selected rows, in HTML color code.
      Returns:
      the color to use for the HTML tags for the selected rows, in HTML color code
    • getNotSelectedRowHtmlTagFontColor

      public static String getNotSelectedRowHtmlTagFontColor()
      Returns the color to use for the HTML tags for the rows that are not selected, in HTML color code.
      Returns:
      the color to use for the HTML tags for the rows that are not selected, in HTML color code