|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIInformation | |
---|---|
org.knime.core.node.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
Uses of UIInformation in org.knime.core.node.workflow |
---|
Classes in org.knime.core.node.workflow that implement UIInformation | |
---|---|
class |
ConnectionUIInformation
Default implementation of a connection extra info. |
class |
NodeUIInformation
Special NodeExtraInfo object used by the workflow editor. |
Methods in org.knime.core.node.workflow that return UIInformation | |
---|---|
UIInformation |
UIInformation.clone()
UIInformation objects are cloneable without further restriction. |
UIInformation |
CopyWorkflowPersistor.getInPortsBarUIInfo()
Get UI information for workflow input ports. |
UIInformation |
WorkflowPersistorVersion1xx.getInPortsBarUIInfo()
Get UI information for workflow input ports. |
UIInformation |
InsertWorkflowPersistor.getInPortsBarUIInfo()
Get UI information for workflow input ports. |
UIInformation |
WorkflowPersistor.getInPortsBarUIInfo()
Get UI information for workflow input ports. |
UIInformation |
WorkflowManager.getInPortsBarUIInfo()
Get UI information for workflow input ports. |
UIInformation |
PasteWorkflowContentPersistor.getInPortsBarUIInfo()
Get UI information for workflow input ports. |
UIInformation |
CopyWorkflowPersistor.getOutPortsBarUIInfo()
Get UI information for workflow output ports. |
UIInformation |
WorkflowPersistorVersion1xx.getOutPortsBarUIInfo()
Get UI information for workflow output ports. |
UIInformation |
InsertWorkflowPersistor.getOutPortsBarUIInfo()
Get UI information for workflow output ports. |
UIInformation |
WorkflowPersistor.getOutPortsBarUIInfo()
Get UI information for workflow output ports. |
UIInformation |
WorkflowManager.getOutPortsBarUIInfo()
Get UI information for workflow output ports. |
UIInformation |
PasteWorkflowContentPersistor.getOutPortsBarUIInfo()
Get UI information for workflow output ports. |
(package private) UIInformation |
WorkflowPersistor.ConnectionContainerTemplate.getUiInfo()
|
UIInformation |
ConnectionContainer.getUIInfo()
|
UIInformation |
NodeContainerMetaPersistor.getUIInfo()
|
UIInformation |
NodeContainerMetaPersistorVersion1xx.getUIInfo()
|
UIInformation |
CopyNodeContainerMetaPersistor.getUIInfo()
|
UIInformation |
NodeContainer.getUIInformation()
Returns the UI information. |
UIInformation |
NodeUIInformationEvent.getUIInformation()
|
UIInformation |
ConnectionUIInformationEvent.getUIInformation()
|
protected UIInformation |
WorkflowPersistorVersion1xx.loadUIInfoInstance(String className)
Creates the UIInformaion from given settings, describing
whatever additional information was stored (graphical layout?). |
Methods in org.knime.core.node.workflow with parameters of type UIInformation | |
---|---|
protected void |
WorkflowPersistorVersion1xx.loadInPortsBarUIInfo(UIInformation uiInfo,
NodeSettingsRO settings)
|
protected void |
WorkflowPersistorVersion200.loadInPortsBarUIInfo(UIInformation uiInfo,
NodeSettingsRO settings)
|
protected void |
WorkflowPersistorVersion1xx.loadOutPortsBarUIInfo(UIInformation uiInfo,
NodeSettingsRO settings)
|
protected void |
WorkflowPersistorVersion200.loadOutPortsBarUIInfo(UIInformation uiInfo,
NodeSettingsRO settings)
|
protected void |
WorkflowPersistorVersion1xx.loadUIInfoSettings(UIInformation uiInfo,
NodeSettingsRO settings)
|
protected void |
WorkflowPersistorVersion200.loadUIInfoSettings(UIInformation uiInfo,
NodeSettingsRO settings)
|
protected void |
WorkflowPersistorVersion200.saveInportsBarUIInfoClassName(NodeSettingsWO settings,
UIInformation info)
|
protected void |
WorkflowPersistorVersion200.saveInportsBarUIInfoSettings(NodeSettingsWO settings,
UIInformation uiInfo)
|
protected void |
WorkflowPersistorVersion200.saveOutportsBarUIInfoClassName(NodeSettingsWO settings,
UIInformation info)
|
protected void |
WorkflowPersistorVersion200.saveOutportsBarUIInfoSettings(NodeSettingsWO settings,
UIInformation uiInfo)
|
protected void |
WorkflowPersistorVersion200.saveUIInfoClassName(NodeSettingsWO settings,
UIInformation info)
|
protected void |
WorkflowPersistorVersion200.saveUIInfoSettings(NodeSettingsWO settings,
UIInformation uiInfo)
|
void |
WorkflowManager.setInPortsBarUIInfo(UIInformation inPortsBarUIInfo)
Set UI information for workflow's input ports (typically aligned as a bar). |
void |
WorkflowManager.setOutPortsBarUIInfo(UIInformation outPortsBarUIInfo)
Set UI information for workflow's output ports (typically aligned as a bar). |
void |
ConnectionContainer.setUIInfo(UIInformation uiInfo)
|
void |
NodeContainerMetaPersistor.setUIInfo(UIInformation uiInfo)
|
void |
NodeContainerMetaPersistorVersion1xx.setUIInfo(UIInformation uiInfo)
|
void |
CopyNodeContainerMetaPersistor.setUIInfo(UIInformation uiInfo)
|
void |
NodeContainer.setUIInformation(UIInformation uiInformation)
|
Constructors in org.knime.core.node.workflow with parameters of type UIInformation | |
---|---|
ConnectionUIInformationEvent(ConnectionContainer src,
UIInformation uiInformation)
|
|
NodeUIInformationEvent(NodeID src,
UIInformation uiInformation,
String customName,
String description)
|
|
WorkflowPersistor.ConnectionContainerTemplate(int source,
int sourcePort,
int dest,
int destPort,
boolean isDeletable,
UIInformation uiInfo)
Creates new template connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |