Deprecated Methods |
org.knime.base.node.viz.plotter.basic.BasicPlotter.addLine(DataArray, int, Color, Stroke)
use BasicPlotter.addLine(DataArray, int, int, Color, Stroke)
instead |
org.knime.base.util.coordinate.Coordinate.calculateMappedValue(DataCell, double, boolean)
Use Coordinate.calculateMappedValue(DataCell, double) instead. |
org.knime.core.node.NodeView.closeView()
Will be removed without replacement in future versions
of KNIME. Sub-classes should not be required to programmatically close
views. |
org.knime.core.node.NodeView.createFrame(String)
This method will be removed without replacement in future
versions of KNIME as client code should not be required to
open views. |
org.knime.core.node.property.hilite.HiLiteHandler.fireClearHiLiteEventInternal(KeyEvent)
Replaced by HiLiteHandler.fireClearHiLiteEvent(KeyEvent) |
org.knime.core.node.property.hilite.HiLiteHandler.fireHiLiteEventInternal(KeyEvent)
Replaced by public method HiLiteHandler.fireHiLiteEvent(KeyEvent) . |
org.knime.core.node.property.hilite.HiLiteHandler.fireUnHiLiteEventInternal(KeyEvent)
Replaced by HiLiteHandler.fireUnHiLiteEvent(KeyEvent) . |
org.knime.base.data.append.row.AppendedRowsIterator.getDuplicateHash()
Use the key set of AppendedRowsIterator.getDuplicateNameMap() instead. |
org.knime.core.node.util.ColumnFilterPanel.getExcludedColumnList()
Use ColumnFilterPanel.getExcludedColumnSet() instead |
org.knime.core.node.util.ColumnFilterPanel.getIncludedColumnList()
Use ColumnFilterPanel.getIncludedColumnSet() instead |
org.knime.core.node.workflow.SingleNodeContainer.getNodeReferenceBug2136()
Method will be reduced to package scope
in future version, currently public to enable workaround for bug #2136
(see also bug #2137) |
org.knime.core.data.DataTableSpec.getRowSize(DataRow)
use row size factor instead |
org.knime.core.data.property.SizeModelDouble.getSize(DataCell)
use SizeModelDouble.getSizeFactor(DataCell) instead. |
org.knime.core.data.property.SizeHandler.getSize(DataCell)
use SizeHandler.getSizeFactor(DataCell) instead |
org.knime.core.data.property.SizeHandler.SizeModel.getSize(DataCell)
use SizeHandler.SizeModel.getSizeFactor(DataCell) instead. |
org.knime.base.util.coordinate.Coordinate.getTickPositions(double, boolean)
Use Coordinate.getTickPositions(double) instead. |
org.knime.base.node.preproc.sample.AbstractSamplingNodeModel.hasBeenConfigured()
use AbstractSamplingNodeModel.checkSettings(DataTableSpec) instead because
this also checks for the class column if stratified sampling
has been selected |
org.knime.core.node.NodeView.openViewComponent()
Will be removed without replacement in future
versions of KNIME. |
org.knime.core.node.NodeModel.peekScopeVariableDouble(String)
This method has been replaced by
NodeModel.peekFlowVariableDouble(String) .
It will be removed in future versions. |
org.knime.core.node.NodeModel.peekScopeVariableInt(String)
This method has been replaced by
NodeModel.peekFlowVariableInt(String) .
It will be removed in future versions. |
org.knime.core.node.NodeModel.peekScopeVariableString(String)
This method has been replaced by
NodeModel.peekFlowVariableString(String) .
It will be removed in future versions. |
org.knime.core.node.NodeModel.pushScopeVariableDouble(String, double)
This method has been replaced by
NodeModel.pushFlowVariableDouble(String, double) .
It will be removed in future versions. |
org.knime.core.node.NodeModel.pushScopeVariableInt(String, int)
This method has been replaced by
NodeModel.pushFlowVariableInt(String, int) .
It will be removed in future versions. |
org.knime.core.node.NodeModel.pushScopeVariableString(String, String)
This method has been replaced by
NodeModel.pushFlowVariableString(String, String) .
It will be removed in future versions. |
org.knime.core.data.container.LongUTFDataInputStream.readLine()
|
org.knime.core.node.defaultnodesettings.DialogComponent.setEnabled(boolean)
rather use the component's DialogComponent.EmptySettingsModel to
enable/disable the component. |
org.knime.core.node.NodeLogger.setLevelIntern(NodeLogger.LEVEL)
|
org.knime.core.node.tableview.TableContentModel.showHiLitedOnly(boolean)
This method has been replaced by
TableContentModel.setTableContentFilter(TableContentFilter) . |
org.knime.core.node.tableview.TableContentView.showHiLitedOnly(boolean)
Implementors should refer to
getContentModel().setTableContentFilter(TableContentFilter) |
org.knime.core.node.tableview.TableView.showHiLitedOnly(boolean)
Implementors should refer to
getContentModel().setTableContentFilter(TableContentFilter) |
org.knime.core.node.tableview.TableContentModel.showsHiLitedOnly()
This method has been replaced by
TableContentModel.getTableContentFilter() |
org.knime.core.node.tableview.TableContentView.showsHiLitedOnly()
Implementors should refer to
getContentModel().getTableContentFilter() |
org.knime.core.node.tableview.TableView.showsHiLitedOnly()
Implementors should refer to
getContentModel().getTableContentFilter() |
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.