Uses of Interface
org.knime.core.webui.node.NodeWrapper
Packages that use NodeWrapper
Package
Description
The dialog of a node is an UI extension that allows a user to change node settings.
This package contains entities which are used as messages between the core (i.e.
To be moved into the respective gateway-plugin as soon as it's part of the default build.
-
Uses of NodeWrapper in org.knime.core.webui.node
Classes in org.knime.core.webui.node with type parameters of type NodeWrapperModifier and TypeClassDescriptionfinal classDataServiceManager<N extends NodeWrapper>Manages data service instances created byDataServiceProvider-implementations.final classPageResourceManager<N extends NodeWrapper>Gives access to the pages and page resources for nodes (i.e.Subinterfaces of NodeWrapper in org.knime.core.webui.nodeModifier and TypeInterfaceDescriptioninterfaceANodeWrapperthat identifies an output port on an instantiated node.Methods in org.knime.core.webui.node that return NodeWrapperModifier and TypeMethodDescriptionstatic NodeWrapperNodeWrapper.of(org.knime.core.node.workflow.NodeContainer nc) Convenience method to create aNodeWrapper-instance. -
Uses of NodeWrapper in org.knime.core.webui.node.dialog
Methods in org.knime.core.webui.node.dialog that return types with arguments of type NodeWrapperModifier and TypeMethodDescriptionNodeDialogManager.getDataServiceManager()NodeDialogManager.getPageResourceManager() -
Uses of NodeWrapper in org.knime.core.webui.node.view
Methods in org.knime.core.webui.node.view that return types with arguments of type NodeWrapperModifier and TypeMethodDescriptionNodeViewManager.getDataServiceManager()NodeViewManager.getPageResourceManager()NodeViewManager.getTableViewManager() -
Uses of NodeWrapper in org.knime.core.webui.node.view.table
Classes in org.knime.core.webui.node.view.table with type parameters of type NodeWrapperModifier and TypeClassDescriptionfinal classTableViewManager<N extends NodeWrapper>ManagesTableView-instances. -
Uses of NodeWrapper in org.knime.gateway.api.entity
Classes in org.knime.gateway.api.entity with type parameters of type NodeWrapperModifier and TypeClassDescriptionclassNodeUIExtensionEnt<N extends NodeWrapper>Super classes for node-ui-extension entities, e.g., node view and node dialog. -
Uses of NodeWrapper in org.knime.gateway.impl.service.events
Classes in org.knime.gateway.impl.service.events with type parameters of type NodeWrapperModifier and TypeClassDescriptionfinal classSelectionEventSource<N extends NodeWrapper>An event source that emits selection events (i.e.