|
||||||||||
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)
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)
void load(NodeSettingsRO config) throws InvalidSettingsException
config
- Retrieve the data from.
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 |