Interface | Description |
---|---|
InteractiveNode<REP extends ViewContent,VAL extends ViewContent> |
Interface for NodeModels that support interactive views and repeated
execution when the view has been modified by the user.
|
InteractiveNodeFactoryExtension<T extends NodeModel & InteractiveNode<REP,VAL>,REP extends ViewContent,VAL extends ViewContent> |
Interface for NodeFactories of InteractiveNodeModels.
|
InteractiveView<T extends NodeModel & InteractiveNode<REP,VAL>,REP extends ViewContent,VAL extends ViewContent> |
Interface for all interactive views.
|
ViewContent |
Class | Description |
---|---|
ConfigureCallback | |
DefaultConfigureCallback | |
DefaultReexecutionCallback | |
InteractiveClientNodeView<T extends NodeModel & InteractiveNode<REP,VAL>,REP extends ViewContent,VAL extends ViewContent> |
Abstract base class for interactive views which are launched on the client side and
have direct access to the NodeModel itself.
|
InteractiveViewDelegate<V extends ViewContent> |
Delegate class that can be used in an
InteractiveView implementation. |
ReexecutionCallback |
A callback object that view implementations need to provide when they want to re-execute their underlying node.
|
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.