public class DoubleNumberFormatLabelProvider extends Object implements LabelProvider<Double>
| Constructor and Description |
|---|
DoubleNumberFormatLabelProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription(Double object)
Returns text description for a given Object.
|
String |
getIconPath(Double object)
Returns icon path for a given Object.
|
String |
getLabel(Double object)
Returns label for a given Object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetShortLabelpublic String getLabel(Double object)
LabelProvidergetLabel in interface LabelProvider<Double>public String getDescription(Double object)
LabelProvidergetDescription in interface LabelProvider<Double>public String getIconPath(Double object)
LabelProvidergetIconPath in interface LabelProvider<Double>Copyright © 2018. All rights reserved.