org.knime.base.node.preproc.filter.rowref
Class RowFilterRefNodeDialogPane

java.lang.Object
  extended by org.knime.core.node.NodeDialogPane
      extended by org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
          extended by org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane

public class RowFilterRefNodeDialogPane
extends DefaultNodeSettingsPane

The dialog pane for the Reference Row Filter node which offers an include and exclude option.

Author:
Thomas Gabriel, University of Konstanz

Field Summary
(package private) static String EXCLUDE
          Exclude rows.
(package private) static String INCLUDE
          Include rows.
 
Constructor Summary
RowFilterRefNodeDialogPane()
          Creates a new dialog pane with a radio button group to shows between include or exclude mode.
 
Method Summary
(package private) static SettingsModelColumnName createDataTableColModel()
           
(package private) static SettingsModelString createInExcludeModel()
           
(package private) static SettingsModelColumnName createReferenceTableColModel()
           
 
Methods inherited from class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
addDialogComponent, closeCurrentGroup, createNewGroup, createNewTab, createNewTabAt, loadAdditionalSettingsFrom, 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
 

Field Detail

INCLUDE

static final String INCLUDE
Include rows.

See Also:
Constant Field Values

EXCLUDE

static final String EXCLUDE
Exclude rows.

See Also:
Constant Field Values
Constructor Detail

RowFilterRefNodeDialogPane

public RowFilterRefNodeDialogPane()
Creates a new dialog pane with a radio button group to shows between include or exclude mode.

Method Detail

createInExcludeModel

static SettingsModelString createInExcludeModel()
Returns:
setting model for include/exclude row IDs

createDataTableColModel

static SettingsModelColumnName createDataTableColModel()
Returns:
setting model for for the column of the table to filter

createReferenceTableColModel

static SettingsModelColumnName createReferenceTableColModel()
Returns:
setting model for the column of the reference table


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.