|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeContainer.State | |
---|---|
org.knime.core.node.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
Uses of NodeContainer.State in org.knime.core.node.workflow |
---|
Methods in org.knime.core.node.workflow that return NodeContainer.State | |
---|---|
NodeContainer.State |
NodeOutPortWrapper.getNodeState()
|
NodeContainer.State |
NodeOutPort.getNodeState()
|
NodeContainer.State |
NodeContainerOutPort.getNodeState()
|
NodeContainer.State |
NodeContainerMetaPersistor.getState()
|
NodeContainer.State |
NodeContainerMetaPersistorVersion1xx.getState()
|
NodeContainer.State |
NodeContainer.getState()
|
NodeContainer.State |
CopyNodeContainerMetaPersistor.getState()
|
NodeContainer.State |
NodeStateEvent.getState()
|
protected NodeContainer.State |
NodeContainerMetaPersistorVersion200.loadState(NodeSettingsRO settings,
NodeSettingsRO parentSettings)
Load the state of the node. |
protected NodeContainer.State |
NodeContainerMetaPersistorVersion1xx.loadState(NodeSettingsRO settings,
NodeSettingsRO parentSettings)
Load the state of the node. |
static NodeContainer.State |
NodeContainer.State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeContainer.State[] |
NodeContainer.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.knime.core.node.workflow with parameters of type NodeContainer.State | |
---|---|
protected void |
NodeContainer.setState(NodeContainer.State state)
Set new status and notify listeners. |
protected boolean |
NodeContainer.setState(NodeContainer.State state,
boolean setDirty)
Set new status and notify listeners. |
(package private) static NodePersistor.LoadNodeModelSettingsFailPolicy |
SingleNodeContainerPersistorVersion1xx.translateToFailPolicy(NodeContainer.State nodeState)
|
Constructors in org.knime.core.node.workflow with parameters of type NodeContainer.State | |
---|---|
NodeStateEvent(NodeID src,
NodeContainer.State state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |