Class DefaultValueLabelProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel​(java.lang.Object value)
      Gets label from the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLabel

        public java.lang.String getLabel​(java.lang.Object value)
        Description copied from interface: ValueLabelProvider
        Gets label from the value. The label is used as user-presentable label for a value.
        Specified by:
        getLabel in interface ValueLabelProvider<java.lang.Object>
        Parameters:
        value - the value to be label provided from
        Returns: