Class DoubleNumberFormatLabelProvider

  • All Implemented Interfaces:
    LabelProvider<java.lang.Double>

    public class DoubleNumberFormatLabelProvider
    extends java.lang.Object
    implements LabelProvider<java.lang.Double>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription​(java.lang.Double object)
      Returns text description for a given Object.
      java.lang.String getIconPath​(java.lang.Double object)
      Returns icon path for a given Object.
      java.lang.String getLabel​(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
    • Constructor Detail

      • DoubleNumberFormatLabelProvider

        public DoubleNumberFormatLabelProvider()
    • Method Detail

      • getLabel

        public java.lang.String getLabel​(java.lang.Double object)
        Description copied from interface: LabelProvider
        Returns label for a given Object.
        Specified by:
        getLabel in interface LabelProvider<java.lang.Double>
        Returns:
        label for a given object
      • getDescription

        public java.lang.String getDescription​(java.lang.Double object)
        Description copied from interface: LabelProvider
        Returns text description for a given Object.
        Specified by:
        getDescription in interface LabelProvider<java.lang.Double>
        Returns:
        description for a given object
      • getIconPath

        public java.lang.String getIconPath​(java.lang.Double object)
        Description copied from interface: LabelProvider
        Returns icon path for a given Object.
        Specified by:
        getIconPath in interface LabelProvider<java.lang.Double>
        Returns:
        icon path for a given object