Package networkTransfer.receive
Class PairedValueInfo
java.lang.Object
networkTransfer.receive.PairedValueInfo
- Direct Known Subclasses:
PairedDoubleValueInfo
Information for additional paired values that will get displayed in the main
RXTable view.
- Author:
- dg50
-
Constructor Summary
ConstructorDescriptionPairedValueInfo
(String pairName) PairedValueInfo
(String pairName, String columnName) PairedValueInfo
(String pairName, String columnName, Integer decimalPlaces, String unitString) -
Method Summary
Modifier and TypeMethodDescriptionformatNumber
(Object obj, int deciPl) formatTableData
(BuoyStatusDataUnit buoyStatusDataUnit, BuoyStatusValue value) Get the class for the cell renderer in the table.getToolTipText
(BuoyStatusDataUnit buoyStatusDataUnit, BuoyStatusValue value) void
setColumnName
(String columnName) void
setDecimalPlaces
(Integer decimalPlaces) void
setUnitString
(String unitString)
-
Constructor Details
-
PairedValueInfo
-
PairedValueInfo
-
PairedValueInfo
-
-
Method Details
-
getColumnName
-
setColumnName
-
getTableClass
Get the class for the cell renderer in the table.- Returns:
-
formatTableData
- Parameters:
buoyStatusDataUnit
-value
-- Returns:
-
getToolTipText
-
getPairName
- Returns:
- the pairName
-
formatNumber
-
getDecimalPlaces
- Returns:
- the decimalPlaces
-
setDecimalPlaces
- Parameters:
decimalPlaces
- the decimalPlaces to set
-
getUnitString
- Returns:
- the unitString
-
setUnitString
- Parameters:
unitString
- the unitString to set
-