Package eu.isas.reporter.preferences
Class DisplayPreferences
java.lang.Object
eu.isas.reporter.preferences.DisplayPreferences
- All Implemented Interfaces:
Serializable
Reporter display preferences.
- Author:
- Marc Vaudel
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe text displayed in the cell of a table in case the data is not loaded. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the clustering settings.intReturns the index of the selected protein ratio type to display.Returns the reagents in the user defined order.voidsetClusteringSettings(ClusteringSettings clusteringSettings) Sets the clustering settings.voidsetProteinRatioType(int proteinRatioType) Sets the index of the selected protein ratio type to display.voidsetReagents(ArrayList<String> reagents) Set the regents.
-
Field Details
-
LOADING_MESSAGE
The text displayed in the cell of a table in case the data is not loaded.- See Also:
-
-
Constructor Details
-
DisplayPreferences
public DisplayPreferences()Constructor.
-
-
Method Details
-
getClusteringSettings
Returns the clustering settings.- Returns:
- the clustering settings
-
setClusteringSettings
Sets the clustering settings.- Parameters:
clusteringSettings- the cluster settings
-
getProteinRatioType
public int getProteinRatioType()Returns the index of the selected protein ratio type to display.- Returns:
- the index of the selected protein ratio type to display
-
setProteinRatioType
public void setProteinRatioType(int proteinRatioType) Sets the index of the selected protein ratio type to display.- Parameters:
proteinRatioType- the index of the selected protein ratio type to display
-
getReagents
Returns the reagents in the user defined order.- Returns:
- the reagents in the user defined order
-
setReagents
Set the regents.- Parameters:
reagents- the regents
-