|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeContainer.NodeContainerSettings.SplitType | |
---|---|
org.knime.core.node | Contains all classes needed to implement a new node in the workflow. |
org.knime.core.node.exec | |
org.knime.core.node.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
Uses of NodeContainer.NodeContainerSettings.SplitType in org.knime.core.node |
---|
Methods in org.knime.core.node with parameters of type NodeContainer.NodeContainerSettings.SplitType | |
---|---|
void |
NodeDialogPane.addJobMgrTab(NodeContainer.NodeContainerSettings.SplitType splitType)
Creates and adds the job manager selection tab. |
Uses of NodeContainer.NodeContainerSettings.SplitType in org.knime.core.node.exec |
---|
Methods in org.knime.core.node.exec with parameters of type NodeContainer.NodeContainerSettings.SplitType | |
---|---|
NodeExecutionJobManagerPanel |
ThreadNodeExecutionJobManager.getSettingsPanelComponent(NodeContainer.NodeContainerSettings.SplitType nodeSplitType)
Creates a new instance of a panel that holds components to display the job manager's settings and to allow the user to enter new values. |
Uses of NodeContainer.NodeContainerSettings.SplitType in org.knime.core.node.workflow |
---|
Methods in org.knime.core.node.workflow that return NodeContainer.NodeContainerSettings.SplitType | |
---|---|
(package private) NodeContainer.NodeContainerSettings.SplitType |
NodeContainer.getSplitType()
|
static NodeContainer.NodeContainerSettings.SplitType |
NodeContainer.NodeContainerSettings.SplitType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeContainer.NodeContainerSettings.SplitType[] |
NodeContainer.NodeContainerSettings.SplitType.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.NodeContainerSettings.SplitType | |
---|---|
NodeExecutionJobManagerPanel |
NodeExecutionJobManager.getSettingsPanelComponent(NodeContainer.NodeContainerSettings.SplitType nodeSplitType)
Creates a new instance of a panel that holds components to display the job manager's settings and to allow the user to enter new values. |
Constructors in org.knime.core.node.workflow with parameters of type NodeContainer.NodeContainerSettings.SplitType | |
---|---|
NodeExecutorJobManagerDialogTab(NodeContainer.NodeContainerSettings.SplitType splitType)
Creates a new selection tab for NodeExecutionJobManager s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |