Uses of Interface
org.knime.core.ui.UI
Packages that use UI
Package
Description
-
Uses of UI in org.knime.core.ui.node.workflow
Subinterfaces of UI in org.knime.core.ui.node.workflowModifier and TypeInterfaceDescriptioninterfaceUI-interface that mirrors theConnectionContainer.interfaceInteractiveWebViewsResultUI<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> Return value ofNodeContainerUI.getInteractiveWebViews().static interfaceInteractiveWebViewsResultUI.SingleInteractiveWebViewResultUI<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> Represents a single web view, currently a model and a name.interfaceUI-interface that mirrors theNativeNodeContainer.interfaceUI-interface that mirrors theNodeContainer.interfaceRepresents a node in-port of aNodeContainerUI.interfaceInterface for a node's output port (mainly for theNodeContainerUI).interfaceNode port interface which keeps an index and a port name.interfaceUI-interface that mirrors theSingleNodeContainer.interfaceUI-interface that mirrors theSubNodeContainer.interfaceRepresents an undo operation.interfaceWorkflow context information that should be available to the UI.interfaceRepresents copied parts of a workflow.interfaceRepresents copied parts of a workflow including their offset.interfaceRepresents an in-port of a workflow (e.g.interfaceUI-interface that mirrors theWorkflowManager.interfaceRepresents a node out-port of a workflow (e.g.Classes in org.knime.core.ui.node.workflow that implement UIModifier and TypeClassDescriptionclassContext object supplier that either takes aNodeContaineror aNodeContainerUIand converts it intoNodeContainer,NodeContainerUI,WorkflowManager, orWorkflowManagerUI.final classThis class holds information about the context in which a remote workflow (e.g. -
Uses of UI in org.knime.core.ui.node.workflow.async
Subinterfaces of UI in org.knime.core.ui.node.workflow.asyncModifier and TypeInterfaceDescriptioninterfaceUI-interface that provides asynchronous versions of some methods ofNodeContainerUI- seeAsyncUI.interfaceUI-interface that provides asynchronous versions of some methods ofNodeOutPortUI- see alsoAsyncUI.interfaceMarker-interface for all *asynchronous* eclipse-UI related components.interfaceUI-interface that provides asynchronous versions of some methods ofWorkflowAnnotation- see alsoAsyncUI.interfaceUI-interface that provides asynchronous versions of some methods ofWorkflowManagerUI- seeAsyncUI. -
Uses of UI in org.knime.core.ui.node.workflow.lazy
Subinterfaces of UI in org.knime.core.ui.node.workflow.lazyModifier and TypeInterfaceDescriptioninterfaceA workflow manager that isn't complete on instantiation and requires to (down-)load data (only once) before all methods can be used. -
Uses of UI in org.knime.core.ui.wrapper
Subinterfaces of UI in org.knime.core.ui.wrapperModifier and TypeInterfaceDescriptioninterfaceWrapper<W>Wraps another object and provides static methods to wrap and unwrap those.Classes in org.knime.core.ui.wrapper that implement UIModifier 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.Methods in org.knime.core.ui.wrapper that return UIModifier and TypeMethodDescriptionstatic UITries to wrap the passed object into its specific UI-wrapper, e.g.Methods in org.knime.core.ui.wrapper with parameters of type UIModifier and TypeMethodDescriptionstatic <W> WChecks if the passed object is a wrapper (i.e.static org.knime.core.node.workflow.ConnectionContainerShortcut forunwrap(wrapper, ConnectionContainer.class).static org.knime.core.node.workflow.NodeContainerShortcut forunwrap(wrapper, NodeContainer.class).static Optional<org.knime.core.node.workflow.NodeContainer>Wrapper.unwrapNCOptional(UI wrapper) Shortcut forunwrapOptional(wrapper, NodeContainer.class).static <W> Optional<W>Wrapper.unwrapOptional(UI wrapper, Class<W> wrappedObjectClass) Checks if the passed object is a wrapper (i.e.static org.knime.core.node.workflow.WorkflowManagerShortcut forunwrap(wrapper, WorkflowManager.class).static Optional<org.knime.core.node.workflow.WorkflowManager>Wrapper.unwrapWFMOptional(UI wrapper) Shortcut forunwrapOptional(wrapper, WorkflowManager.class).