Package org.knime.core.ui.wrapper
Class WorkflowContextWrapper
java.lang.Object
org.knime.core.ui.wrapper.AbstractWrapper<org.knime.core.node.workflow.contextv2.WorkflowContextV2>
org.knime.core.ui.wrapper.WorkflowContextWrapper
- All Implemented Interfaces:
WorkflowContextUI,UI,Wrapper<org.knime.core.node.workflow.contextv2.WorkflowContextV2>
public class WorkflowContextWrapper
extends AbstractWrapper<org.knime.core.node.workflow.contextv2.WorkflowContextV2>
implements WorkflowContextUI
UI-interface implementation that wraps
WorkflowContextV2.- Author:
- Martin Horn, KNIME GmbH, Konstanz, Germany
-
Field Summary
Fields inherited from interface org.knime.core.ui.wrapper.Wrapper
WRAPPER_MAP -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowContextWrapper(org.knime.core.node.workflow.contextv2.WorkflowContextV2 wrappedObj) -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowContextWrapperwrap(org.knime.core.node.workflow.contextv2.WorkflowContextV2 workflowContext) Wraps the passedWorkflowContextV2by just creating a newWorkflowContextWrapper-instance.Methods inherited from class org.knime.core.ui.wrapper.AbstractWrapper
equals, hashCode, toString, unwrap
-
Constructor Details
-
WorkflowContextWrapper
protected WorkflowContextWrapper(org.knime.core.node.workflow.contextv2.WorkflowContextV2 wrappedObj) - Parameters:
wrappedObj-
-
-
Method Details
-
wrap
public static WorkflowContextWrapper wrap(org.knime.core.node.workflow.contextv2.WorkflowContextV2 workflowContext) Wraps the passedWorkflowContextV2by just creating a newWorkflowContextWrapper-instance.- Parameters:
workflowContext- object to wrap- Returns:
- a new wrapper instance
-