|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataColumnProperties | |
---|---|
org.knime.core.data | Contains the interface definitions of the DataCell
and DataTable and related
classes, used to store and access the actual data. |
Uses of DataColumnProperties in org.knime.core.data |
---|
Methods in org.knime.core.data that return DataColumnProperties | |
---|---|
DataColumnProperties |
DataColumnProperties.cloneAndOverwrite(Map<String,String> newProperties)
Creates a new instance which carries all properties from this object and adds the newProperties . |
DataColumnProperties |
DataColumnSpec.getProperties()
Returns the properties assigned to this column spec. |
static DataColumnProperties |
DataColumnProperties.load(ConfigRO config)
Reads all properties (key-value pairs) from the given ConfigRO
and returns a new DataColumnProperties object. |
Methods in org.knime.core.data with parameters of type DataColumnProperties | |
---|---|
void |
DataColumnSpecCreator.setProperties(DataColumnProperties props)
Set (new) column properties. |
Constructors in org.knime.core.data with parameters of type DataColumnProperties | |
---|---|
DataColumnSpec(String name,
String[] elNames,
DataType type,
DataColumnDomain domain,
DataColumnProperties props,
SizeHandler sizeHdl,
ColorHandler colorHdl,
ShapeHandler shapeHdl)
Constructor taking all properties of this column spec as arguments. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |