public static class TimestampValue.TimestampUtilityFactory extends DataValue.UtilityFactory
| Modifier | Constructor and Description |
|---|---|
protected |
TimestampUtilityFactory()
Only subclasses are allowed to instantiate this class.
|
| Modifier and Type | Method and Description |
|---|---|
protected DataValueComparator |
getComparator()
Derived classes should override this and provide a
DataValueComparator that
compares the respective DataValue. |
Icon |
getIcon()
Get an icon representing this value.
|
getRendererFamily, loadIconprotected TimestampUtilityFactory()
public Icon getIcon()
It is recommended to override this method and return an appropriate icon of size 16x16px.
getIcon in class DataValue.UtilityFactoryprotected DataValueComparator getComparator()
DataValueComparator that
compares the respective DataValue. If null
is returned the cell implementing the DataValue
interface is said to be not comparable with respect to this
DataValue interface. If none of the implemented
DataValue interfaces is comparable, the fallback
comparator based on the cell's toString() method is
used.getComparator in class DataValue.UtilityFactorynull
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.