|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowObjectStack | |
---|---|
org.knime.core.node | Contains all classes needed to implement a new node in the workflow. |
org.knime.core.node.config | Contains a utility class Config to store
a general state (i.e. |
org.knime.core.node.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
Uses of FlowObjectStack in org.knime.core.node |
---|
Methods in org.knime.core.node that return FlowObjectStack | |
---|---|
FlowObjectStack |
Node.getFlowObjectStack()
|
(package private) FlowObjectStack |
NodeModel.getFlowObjectStack()
|
Methods in org.knime.core.node with parameters of type FlowObjectStack | |
---|---|
NodeDialogPane |
Node.getDialogPaneWithSettings(PortObjectSpec[] inSpecs,
FlowObjectStack foStack,
NodeSettingsRO settings)
|
void |
NodeDialogPane.internalLoadSettingsFrom(NodeSettingsRO settings,
PortObjectSpec[] specs,
FlowObjectStack foStack)
Method being called from the node when the dialog shall load the settings from a NodeSettingsRO object. |
void |
Node.setFlowObjectStack(FlowObjectStack scsc)
|
(package private) void |
NodeModel.setFlowObjectStack(FlowObjectStack scsc)
|
Uses of FlowObjectStack in org.knime.core.node.config |
---|
Methods in org.knime.core.node.config that return FlowObjectStack | |
---|---|
FlowObjectStack |
ConfigEditJTree.getFlowObjectStack()
|
FlowObjectStack |
ConfigEditTreeNodePanel.getFlowObjectStack()
|
Methods in org.knime.core.node.config with parameters of type FlowObjectStack | |
---|---|
void |
ConfigEditJTree.setFlowObjectStack(FlowObjectStack foStack)
|
void |
ConfigEditTreeNodePanel.setFlowObjectStack(FlowObjectStack flowObjectStack)
|
Uses of FlowObjectStack in org.knime.core.node.workflow |
---|
Methods in org.knime.core.node.workflow that return FlowObjectStack | |
---|---|
FlowObjectStack |
NodeOutPortWrapper.getFlowObjectStack()
Returns the FlowObjectStack of the underlying node. |
FlowObjectStack |
NodeOutPort.getFlowObjectStack()
Returns the FlowObjectStack of the underlying node. |
FlowObjectStack |
NodeContainerOutPort.getFlowObjectStack()
Returns the FlowObjectStack of the underlying node. |
(package private) FlowObjectStack |
SingleNodeContainer.getFlowObjectStack()
|
Methods in org.knime.core.node.workflow with parameters of type FlowObjectStack | |
---|---|
(package private) abstract NodeID[] |
NodeContainer.loadContent(NodeContainerPersistor persistor,
Map<Integer,BufferedDataTable> tblRep,
FlowObjectStack inStack,
ExecutionMonitor exec,
WorkflowPersistor.LoadResult loadResult,
boolean preserveNodeMessage)
Restore content from persistor. |
(package private) NodeID[] |
WorkflowManager.loadContent(NodeContainerPersistor nodePersistor,
Map<Integer,BufferedDataTable> tblRep,
FlowObjectStack ignoredStack,
ExecutionMonitor exec,
WorkflowPersistor.LoadResult loadResult,
boolean preserveNodeMessage)
Restore content from persistor. |
(package private) NodeID[] |
SingleNodeContainer.loadContent(NodeContainerPersistor nodePersistor,
Map<Integer,BufferedDataTable> tblRep,
FlowObjectStack inStack,
ExecutionMonitor exec,
WorkflowPersistor.LoadResult loadResult,
boolean preserveNodeMessage)
Restore content from persistor. |
(package private) void |
SingleNodeContainer.setFlowObjectStack(FlowObjectStack st)
Set FlowObjectStack . |
void |
FlowObjectStackView.update(FlowObjectStack stack)
Updates the view to display the given stack. |
(package private) void |
OutPortView.update(PortObject portObject,
PortObjectSpec portObjectSpec,
FlowObjectStack stack)
Sets the content of the view. |
Constructors in org.knime.core.node.workflow with parameters of type FlowObjectStack | |
---|---|
FlowObjectStack(NodeID id,
FlowObjectStack... predStacks)
Creates new stack based. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |