Uses of Interface
org.knime.core.ui.wrapper.Wrapper
Packages that use Wrapper
-
Uses of Wrapper in org.knime.core.ui.wrapper
Classes in org.knime.core.ui.wrapper that implement WrapperModifier and TypeClassDescriptionclassAbstract implementation of theWrapperinterface that keeps the wrapped object as local member.final classUI-interface implementation that wraps aConnectionContainer.classInteractiveWebViewsResultWrapper<T extends org.knime.core.node.AbstractNodeView.ViewableModel & org.knime.core.node.wizard.WizardNode<REP,VAL>, REP extends org.knime.core.node.web.WebViewContent, VAL extends org.knime.core.node.web.WebViewContent> UI-interface implementation that wraps aInteractiveWebViewsResult.final classUI-interface implementation that wraps aNativeNodeContainer.classNodeContainerWrapper<W extends org.knime.core.node.workflow.NodeContainer>UI-interface implementation that wraps aNodeContainer.classUI-interface implementation that wraps aNodeInPort.classUI-interface implementation that wraps aNodeOutPort.classSingleInteractiveWebViewResultWrapper<T extends org.knime.core.node.AbstractNodeView.ViewableModel & org.knime.core.node.wizard.WizardNode<REP,VAL>, REP extends org.knime.core.node.web.WebViewContent, VAL extends org.knime.core.node.web.WebViewContent> UI-interface implementation that wraps aInteractiveWebViewsResult.SingleInteractiveWebViewResult.classSingleNodeContainerWrapper<W extends org.knime.core.node.workflow.SingleNodeContainer>UI-interface implementation that wraps aSingleNodeContainer.final classUI-interface implementation that wraps aSubNodeContainer.classUI-interface implementation that wrapsWorkflowContextV2.final classUI-interface implementation that wraps aWorkflowDef.classUI-interface implementation that wraps aWorkflowInPort.final classImplements theWorkflowManagerUIinterface by simply wrapping theWorkflowManagerimplementation.classUI-interface implementation that wraps aWorkflowOutPort.classUI-interface implementation that wraps aWorkflowPersistor.Fields in org.knime.core.ui.wrapper with type parameters of type WrapperModifier and TypeFieldDescriptionstatic final ConcurrentMap<Integer,Wrapper<?>> Wrapper.WRAPPER_MAPThe global wrapper map - not for direct access - usewrapOrGet(Object, Function)instead!Methods in org.knime.core.ui.wrapper that return WrapperModifier and TypeMethodDescriptionstatic <W> Wrapper<W>Either returns a wrapper object stored in a central global wrapper map (with the identity hashcode as key - seeSystem.identityHashCode(Object)).Method parameters in org.knime.core.ui.wrapper with type arguments of type WrapperModifier and TypeMethodDescriptionstatic <W> Wrapper<W>Either returns a wrapper object stored in a central global wrapper map (with the identity hashcode as key - seeSystem.identityHashCode(Object)).