Uses of Interface
org.knime.core.node.util.StringIconOption

Packages that use StringIconOption
org.knime.base.node.preproc.setoperator Contains a node to perform a set operation on two columns from two input tables. 
org.knime.core.node.defaultnodesettings Contains default dialog components, which can be used to quickly create a simple dialog. 
org.knime.core.node.util Contains a set of utility classes that may be used in different (so far visual) contexts. 
 

Uses of StringIconOption in org.knime.base.node.preproc.setoperator
 

Classes in org.knime.base.node.preproc.setoperator that implement StringIconOption
 class SetOperation
          This enumeration contains all valid set operations.
 

Uses of StringIconOption in org.knime.core.node.defaultnodesettings
 

Methods in org.knime.core.node.defaultnodesettings with parameters of type StringIconOption
 void DialogComponentStringListSelection.replaceListItems(StringIconOption[] newItems, String... select)
          Replaces the list of selectable options in the component.
 void DialogComponentStringSelection.replaceListItems(StringIconOption[] newItems, String select)
          Replaces the list of selectable strings in the component.
 

Constructors in org.knime.core.node.defaultnodesettings with parameters of type StringIconOption
DialogComponentStringListSelection(SettingsModelStringArray stringModel, String label, StringIconOption[] list, int selectionMode, boolean required, int visibleRowCount)
          Constructor that puts label and select box into panel.
DialogComponentStringSelection(SettingsModelString stringModel, String label, StringIconOption[] list)
          Constructor that puts label and combobox into panel.
 

Uses of StringIconOption in org.knime.core.node.util
 

Classes in org.knime.core.node.util that implement StringIconOption
 class DefaultStringIconOption
          Default implementation of the StringIconOption interface which is used in the default dialog components itself.
 

Methods in org.knime.core.node.util that return StringIconOption
static StringIconOption[] DefaultStringIconOption.createOptionArray(Collection<String> items)
          Helper method to create a StringIconOption array from a String Collection.
 



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.