|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterColumnPanel.SelectionOption | |
---|---|
org.knime.base.node.preproc.filter.column | Contains the filter column node which can be used the extract certain columns from the input data table. |
Uses of FilterColumnPanel.SelectionOption in org.knime.base.node.preproc.filter.column |
---|
Methods in org.knime.base.node.preproc.filter.column that return FilterColumnPanel.SelectionOption | |
---|---|
FilterColumnPanel.SelectionOption |
FilterColumnPanel.getSelectionOption()
|
static FilterColumnPanel.SelectionOption |
FilterColumnPanel.SelectionOption.parse(String str)
|
static FilterColumnPanel.SelectionOption |
FilterColumnPanel.SelectionOption.parse(String str,
FilterColumnPanel.SelectionOption defaultOption)
|
static FilterColumnPanel.SelectionOption |
FilterColumnPanel.SelectionOption.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FilterColumnPanel.SelectionOption[] |
FilterColumnPanel.SelectionOption.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.knime.base.node.preproc.filter.column with parameters of type FilterColumnPanel.SelectionOption | |
---|---|
static FilterColumnPanel.SelectionOption |
FilterColumnPanel.SelectionOption.parse(String str,
FilterColumnPanel.SelectionOption defaultOption)
|
void |
FilterColumnPanel.update(DataTableSpec spec,
FilterColumnPanel.SelectionOption selOption,
Collection<String> list)
Updates this filter panel by removing all current selections from the include and exclude list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |