org.knime.base.node.viz.liftchart
Class LiftChartNodeDialog

java.lang.Object
  extended by org.knime.core.node.NodeDialogPane
      extended by org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
          extended by org.knime.base.node.viz.liftchart.LiftChartNodeDialog

public class LiftChartNodeDialog
extends DefaultNodeSettingsPane

Class for an configuration dialog for the lift chart node.

Author:
Stephan Sellien, University of Konstanz

Constructor Summary
LiftChartNodeDialog()
          Creates a new lift chart configuration dialog.
 
Method Summary
 void loadAdditionalSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Override hook to load additional settings when all input ports are data ports.
 
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

LiftChartNodeDialog

public LiftChartNodeDialog()
Creates a new lift chart configuration dialog.

Method Detail

loadAdditionalSettingsFrom

public void loadAdditionalSettingsFrom(NodeSettingsRO settings,
                                       DataTableSpec[] specs)
                                throws NotConfigurableException
Override hook to load additional settings when all input ports are data ports. This method is the specific implementation to DefaultNodeSettingsPane.loadAdditionalSettingsFrom(NodeSettingsRO, PortObjectSpec[]) if all input ports are data ports. All elements in the specs argument are guaranteed to be non-null.

Overrides:
loadAdditionalSettingsFrom in class DefaultNodeSettingsPane
Parameters:
settings - The settings of the node
specs - The DataTableSpec of the input tables.
Throws:
NotConfigurableException - If not configurable


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.