|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.io.tablecreator.TableCreator2NodeSettings
public final class TableCreator2NodeSettings
This class hold the settings for the Table Creator Node.
| Constructor Summary | |
|---|---|
TableCreator2NodeSettings()
|
|
| Method Summary | |
|---|---|
int[] |
getColumnIndices()
|
SortedMap<Integer,ColProperty> |
getColumnProperties()
|
boolean |
getHightlightOutputTable()
|
String |
getRowIdPrefix()
|
int |
getRowIdStartValue()
|
String |
getRowIdSuffix()
|
int[] |
getRowIndices()
|
String[] |
getValues()
|
void |
loadSettings(NodeSettingsRO settings)
Loads the settings from the node settings object. |
void |
loadSettingsForDialog(NodeSettingsRO settings)
Loads the settings from the node settings object using default values if some settings are missing. |
void |
saveSettings(NodeSettingsWO settings)
Saves the settings into the node settings object. |
void |
setColumnIndices(int[] colIndices)
|
void |
setColumnProperties(SortedMap<Integer,ColProperty> colProps)
|
void |
setHightlightOutputTable(boolean hightlightOutputTable)
|
void |
setRowIdPrefix(String rowIdPrefix)
|
void |
setRowIdStartValue(int rowIdStartValue)
|
void |
setRowIdSuffix(String rowIdSuffix)
|
void |
setRowIndices(int[] rowIndices)
|
void |
setValues(String[] values)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableCreator2NodeSettings()
| Method Detail |
|---|
public final int[] getRowIndices()
public final void setRowIndices(int[] rowIndices)
rowIndices - the rowIndices to setpublic final int[] getColumnIndices()
public final void setColumnIndices(int[] colIndices)
colIndices - the colIndices to setpublic final String[] getValues()
public final void setValues(String[] values)
values - the values to setpublic final SortedMap<Integer,ColProperty> getColumnProperties()
public final void setColumnProperties(SortedMap<Integer,ColProperty> colProps)
colProps - the colProps to setpublic final String getRowIdPrefix()
public final void setRowIdPrefix(String rowIdPrefix)
rowIdPrefix - the rowIdPrefix to setpublic final String getRowIdSuffix()
public final void setRowIdSuffix(String rowIdSuffix)
rowIdSuffix - the rowIdSuffix to setpublic final int getRowIdStartValue()
public final void setRowIdStartValue(int rowIdStartValue)
rowIdStartValue - the rowIdStartValue to setpublic final boolean getHightlightOutputTable()
public final void setHightlightOutputTable(boolean hightlightOutputTable)
hightlightOutputTable - the hightlightOutputTable to set
public void loadSettings(NodeSettingsRO settings)
throws InvalidSettingsException
settings - a node settings object
InvalidSettingsException - if some settings are missingpublic void loadSettingsForDialog(NodeSettingsRO settings)
settings - a node settings objectpublic void saveSettings(NodeSettingsWO settings)
settings - a node settings object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||