Uses of Class
org.knime.core.data.DataColumnProperties

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.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
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.