Package com.compomics.util.gui
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 Summary
Constructors Constructor Description TableProperties()
-
Method Summary
Modifier and Type Method Description static int
getLabelWidth()
Returns the label width for the sparklines.static String
getNotSelectedRowHtmlTagFontColor()
Returns the color to use for the HTML tags for the rows that are not selected, in HTML color code.static String
getSelectedRowHtmlTagFontColor()
Returns the color to use for the HTML tags for the selected rows, in HTML color code.
-
Constructor Details
-
TableProperties
public TableProperties()
-
-
Method Details
-
getLabelWidth
public static int getLabelWidth()Returns the label width for the sparklines.- Returns:
- the labelWidth
-
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
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
-