Package com.hybris.cockpitng.labels.impl
Class DoubleNumberFormatLabelProvider
- java.lang.Object
-
- com.hybris.cockpitng.labels.impl.DoubleNumberFormatLabelProvider
-
- All Implemented Interfaces:
LabelProvider<java.lang.Double>
public class DoubleNumberFormatLabelProvider extends java.lang.Object implements LabelProvider<java.lang.Double>
-
-
Constructor Summary
Constructors Constructor Description DoubleNumberFormatLabelProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription(java.lang.Double object)Returns text description for a given Object.java.lang.StringgetIconPath(java.lang.Double object)Returns icon path for a given Object.java.lang.StringgetLabel(java.lang.Double object)Returns label for a given Object.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.labels.LabelProvider
getShortLabel
-
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel(java.lang.Double object)
Description copied from interface:LabelProviderReturns label for a given Object.- Specified by:
getLabelin interfaceLabelProvider<java.lang.Double>- Returns:
- label for a given object
-
getDescription
public java.lang.String getDescription(java.lang.Double object)
Description copied from interface:LabelProviderReturns text description for a given Object.- Specified by:
getDescriptionin interfaceLabelProvider<java.lang.Double>- Returns:
- description for a given object
-
getIconPath
public java.lang.String getIconPath(java.lang.Double object)
Description copied from interface:LabelProviderReturns icon path for a given Object.- Specified by:
getIconPathin interfaceLabelProvider<java.lang.Double>- Returns:
- icon path for a given object
-
-