Package com.compomics.util.gui
Class TableProperties
java.lang.Object
com.compomics.util.gui.TableProperties
This class groups properties for the tables
- Author:
- Harald Barsnes, Marc Vaudel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intReturns the label width for the sparklines.static StringReturns the color to use for the HTML tags for the rows that are not selected, in HTML color code.static StringReturns 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
-