|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UIInformation
Basic interface for extra information.
| Method Summary | |
|---|---|
UIInformation |
clone()
UIInformation objects are cloneable without further restriction. |
void |
load(NodeSettingsRO config,
WorkflowPersistorVersion200.LoadVersion loadVersion)
Reads the information from the NodeSettings object. |
void |
save(NodeSettingsWO config)
Stores all contained information into the given configuration. |
| Method Detail |
|---|
void save(NodeSettingsWO config)
config - The configuration to write the current settings into.load(org.knime.core.node.NodeSettingsRO, org.knime.core.node.workflow.WorkflowPersistorVersion200.LoadVersion)
void load(NodeSettingsRO config,
WorkflowPersistorVersion200.LoadVersion loadVersion)
throws InvalidSettingsException
config - Retrieve the data from.loadVersion - The workflow version that was used to store this
object
InvalidSettingsException - If the required keys are not available
in the NodeSettings.save(org.knime.core.node.NodeSettingsWO)UIInformation clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||