org.knime.base.node.mine.pca
Class PCAApplyNodeDialog

java.lang.Object
  extended by org.knime.core.node.NodeDialogPane
      extended by org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
          extended by org.knime.base.node.mine.pca.PCAApplyNodeDialog

public class PCAApplyNodeDialog
extends DefaultNodeSettingsPane

Node dialog for PCA predictor node.

Author:
uwe, University of Konstanz

Constructor Summary
PCAApplyNodeDialog()
          construct dialog.
 
Method Summary
 void loadAdditionalSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          This method can be overridden to load additional settings.
 
Methods inherited from class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
addDialogComponent, closeCurrentGroup, createNewGroup, createNewTab, createNewTabAt, loadAdditionalSettingsFrom, loadSettingsFrom, saveAdditionalSettingsTo, saveSettingsTo, selectTab, setDefaultTabTitle, setHorizontalPlacement
 
Methods inherited from class org.knime.core.node.NodeDialogPane
addJobMgrTab, addTab, addTabAt, createFlowVariableModel, createFlowVariableModel, createFlowVariableModel, finishEditingAndSaveSettingsTo, getAvailableFlowVariables, getPanel, getTab, getTabIndex, internalLoadSettingsFrom, loadSettingsFrom, loadSettingsFrom, onCancel, onClose, onOpen, removeTab, renameTab, saveSettingsTo, setEnabled, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PCAApplyNodeDialog

public PCAApplyNodeDialog()
construct dialog.

Method Detail

loadAdditionalSettingsFrom

public void loadAdditionalSettingsFrom(NodeSettingsRO settings,
                                       PortObjectSpec[] specs)
                                throws NotConfigurableException
This method can be overridden to load additional settings. Override this method if you have mixed input types (different port types). Alternatively, if your node only has ordinary data inputs, consider to overwrite the DefaultNodeSettingsPane.loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) method, which does the type casting already.

Overrides:
loadAdditionalSettingsFrom in class DefaultNodeSettingsPane
Parameters:
settings - the NodeSettings to read from
specs - the input specs
Throws:
NotConfigurableException - if the node can currently not be configured


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.