|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |