Package | Description |
---|---|
org.knime.base.data.bitvector |
This package contains classes responsible for the representation and conversion
of bit vectors.
|
org.knime.core.data | |
org.knime.core.data.filestore.internal |
Framework classes for file store handling.
|
org.knime.core.data.renderer |
Interfaces and default implementations for renderer of
DataValue
objects. |
org.knime.core.node.tableview |
Node implementation of a table view.
|
Modifier and Type | Method and Description |
---|---|
protected DataValueRendererFamily |
BitVectorValue.BitVectorUtilityFactory.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports.
|
Modifier and Type | Method and Description |
---|---|
DataValueRendererFamily |
DataType.getRenderer(DataColumnSpec spec)
Deprecated.
Replaced by
DataType.getRendererFactories() |
protected DataValueRendererFamily |
ExtensibleUtilityFactory.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports.
|
protected DataValueRendererFamily |
DataValue.UtilityFactory.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports.
|
Modifier and Type | Method and Description |
---|---|
protected DataValueRendererFamily |
FileStoreKeyDataValue.FileStoreKeyUtilityFactory.getRendererFamily(DataColumnSpec spec)
Returns a family of all renderers this type natively supports.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDataValueRendererFamily
Default container for
DataValueRenderer . |
class |
SetOfRendererFamilies
Container for
DataValueRendererFamily that is by itself a
renderer family. |
Modifier and Type | Method and Description |
---|---|
static DataValueRendererFamily |
DefaultDataValueRendererFamily.findRendererFamily(Class<?> cellClass)
Helper method to get the renderer family for a particular
DataCell class. |
Constructor and Description |
---|
SetOfRendererFamilies(List<DataValueRendererFamily> fams)
Constructs a new set from a list of renderer families given in a list.
|
Modifier and Type | Method and Description |
---|---|
protected DataValueRendererFamily |
TableContentView.getRendererFamily(DataColumnSpec colSpec)
Method being invoked when the table is (re-)constructed to get
the available renderer for a column.
|
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.