|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.data.DataValue.UtilityFactory
org.knime.core.data.TimestampValue.TimestampUtilityFactory
public static class TimestampValue.TimestampUtilityFactory
Implementations of the meta information of this value class.
| Constructor Summary | |
|---|---|
protected |
TimestampValue.TimestampUtilityFactory()
Only subclasses are allowed to instantiate this class. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.knime.core.data.DataValue.UtilityFactory |
|---|
getRendererFamily, loadIcon |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected TimestampValue.TimestampUtilityFactory()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||