public interface WebViewContent extends ViewContent
WizardNode
and an interactive view running in the wizard or WebPortal.Modifier and Type | Method and Description |
---|---|
void |
loadFromNodeSettings(NodeSettingsRO settings) |
void |
loadFromStream(InputStream viewContentStream) |
void |
saveToNodeSettings(NodeSettingsWO settings) |
OutputStream |
saveToStream() |
void loadFromStream(InputStream viewContentStream) throws IOException
viewContentStream
- an input stream, that is used to create the instance of a view content.IOException
- Exception that can occur while creating an instance.OutputStream saveToStream() throws IOException
IOException
- Exception that can occur while serializing object.void saveToNodeSettings(NodeSettingsWO settings)
settings
- void loadFromNodeSettings(NodeSettingsRO settings) throws InvalidSettingsException
settings
- InvalidSettingsException
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.