Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractRpcClient - Class in org.knime.core.webui.data.rpc
-
Base class for node data service client implementations, such as
JsonRpcClient. - AbstractRpcClient() - Constructor for class org.knime.core.webui.data.rpc.AbstractRpcClient
-
Get the rpc transport from the extension point.
- AbstractRpcClient(RpcTransport) - Constructor for class org.knime.core.webui.data.rpc.AbstractRpcClient
-
For testing only: Constructor to initialize an rpc client with custom transport.
- AbstractRpcSingleClient<S> - Class in org.knime.core.webui.data.rpc
-
Base class for node data service client implementations that support only one service interface, such as
JsonRpcSingleClient. - AbstractRpcSingleClient(Class<S>) - Constructor for class org.knime.core.webui.data.rpc.AbstractRpcSingleClient
- AbstractRpcSingleClient(Class<S>, RpcTransport) - Constructor for class org.knime.core.webui.data.rpc.AbstractRpcSingleClient
-
For testing only: Constructor to initialize an rpc client with custom transport.
- AbstractWrapper<W> - Class in org.knime.core.ui.wrapper
-
Abstract implementation of the
Wrapperinterface that keeps the wrapped object as local member. - AbstractWrapper(W) - Constructor for class org.knime.core.ui.wrapper.AbstractWrapper
- accept(String, Object, String) - Method in interface org.knime.gateway.impl.service.events.EventConsumer
-
Accept the given event with some meta-info.
- accept(ConditionVisitor<T>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.ArrayContainsCondition
- accept(ConditionVisitor<T>) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.Condition
- accept(ConditionVisitor<T>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.FalseCondition
- accept(ConditionVisitor<T>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.HasMultipleItemsCondition
- accept(ConditionVisitor<T>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.IsSpecificStringCondition
- accept(ConditionVisitor<T>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.OneOfEnumCondition
- accept(ConditionVisitor<T>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.PatternCondition
- accept(ConditionVisitor<T>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.TrueCondition
- accept(ConditionVisitor<T>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.IsSpecificColumnCondition
- accept(ExpressionVisitor<T, E>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.And
- accept(ExpressionVisitor<T, E>) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.Expression
- accept(ExpressionVisitor<T, E>) - Method in record class org.knime.core.webui.node.dialog.defaultdialog.rule.IdentityOperation
- accept(ExpressionVisitor<T, E>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.Not
- accept(ExpressionVisitor<T, E>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.Or
- accept(ExpressionVisitor<T, DefaultExpression>) - Method in record class org.knime.core.webui.node.dialog.defaultdialog.rule.DefaultExpression
- actionHandler() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonWidget
- activate(NodeID) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.PasswordHolder
-
Call this method in order to allow writing passwords to the password holder.
- ADD - Enum constant in enum class org.knime.gateway.impl.service.events.SelectionEventSource.SelectionEventMode
- addButtonText() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.ArrayWidget
- addChoices(String, Callable<Object[]>) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl.AsyncChoicesAdder
-
To be called when adding choices
- addChoices(String, Callable<Object[]>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl.AsyncChoicesHolder
-
Starts the computation of choices
- addChoices(String, Callable<Object[]>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl.PersistentAsyncChoicesAdder
-
The added choices will be kept regardless of how many times they are requested.
- addConnection(NodeID, int, NodeID, int, int[]...) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Add new connection - throw Exception if the same connection already exists.
- addConnection(NodeID, int, NodeID, int, int[]...) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Add new connection - throw Exception if the same connection already exists.
- addConnection(NodeID, int, NodeID, int, int[]...) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- addConnectionAsync(NodeID, int, NodeID, int, int[]...) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Async version of
#addConnection(NodeID, int, NodeID, int). - addEventListenerAndGetInitialEventFor(N) - Method in class org.knime.gateway.impl.service.events.SelectionEventSource
-
Registers a listener with the event source for the specified type of event and optionally returns the very first event to 'catch up' (instead of passing it to the associated event consumer).
- addEventListenerAndGetInitialEventFor(NativeNodeContainer) - Method in class org.knime.gateway.impl.service.events.NodeViewStateEventSource
- addEventListenerAndGetInitialEventFor(T) - Method in class org.knime.gateway.impl.service.events.EventSource
-
Registers a listener with the event source for the specified type of event and optionally returns the very first event to 'catch up' (instead of passing it to the associated event consumer).
- addEventListenerFor(T) - Method in class org.knime.gateway.impl.service.events.EventSource
-
Registers a listener with the event source for the specified type of event.
- addEventListenerFor(T, String) - Method in class org.knime.gateway.impl.service.events.EventSource
-
Registers a listener with the event source for the specified type of event.
- addExposedVariable(String, String) - Method in class org.knime.core.webui.node.dialog.internal.VariableSettings
- addExposedVariable(String, String) - Method in interface org.knime.core.webui.node.dialog.VariableSettingsWO
-
Set that the setting with the given key is exposed as a variable.
- addInputPort(String, PortType, String) - Method in class org.knime.core.webui.node.impl.WebUINodeConfiguration.NodeOptionals
-
Adds another input port to the node.
- addInputPort(String, PortType, String, boolean) - Method in class org.knime.core.webui.node.impl.WebUINodeConfiguration.NodeOptionals
-
Adds another input port to the node.
- addInputTable(String, String) - Method in class org.knime.core.webui.node.impl.WebUINodeConfiguration.NodeOptionals
-
Adds another input table to the node.
- addInputTable(String, String, boolean) - Method in class org.knime.core.webui.node.impl.WebUINodeConfiguration.NodeOptionals
-
Adds another input table to the node.
- addListener(WorkflowListener) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Add listener to list.
- addListener(WorkflowListener) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- addNodeMessageListener(NodeMessageListener) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- addNodeMessageListener(NodeMessageListener) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- addNodePropertyChangedListener(NodePropertyChangedListener) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- addNodePropertyChangedListener(NodePropertyChangedListener) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- addNodeStateChangeListener(NodeStateChangeListener) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- addNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- addNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- addNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- addOutputPort(String, PortType, String) - Method in class org.knime.core.webui.node.impl.WebUINodeConfiguration.NodeOptionals
-
Adds another output port to the node.
- addOutputPort(String, PortType, String, boolean) - Method in class org.knime.core.webui.node.impl.WebUINodeConfiguration.NodeOptionals
-
Adds another output port to the node.
- addOutputTable(String, String) - Method in class org.knime.core.webui.node.impl.WebUINodeConfiguration.NodeOptionals
-
Adds another output table to the node.
- addOutputTable(String, String, boolean) - Method in class org.knime.core.webui.node.impl.WebUINodeConfiguration.NodeOptionals
-
Adds another output table to the node.
- addProgressListener(ConnectionProgressListener) - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
-
Adds a listener to the list of registered progress listeners.
- addProgressListener(ConnectionProgressListener) - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- addProgressListener(NodeProgressListener) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- addProgressListener(NodeProgressListener) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- addRendererAndGetImgPath(String, DataCell, DataValueImageRenderer) - Method in class org.knime.core.webui.node.view.table.data.render.DataValueImageRendererRegistry
-
Adds a new image renderer and the data cell to render to the registry and returns the image path.
- addResource(Supplier<InputStream>, String) - Method in class org.knime.core.webui.page.FromFilePageBuilder
- addResource(Supplier<InputStream>, String) - Method in class org.knime.core.webui.page.PageBuilder
-
Adds another resource to the 'context' of a page (such js-resource).
- addResourceDirectory(String) - Method in class org.knime.core.webui.page.FromFilePageBuilder
-
Adds all files in the given directory to the 'context' of a page (a directory containing, e.g., js- and css-files).
- addResourceFile(String) - Method in class org.knime.core.webui.page.FromFilePageBuilder
-
Adds another resource file to the 'context' of a page (such as a js-file).
- addResourceFromString(Supplier<String>, String) - Method in class org.knime.core.webui.page.FromFilePageBuilder
- addResourceFromString(Supplier<String>, String) - Method in class org.knime.core.webui.page.PageBuilder
-
Adds another resource to the 'context' of a page (such js-resource).
- addResources(Function<String, InputStream>, String, boolean) - Method in class org.knime.core.webui.page.PageBuilder
-
Allows one to add multiple resources at once with a single function which dynamically maps paths to resources.
- addSerializerAndDeserializer(SimpleModule) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.Credentials
-
Adds custom serialization logic to not send any passwords to the frontend
- addSerializerAndDeserializer(SimpleModule) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.setting.filechooser.FSLocationJsonSerializationUtil
-
Adds serialization logic for the
FSLocationwithin aFileChooser - addService(Class<S>, S) - Method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcServer
-
Adds a new service handler to the server.
- addService(String, Object) - Method in class org.knime.core.webui.data.RpcDataService.RpcDataServiceBuilder
-
Add a named service which can be accessed via RPC of the form [name].[methodName] i.e.
- addService(String, S) - Method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcServer
-
Adds a new service handler to the server.
- addUIInformationListener(ConnectionUIInformationListener) - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
-
Add a listener to the list of registered listeners.
- addUIInformationListener(ConnectionUIInformationListener) - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- addUIInformationListener(NodeUIInformationListener) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- addUIInformationListener(NodeUIInformationListener) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- addUpdateListener(NodeRecommendationManager.IUpdateListener) - Method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager
-
Adds a listener that is notified when the recommendations are updated (via
NodeRecommendationManager.loadRecommendations(). - addUsedVariable(String, String) - Method in interface org.knime.core.webui.node.dialog.VariableSettingsWO
-
Set that the setting with the given key uses the value of the variable.
- addUsedVariable(String, String, boolean) - Method in class org.knime.core.webui.node.dialog.internal.VariableSettings
- addUsedVariable(String, String, boolean) - Method in interface org.knime.core.webui.node.dialog.VariableSettingsWO
-
Set that the setting with the given key uses the value of the variable.
- addVariableSettingsToRootJson(ObjectNode, Map<SettingsType, VariableSettingsRO>, DefaultNodeSettings.DefaultNodeSettingsContext) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.VariableSettingsUtil
-
Transforms the given variable settings to an object node which is to be provide within the top-level node of the data provided to the front-end and adds it to the given root.
- addWarningMessage(String) - Method in class org.knime.core.webui.data.DataServiceContext
-
Adds another warning message to the list of warning messages.
- addWorkflowAnnotation(AnnotationData, int) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Add new workflow annotation, fire events.
- addWorkflowAnnotation(AnnotationData, int) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- addWriteProtectionChangedListener(Runnable) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
- advanced() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.layout.Section
- advanced() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.Widget
- After - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.layout
-
An annotation for a layout part to ensure that the annotated element appears after the referenced layout part.
- AfterAllOf - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.layout
-
An interface use to make repeatable
- And<E extends org.knime.core.webui.node.dialog.defaultdialog.rule.AtomicExpression<E>> - Class in org.knime.core.webui.node.dialog.defaultdialog.rule
-
A logical AND
Operatorthat combines multiple childExpressions. - And(Expression<E>...) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.rule.And
- AnnotationIDEnt - Class in org.knime.gateway.api.entity
-
Represents a (workflow) annotation id as used by gateway entities and services.
- AnnotationIDEnt(String) - Constructor for class org.knime.gateway.api.entity.AnnotationIDEnt
-
Deserialization constructor.
- AnnotationIDEnt(WorkflowAnnotationID) - Constructor for class org.knime.gateway.api.entity.AnnotationIDEnt
-
Creates a new annotation id entity from a
WorkflowAnnotationID. - AnnotationIDEnt(NodeIDEnt, int) - Constructor for class org.knime.gateway.api.entity.AnnotationIDEnt
-
Creates a new annotation id entity from a node id entity and an index.
- appendNodeID(int) - Method in class org.knime.gateway.api.entity.NodeIDEnt
-
Appends the given single node id to this id and returns a copy.
- applicableFields() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidget
-
Returns the value of the
applicableFieldsrecord component. - applicableFields() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.WidgetAnnotation
-
Returns the value of the
applicableFieldsrecord component. - apply(D) - Method in interface org.knime.core.webui.data.ApplyDataService.Applier
- applyData(String) - Method in class org.knime.core.webui.data.ApplyDataService
-
Applies the data from a string.
- ApplyDataService<D> - Class in org.knime.core.webui.data
-
A data service that applies the data to the underlying model (usually the
NodeModel). - ApplyDataService.Applier<D> - Interface in org.knime.core.webui.data
- ApplyDataService.ApplyDataServiceBuilder<D> - Class in org.knime.core.webui.data
-
The builder.
- ApplyDataService.Deserializer<D> - Interface in org.knime.core.webui.data
- applySettingsFromDialog() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Take settings from the node's dialog and apply them to the model.
- applySettingsFromDialog() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- areDialogAndNodeSettingsEqual() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- areDialogAndNodeSettingsEqual() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- areDialogAndNodeSettingsEqual() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- areDialogSettingsValid() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- areDialogSettingsValid() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- ArrayContainsCondition - Class in org.knime.core.webui.node.dialog.defaultdialog.rule
-
Apply this condition in a signal at an array layout field (NOT to a field in the Element POJO).
- ArrayContainsCondition() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.rule.ArrayContainsCondition
- ArrayLayoutUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.util
-
A utility class for working with array layouts.
- ArrayWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
An annotation to set the button text and element title of array or collection settings.
- ASPECT_RATIO_4BY3 - Enum constant in enum class org.knime.core.webui.node.view.PageFormat
-
Keeps an aspect ration of 4x3 for the view page.
- AsyncChoicesAdder - Interface in org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl
- AsyncChoicesGetter - Interface in org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl
- AsyncChoicesHolder - Class in org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl
-
This class is used to trigger computations of the choices of a
ChoicesWidgetwhen computing the initial data for receiving the result (as aFuturein the data service) to enable asynchronous fetching of the choices while still starting the computation as early as possible. - AsyncChoicesHolder() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl.AsyncChoicesHolder
-
Instantiates a new holder
- AsyncChoicesProvider - Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
Marker interface to be implemented by to be implemented by a
ChoicesProvider. - AsyncNodeContainerUI - Interface in org.knime.core.ui.node.workflow.async
-
UI-interface that provides asynchronous versions of some methods of
NodeContainerUI- seeAsyncUI. - AsyncNodeOutPortUI - Interface in org.knime.core.ui.node.workflow.async
-
UI-interface that provides asynchronous versions of some methods of
NodeOutPortUI- see alsoAsyncUI. - AsyncUI - Interface in org.knime.core.ui.node.workflow.async
-
Marker-interface for all *asynchronous* eclipse-UI related components.
- AsyncWorkflowAnnotationUI - Interface in org.knime.core.ui.node.workflow.async
-
UI-interface that provides asynchronous versions of some methods of
WorkflowAnnotation- see alsoAsyncUI. - AsyncWorkflowManagerUI - Interface in org.knime.core.ui.node.workflow.async
-
UI-interface that provides asynchronous versions of some methods of
WorkflowManagerUI- seeAsyncUI. - AUTO - Enum constant in enum class org.knime.core.webui.node.view.PageFormat
-
The view page uses the entire available space.
B
- Before - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.layout
-
An annotation for a layout part to ensure that the annotated element appears before the referenced layout part.
- BeforeAllOf - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.layout
-
An interface use to make repeatable
- BLOCK_ALL_EXTERNAL_REQUESTS_SYS_PROP - Static variable in class org.knime.core.webui.WebUIUtil
-
System property that controls whether external requests from within CEF browser instances are to be blocked or not.
- bringAnnotationToFront(WorkflowAnnotation) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Resorts the internal ids to move the specified annotation to the last index.
- bringAnnotationToFront(WorkflowAnnotation) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- build() - Method in class org.knime.core.webui.data.ApplyDataService.ApplyDataServiceBuilder
- build() - Method in class org.knime.core.webui.data.InitialDataService.InitialDataServiceBuilder
- build() - Method in class org.knime.core.webui.data.RpcDataService.RpcDataServiceBuilder
- build() - Method in class org.knime.core.webui.node.impl.WebUINodeConfiguration.NodeOptionals
- build() - Method in class org.knime.core.webui.node.util.NodeCleanUpCallback.Builder
- build() - Method in class org.knime.core.webui.page.FromFilePageBuilder
- build() - Method in class org.knime.core.webui.page.PageBuilder
- buildCombinedSchema(Map<String, Class<? extends DefaultNodeSettings>>, DefaultNodeSettings.DefaultNodeSettingsContext, ObjectMapper) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.schema.JsonFormsSchemaUtil
- builder() - Static method in class org.knime.core.webui.data.RpcDataService
- builder() - Static method in class org.knime.core.webui.node.impl.WebUINodeConfiguration
- builder(Class<?>, String, String) - Static method in class org.knime.core.webui.page.Page
-
Creates a
PageBuilder-instance to create a (static) page (and associated resources) from files. - builder(String, String, String) - Static method in class org.knime.core.webui.page.Page
-
Creates a
PageBuilder-instance to create a (static) page (and associated resources) from files. - builder(Supplier<D>) - Static method in class org.knime.core.webui.data.InitialDataService
- builder(ReExecutable<String>) - Static method in class org.knime.core.webui.data.ApplyDataService
- builder(NodeContainer, Runnable) - Static method in class org.knime.core.webui.node.util.NodeCleanUpCallback
- builder(ApplyDataService.Applier<String>) - Static method in class org.knime.core.webui.data.ApplyDataService
- builder(Page.InputStreamSupplier, String) - Static method in class org.knime.core.webui.page.Page
-
Creates a
PageBuilder-instance to create a (dynamic) page (and associated resources) from anInputStream. - builder(Page.StringSupplier, String) - Static method in class org.knime.core.webui.page.Page
-
Creates a
PageBuilder-instance to create a (dynamic) page (and associated resources) from anInputStream. - builder(S) - Static method in class org.knime.core.webui.data.RpcDataService
- buildIncompleteSchema(Class<?>, ObjectMapper) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.schema.JsonFormsSchemaUtil
-
Build an incomplete schema from a provided POJO class.
- buildSchema(Class<?>, DefaultNodeSettings.DefaultNodeSettingsContext, ObjectMapper) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.schema.JsonFormsSchemaUtil
- buildUISchema(Map<String, Class<?>>, ObjectMapper, DefaultNodeSettings.DefaultNodeSettingsContext, AsyncChoicesAdder) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.JsonFormsUiSchemaUtil
- BUTTON - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
- ButtonActionHandler<R,
S, M extends Enum<M>> - Interface in org.knime.core.webui.node.dialog.defaultdialog.widget.button -
The interface defining that a
ButtonWidget.actionHandler()has to extend. - ButtonChange<R,
M extends Enum<M>> - Record Class in org.knime.core.webui.node.dialog.defaultdialog.widget.button -
This class exists in order to communicate what changes should be made to a button component after a call to a
ButtonActionHandleror aButtonUpdateHandler. - ButtonChange(M) - Constructor for record class org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonChange
-
Use this constructor to change the buttonState but keep the setting value untouched.
- ButtonChange(M, R, boolean) - Constructor for record class org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonChange
-
Creates an instance of a
ButtonChangerecord class. - ButtonChange(R, M) - Constructor for record class org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonChange
-
Use this constructor to change the buttonState and the setting value.
- buttonState() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonChange
-
Returns the value of the
buttonStaterecord component. - ButtonState - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget.button
-
An interface used to defining the underlying state machine of the action handler within a
ButtonWidget. - ButtonUpdateHandler<R,
S, M extends Enum<M>> - Interface in org.knime.core.webui.node.dialog.defaultdialog.widget.button -
A handler for updating the button state when another setting changes its value.
- ButtonWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget.button
-
This annotation can be applied to a field of any serializable type, in order to display a button widget which, on click, invokes an action specified by the given actionHandler.
C
- calcOffset(WorkflowCopyContent, WorkflowManagerUI) - Static method in interface org.knime.core.ui.node.workflow.WorkflowCopyWithOffsetUI
-
Calculates the offset (i.e.
- callApplyDataService(N, String) - Method in class org.knime.core.webui.node.DataServiceManager
-
Helper to call the
ApplyDataService. - callInitialDataService(N) - Method in class org.knime.core.webui.node.DataServiceManager
-
Helper to call the
InitialDataService. - callRpcDataService(N, String) - Method in class org.knime.core.webui.node.DataServiceManager
-
Helper to call the
RpcDataService. - callSelectionTranslationService(N, List<String>) - Method in class org.knime.core.webui.node.view.table.TableViewManager
-
Helper to call the
SelectionTranslationService.toRowKeys(List). - callSelectionTranslationService(N, Set<RowKey>) - Method in class org.knime.core.webui.node.view.table.TableViewManager
-
Helper to call the
SelectionTranslationService.fromRowKeys(Set). - callService(Class<S>, String, Consumer<S>) - Method in class org.knime.core.webui.data.rpc.AbstractRpcClient
- callService(Class<S>, String, Consumer<S>) - Method in interface org.knime.core.webui.data.rpc.RpcClient
-
Deprecated.
- callService(Class<S>, Consumer<S>) - Method in interface org.knime.core.webui.data.rpc.RpcClient
-
Deprecated.Similar to
RpcClient.callServiceWithRes(Class, Function)but for void methods. - callService(Class<S2>, String, Consumer<S2>) - Method in interface org.knime.core.webui.data.rpc.RpcSingleClient
-
Deprecated.
- callService(Consumer<S>) - Method in class org.knime.core.webui.data.rpc.AbstractRpcSingleClient
-
Similar to
RpcSingleClient.callServiceWithRes(Function)but for void methods. - callService(Consumer<S>) - Method in interface org.knime.core.webui.data.rpc.RpcSingleClient
-
Deprecated.Similar to
RpcSingleClient.callServiceWithRes(Function)but for void methods. - callServiceWithRes(Class<S>, String, Function<S, R>) - Method in class org.knime.core.webui.data.rpc.AbstractRpcClient
- callServiceWithRes(Class<S>, String, Function<S, R>) - Method in interface org.knime.core.webui.data.rpc.RpcClient
-
Deprecated.Calls a method on the node model's data service implementation of the given interface registered under the given name and returns the result.
- callServiceWithRes(Class<S>, Function<S, R>) - Method in interface org.knime.core.webui.data.rpc.RpcClient
-
Deprecated.Calls a method on the node model's data service implementation of the interface and returns the result.
- callServiceWithRes(Class<S2>, String, Function<S2, R>) - Method in interface org.knime.core.webui.data.rpc.RpcSingleClient
-
Deprecated.
- callServiceWithRes(Function<S, R>) - Method in class org.knime.core.webui.data.rpc.AbstractRpcSingleClient
-
Used to call a method on the node model's data service interface and retrieve the result.
- callServiceWithRes(Function<S, R>) - Method in interface org.knime.core.webui.data.rpc.RpcSingleClient
-
Deprecated.Used to call a method on the node model's data service interface and retrieve the result.
- canAddConnection(NodeID, int, NodeID, int) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Check if a new connection can be added.
- canAddConnection(NodeID, int, NodeID, int) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- canAddNewConnection(NodeID, int, NodeID, int) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- canAddNewConnection(NodeID, int, NodeID, int) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- canBeEnlarged() - Method in interface org.knime.core.webui.node.dialog.NodeDialog
-
Indicates whether the dialog (optionally) wants/needs to be displayed in an enlarged display area.
- canBeEnlarged(NodeContainer) - Method in class org.knime.core.webui.node.dialog.NodeDialogManager
- canBeUsedInReport() - Method in interface org.knime.core.webui.node.view.NodeView
-
Whether this node view can be used within a report (if the node view is created to be rendered into a report).
- canBeUsedInReport() - Method in class org.knime.core.webui.node.view.table.TableNodeView
- canBeUsedInReport(NativeNodeContainer) - Method in class org.knime.core.webui.node.view.NodeViewManager
- canCancelAll() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- canCancelAll() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- canCancelNode(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Check if a node can be cancelled individually.
- canCancelNode(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- CANCEL - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler.States
-
The state of the button, once the initial state is clicked
- CancelableActionHandler<R,
S> - Class in org.knime.core.webui.node.dialog.defaultdialog.widget.button -
An
ButtonActionHandlerwith an asynchronous invocation whose result can be retrieved and canceled. - CancelableActionHandler() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler
- CancelableActionHandler.States - Enum Class in org.knime.core.webui.node.dialog.defaultdialog.widget.button
- CancelableActionHandler.UpdateHandler<R,
S> - Class in org.knime.core.webui.node.dialog.defaultdialog.widget.button -
A simple update handler which will reset the current state of the button to the ready state when a triggering setting changes.
- cancelExecution(NodeContainerUI) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Cancel execution of the given NodeContainer.
- cancelExecution(NodeContainerUI) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- canExecuteAll() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Called by execute-all action to (attempt to) execute all nodes in the workflow.
- canExecuteAll() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- canExecuteNode(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Check if a node can be executed either directly or via chain of nodes that include an executable node.
- canExecuteNode(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- canExecuteUpToHere() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Currently called by nodes having data aware dialogs in order to test whether upstream nodes are correctly wired and can be executed.
- canExecuteUpToHere() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- canReExecuteNode(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- canReExecuteNode(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- canRemoveConnection(ConnectionContainerUI) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Check if a connection can safely be removed.
- canRemoveConnection(ConnectionContainerUI) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- canRemoveNode(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Check if specific node can be removed (i.e.
- canRemoveNode(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- canReplaceNode(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Checks whether a node can be replaced with another version of itself (i.e.
- canReplaceNode(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- canResetNode(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Check if a node can be reset, meaning that it is executed and all of its successors are idle or executed as well.
- canResetNode(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- canUndo() - Method in interface org.knime.core.ui.node.workflow.UndoableUI
- canUpdateMetaNodeLink(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Returns true if the argument node is a valid metanode link and is not executing and has no successor in execution.
- canUpdateMetaNodeLink(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- castAndInitialize(Object, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonActionHandler
- castAndInvoke(String, Object, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonActionHandler
- castAndUpdate(Object, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.UpdateHandler
- castNodeModel(NodeID, Class<T>) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Retrieves the node with the given ID, fetches the underlying
NodeModeland casts it to the argument class. - castNodeModel(NodeID, Class<T>) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- castToDependencies(Object) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.handler.DependencyHandler
- castToState(String) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonActionHandler
- Cell - Interface in org.knime.core.webui.node.view.table.data
- CellRenderer<R> - Interface in org.knime.core.webui.node.view.table.data.render.internal
-
A simple functional interface for unifying the transformation of
DataCells to serializable objects. - changeNodeLocks(boolean, NodeContainer.NodeLock...) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Changes the nodes lock status for various actions, i.e.
- changeNodeLocks(boolean, NodeContainer.NodeLock...) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- CHECKBOX - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidgetType
- CHECKBOX - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
- checkForComponentUpdatesAndSetUpdateStatus(WorkflowManager, String, List<NodeID>, IProgressMonitor) - Static method in class org.knime.core.ui.component.CheckForComponentUpdatesUtil
-
Checks whether and which components require an update.
- CheckForComponentUpdatesUtil - Class in org.knime.core.ui.component
-
Helper to identify components that needs an update.
- CheckForComponentUpdatesUtil.ComponentUpdatesResult - Record Class in org.knime.core.ui.component
- choices() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.ChoicesWidget
- choices(DefaultNodeSettings.DefaultNodeSettingsContext) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.ChoicesProvider
-
Computes the array of possible values based on the
DefaultNodeSettings.DefaultNodeSettingsContext. - choices(DefaultNodeSettings.DefaultNodeSettingsContext) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.ColumnChoicesProvider
- ChoicesGeneratorUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema
-
This generator can be used to get the representation of the choices in a
ChoicesWidgetwhich we send via the uischema to the front-end. - ChoicesProvider - Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
A class that provides an array of possible values based on the current
DefaultNodeSettings.DefaultNodeSettingsContext. - choicesUpdateHandler() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.ChoicesWidget
- ChoicesUpdateHandler<S> - Interface in org.knime.core.webui.node.dialog.defaultdialog.widget.choices
-
A handler for updating the possible values of a
ChoicesWidget - ChoicesWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
A widget supplied with an array of possible values, which are the choices for a selection.
- choicesWithIdAndText(DefaultNodeSettings.DefaultNodeSettingsContext) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.ChoicesProvider
-
Computes the array of possible values based on the
DefaultNodeSettings.DefaultNodeSettingsContext. - cleanup() - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
-
Removes all registered listeners in order to release references on this object.
- cleanup() - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- cleanUpOnNodeStateChange(boolean) - Method in class org.knime.core.webui.node.util.NodeCleanUpCallback.Builder
-
If the clean-up callback shall be called on node state change or not.
- clear() - Method in class org.knime.core.webui.node.dialog.defaultdialog.dataservice.filechooser.FileChooserDataService
-
Closes all current file connections.
- clear() - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl.AsyncChoicesHolder
-
Clears all held choices.
- clearCache() - Method in interface org.knime.core.webui.node.view.table.data.TableViewDataService
-
Clears everything the data services caches.
- clearCache() - Method in class org.knime.core.webui.node.view.table.data.TableViewDataServiceImpl
- clearCaches() - Method in class org.knime.core.webui.node.view.table.TableViewManager
-
Clears the cached selection services.
- clearImageDataCache(String) - Method in class org.knime.core.webui.node.view.table.data.render.DataValueImageRendererRegistry
-
Removes all cached resources for the given table.
- clearPageCache() - Method in class org.knime.core.webui.node.PageResourceManager
-
Clears the page cache.
- clearWaitingLoopList() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
clears the list of waiting loops.
- clearWaitingLoopList() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- clearWarningMessages() - Method in class org.knime.core.webui.data.DataServiceContext
-
Removes all the previously set warning message.
- ColorModelEnt - Class in org.knime.gateway.api.entity
-
A representation of a
ColorModelwhich is used by the frontend to handle colors. - COLUMN_FILTER - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidgetType
- COLUMN_FILTER - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
- COLUMN_SELECTION - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidgetType
- COLUMN_SELECTION - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
- columnChoices(DefaultNodeSettings.DefaultNodeSettingsContext) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.ColumnChoicesProvider
-
Computes the array of possible column choices based on the
DefaultNodeSettings.DefaultNodeSettingsContext. - ColumnChoicesProvider - Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
A class that provides an array of possible column choices based on the current
DefaultNodeSettings.DefaultNodeSettingsContext. - ColumnFilter - Class in org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter
-
A class used to store several representation of column choices.
- ColumnFilter() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilter
-
Initialises the column selection with no initially selected columns.
- ColumnFilter(String[]) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilter
-
Initialises the column selection with an initial array of columns which are manually selected
- ColumnFilter(DefaultNodeSettings.DefaultNodeSettingsContext) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilter
-
Initialises the column selection based on the given context.
- ColumnFilterMode - Enum Class in org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter
-
This enum lists the possibilities of how to choose from a set of table columns
- columnName() - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.choices.ColumnNameSupplier
- columnName() - Method in record class org.knime.core.webui.node.view.table.data.TableViewDataService.SpecialColumnConfig
-
Returns the value of the
columnNamerecord component. - ColumnNameSupplier - Interface in org.knime.core.webui.node.dialog.defaultdialog.widget.choices
-
A interface to communicate the columnName representing a setting to a dependent setting with an update handler.
- ColumnSelection - Class in org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection
-
A class used to store a selected column together with additional information (e.g.
- ColumnSelection() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.ColumnSelection
-
Initialises the column selection with no initially selected columns.
- ColumnSelection(String, DataType) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.ColumnSelection
- ColumnSelection(DataColumnSpec) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.ColumnSelection
- COMBO_BOX - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
- ComboBoxWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
Annotate a String[] field which is a
ChoicesWidgetin order to display a combo box component. - COMPACT - Enum constant in enum class org.knime.core.webui.node.view.table.TableViewViewSettings.RowHeightMode
- compareTo(NodeRecommendationManager.NodeRecommendation) - Method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager.NodeRecommendation
- compatibleTypes() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.PossibleColumnValue
-
Returns the value of the
compatibleTypesrecord component. - CompletableFutureEx<T,
E extends Exception> - Class in org.knime.core.ui.node.workflow.async -
Wrapper for
CompletableFutures that additionally re-throws a predefined exception on callingCompletableFutureEx.getOrThrow(). - CompletableFutureEx(CompletableFuture<T>, Class<E>) - Constructor for class org.knime.core.ui.node.workflow.async.CompletableFutureEx
- ComponentUpdatesResult(Status, List<NodeID>) - Constructor for record class org.knime.core.ui.component.CheckForComponentUpdatesUtil.ComponentUpdatesResult
-
Creates an instance of a
ComponentUpdatesResultrecord class. - computeKeywordSimilarity(String) - Method in class org.knime.core.ui.util.FuzzySearchable
-
Computes the "tanimoto bigram similarity" between given query and the searchable keywords.
- computeNameSimilarity(String) - Method in class org.knime.core.ui.util.FuzzySearchable
-
Computes the "tanimoto bigram similarity" between given query and searchable name.
- computeSimilarity(String) - Method in class org.knime.core.ui.util.FuzzySearchable
-
For the given query, determine the "tanimoto bigram similarity"
- computeTanimotoBiGramDistance(String, String) - Static method in class org.knime.core.ui.util.FuzzySearchable
-
Copied from the Tanimoto BiGram distance.
- condition() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.rule.DefaultExpression
-
Returns the value of the
conditionrecord component. - condition() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.rule.Signal
- Condition - Interface in org.knime.core.webui.node.dialog.defaultdialog.rule
-
A condition which can be invoked on a setting using the
Signalannotation. - ConditionVisitor<T> - Interface in org.knime.core.webui.node.dialog.defaultdialog.rule
-
A visitor visiting all permitted implementations of
Conditionwhich is used to translate the condition to a implementation dependent format. - configKey() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.persistence.field.Persist
-
Optional argument that defines the key under which to store the field in the NodeSettings.
- ConfigKeyUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.persistence.field
- configure(DataTableSpec[]) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- configure(DataTableSpec[], S) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- configure(PortObjectSpec[]) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- configure(PortObjectSpec[], S) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- configuredIndices() - Method in record class org.knime.core.webui.node.port.PortViewManager.PortViews
-
Returns the value of the
configuredIndicesrecord component. - ConnectionContainerUI - Interface in org.knime.core.ui.node.workflow
-
UI-interface that mirrors the
ConnectionContainer. - ConnectionContainerWrapper - Class in org.knime.core.ui.wrapper
-
UI-interface implementation that wraps a
ConnectionContainer. - ConnectionContainerWrapper(ConnectionContainer) - Constructor for class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- ConnectionIDEnt - Class in org.knime.gateway.api.entity
-
Represents a connection id as used by gateway entities and services.
- ConnectionIDEnt(String) - Constructor for class org.knime.gateway.api.entity.ConnectionIDEnt
-
Deserialization constructor.
- ConnectionIDEnt(ConnectionID) - Constructor for class org.knime.gateway.api.entity.ConnectionIDEnt
-
Creates a new connection id entity from a
ConnectionID. - ConnectionIDEnt(NodeIDEnt, int) - Constructor for class org.knime.gateway.api.entity.ConnectionIDEnt
- constructDefaultNodeSettings(JsonNode, Class<? extends DefaultNodeSettings>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.JsonDataToNodeSettings
- constructDefaultNodeSettings(Void, Class<? extends DefaultNodeSettings>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.DefaultNodeSettingsClassToNodeSettings
- contains(String) - Method in class org.knime.core.ui.util.FuzzySearchable
- containsNodeContainer(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Does the workflow contain a node with the argument id?
- containsNodeContainer(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- ContextObjectSupplierUI - Class in org.knime.core.ui.node.workflow
-
Context object supplier that either takes a
NodeContaineror aNodeContainerUIand converts it intoNodeContainer,NodeContainerUI,WorkflowManager, orWorkflowManagerUI. - ContextObjectSupplierUI() - Constructor for class org.knime.core.ui.node.workflow.ContextObjectSupplierUI
- convertCall(Method, Object[]) - Method in class org.knime.core.webui.data.rpc.AbstractRpcSingleClient
- convertCall(Method, Object[]) - Method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcSingleClient
- convertCall(String, Method, Object[]) - Method in class org.knime.core.webui.data.rpc.AbstractRpcClient
-
Converts a call to the node model's data service interface to String.
For instance, method countChars("abc", 'b') on a service interface could be represented in JSON-RPC as {"jsonrpc": "2.0", "method": "countChars", "params": ["abc", "b"], "id": 3} - convertCall(String, Method, Object[]) - Method in class org.knime.core.webui.data.rpc.AbstractRpcSingleClient
- convertCall(String, Method, Object[]) - Method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcClient
- convertResult(String, Type) - Method in class org.knime.core.webui.data.rpc.AbstractRpcClient
-
Counterpart for
AbstractRpcClient.convertCall(String, Method, Object[]), parses response and converts back to the method return type declared by the service interface. - convertResult(String, Type) - Method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcClient
- convertResult(String, Type) - Method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcSingleClient
- copy(WorkflowCopyContent) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Copy the given content
- copy(WorkflowCopyContent) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Copy the given content
- copy(WorkflowCopyContent) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
-
Copy the given content
- copyAsync(WorkflowCopyContent) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Async version of
#copy(boolean, WorkflowCopyContent). - CoreUIPlugin - Class in org.knime.core.ui
- CoreUIPlugin() - Constructor for class org.knime.core.ui.CoreUIPlugin
- create(String, String) - Static method in interface org.knime.core.webui.node.view.table.data.Renderer
-
Helper to create a new renderer instance.
- create(DataType) - Static method in interface org.knime.core.webui.node.view.table.data.DataType
-
Helper to create a data type instance.
- create(NativeNodeContainer) - Static method in class org.knime.gateway.api.entity.NodeViewEnt
-
Creates a new instances without a initial selection and without the underlying node being registered with the selection event source.
- create(NativeNodeContainer, Supplier<List<String>>) - Static method in class org.knime.gateway.api.entity.NodeViewEnt
- create(NativeNodeContainer, Supplier<List<String>>, boolean) - Static method in class org.knime.gateway.api.entity.NodeViewEnt
- create(NativeNodeContainer, Supplier<List<String>>, String) - Static method in class org.knime.gateway.api.entity.NodeViewEnt
- createAndAddNode(NodeFactory<?>, NodeUIInformation) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Uses given factory to create a new node and then adds new node to the workflow manager.
- createAndAddNode(NodeFactory<?>, NodeUIInformation) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Uses given factory to create a new node and then adds new node to the workflow manager.
- createAndAddNode(NodeFactory<?>, NodeUIInformation) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- createAndAddNode(NodeFactory<?>, NodeUIInformation, ModifiableNodeCreationConfiguration) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Uses given factory to create a new node w.r.t.
- createAndAddNode(NodeFactory<?>, NodeUIInformation, ModifiableNodeCreationConfiguration) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Uses given factory to create a new node w.r.t.
- createAndAddNode(NodeFactory<?>, NodeUIInformation, ModifiableNodeCreationConfiguration) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- createAndAddNodeAsync(NodeFactory<?>, NodeUIInformation) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Async version of
AsyncWorkflowManagerUI.createAndAddNode(NodeFactory, NodeUIInformation). - createApplyDataService() - Method in interface org.knime.core.webui.data.DataServiceProvider
-
Creates the apply data service instance.
- createApplyDataService() - Method in interface org.knime.core.webui.node.port.PortView
- createApplyDataService() - Method in class org.knime.core.webui.node.view.table.TableNodeView
- createDataValueRenderer(DataColumnSpec, String) - Method in interface org.knime.core.webui.node.view.table.data.render.DataValueRendererFactory
- createDataValueRenderer(DataColumnSpec, String) - Method in class org.knime.core.webui.node.view.table.data.render.SwingBasedRendererFactory
- createDefault(Class<? extends ChoicesProvider>, DefaultNodeSettings.DefaultNodeSettingsContext) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilter
-
Creates a ColumnFilter that includes all columns the choicesProvider selects including unknown new columns.
- createDefaultNodeSettings(Class<T>, DefaultNodeSettings.DefaultNodeSettingsContext) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.util.InstantiationUtil
- createDefaultNodeSettingsContext(PortObjectSpec[]) - Static method in interface org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings
-
Method to create a new
DefaultNodeSettings.DefaultNodeSettingsContextfrom inputPortObjectSpecs. - createInitialDataService() - Method in interface org.knime.core.webui.data.DataServiceProvider
-
Creates the initial data service instance.
- createInitialDataService() - Method in class org.knime.core.webui.node.view.table.TableNodeView
- createInitialDataService(Supplier<ImageValue>, Supplier<String>, Supplier<ImageViewViewSettings>) - Static method in class org.knime.core.webui.node.view.image.ImageViewUtil
- createInitialDataService(Supplier<TableViewViewSettings>, Supplier<BufferedDataTable>, Supplier<Set<RowKey>>, String) - Static method in class org.knime.core.webui.node.view.table.TableViewUtil
- createInitialDataService(Supplier<TableViewViewSettings>, Supplier<BufferedDataTable>, Supplier<Set<RowKey>>, String, Runnable, Runnable) - Static method in class org.knime.core.webui.node.view.table.TableViewUtil
- createInitialDataServiceWithRPCDataService(Supplier<TableViewViewSettings>, Supplier<BufferedDataTable>, Supplier<Set<RowKey>>, String, Runnable, Runnable) - Static method in class org.knime.core.webui.node.view.table.TableViewUtil
-
This method must be used instead of constructing the initial data service and the RPC data service individually if there are settings which influence what tables are cached within the
TableViewDataService. - createInstance(Class<P>, Class<S>) - Static method in interface org.knime.core.webui.node.dialog.defaultdialog.persistence.NodeSettingsPersistor
-
Creates a new instance from the provided NodeSettingsPersistor class by calling its empty constructor.
- createInstance(Class<P>, Class<S>, String) - Static method in interface org.knime.core.webui.node.dialog.defaultdialog.persistence.field.FieldNodeSettingsPersistor
-
Create an instance of a
FieldNodeSettingsPersistorby callingNodeSettingsPersistor.createInstance(Class, Class)and sets the config key if the result implementsNodeSettingsPersistorWithConfigKey. - createInstance(Class<T>) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.util.InstantiationUtil
- createInstance(Class<T>, Object...) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.persistence.ReflectionUtil
-
Creates an instance of the provided class by calling the constructor that has the provided parameters.
- createInstanceWithContext(Class<?>, DefaultNodeSettings.DefaultNodeSettingsContext) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.util.InstantiationUtil
- createLegacyFlowVariableNodeDialog(NodeDialog) - Static method in class org.knime.core.webui.node.dialog.NodeDialogManager
- createNodeDescription() - Method in class org.knime.core.webui.node.impl.WebUINodeFactory
- createNodeDescription(String, String, PortDescription[], PortDescription[], String, String, Class<? extends DefaultNodeSettings>, Class<? extends DefaultNodeSettings>, String, NodeFactory.NodeType, String[]) - Static method in class org.knime.core.webui.node.impl.WebUINodeFactory
- createNodeDescription(String, String, PortDescription[], PortDescription[], String, String, Class<? extends DefaultNodeSettings>, Class<? extends DefaultNodeSettings>, String, NodeFactory.NodeType, String[], Version) - Static method in class org.knime.core.webui.node.impl.WebUINodeFactory
- createNodeDescription(WebUINodeConfiguration) - Static method in class org.knime.core.webui.node.impl.WebUINodeFactory
- createNodeDialog() - Method in interface org.knime.core.webui.node.dialog.NodeDialogFactory
-
Creates a new node dialog instance.
- createNodeDialog() - Method in class org.knime.core.webui.node.dialog.SubNodeContainerDialogFactory
- createNodeDialog() - Method in class org.knime.core.webui.node.impl.WebUINodeFactory
- createNodeDialogPane() - Method in class org.knime.core.webui.node.impl.WebUINodeFactory
- createNodeView(int, M) - Method in class org.knime.core.webui.node.impl.WebUINodeFactory
- createNodeView(T) - Method in interface org.knime.core.webui.node.view.NodeViewFactory
-
Creates a new node view instance.
- createNodeViewEntAndEventSources(NativeNodeContainer, BiConsumer<String, Object>, boolean) - Static method in class org.knime.gateway.api.entity.NodeViewEnt
-
Creates a new
NodeViewEnt-instance and initializes associatedEventSources. - createPersistor(Class<S>) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.persistence.NodeSettingsPersistorFactory
- createPortView(S) - Method in interface org.knime.core.webui.node.port.PortSpecViewFactory
-
Creates a new port view instance.
- createPortView(T) - Method in interface org.knime.core.webui.node.port.PortViewFactory
-
Creates a new port view instance.
- createPortViewEntAndInitSelectionEventSource(NodePortWrapper, PortViewManager, BiConsumer<String, Object>) - Static method in class org.knime.gateway.api.entity.PortViewEnt
-
Helper to create a port with and at the same time initialize the
SelectionEventSourcewhile also determining the initial selection. - createProviders() - Method in interface org.knime.core.ui.workflowcoach.data.NodeTripleProviderFactory
-
Creates a list of node triple providers.
- createRpcClientInstanceForTesting(ObjectMapper, Pair<String, Object>...) - Static method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcTestUtil
-
Creates a
RpcClientfor testing purposes. - createRpcClientInstanceForTesting(ObjectMapper, RpcTransport) - Static method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcTestUtil
-
Creates a
RpcClientfor testing purposes. - createRpcDataService() - Method in interface org.knime.core.webui.data.DataServiceProvider
-
Creates the rpc data service instance.
- createRpcDataService() - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeDialog
- createRpcDataService() - Method in interface org.knime.core.webui.node.dialog.NodeDialog
- createRpcDataService() - Method in class org.knime.core.webui.node.view.table.TableNodeView
- createRpcDataService(TableViewDataService, String) - Static method in class org.knime.core.webui.node.view.table.TableViewUtil
- createRpcServer(T) - Method in interface org.knime.core.webui.data.rpc.RpcServerFactory
-
Used by the framework to register a node model's data service.
- createRpcSingleClientInstanceForTesting(Class<S>, ObjectMapper, RpcTransport) - Static method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcTestUtil
-
Creates a
RpcSingleClientfor testing purposes. - createRpcSingleClientInstanceForTesting(Class<S>, S, ObjectMapper) - Static method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcTestUtil
-
Creates an
RpcSingleClientfor testing purposes. - createRpcTransport() - Method in class org.knime.core.ui.node.workflow.async.NodeContainerRpcTransportFactory
- createRpcTransport() - Method in interface org.knime.core.webui.data.rpc.RpcTransportFactory
- createSelectionTranslationService() - Method in interface org.knime.core.webui.node.view.table.TableView
- createSettings(Class<S>) - Static method in interface org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings
-
Creates a new
DefaultNodeSettingsobject of the specified type. - createSettings(Class<S>, PortObjectSpec[]) - Static method in interface org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings
-
Helper to create a new
DefaultNodeSettingsof the specified type. - createSettings(Class<S>, DefaultNodeSettings.DefaultNodeSettingsContext) - Static method in interface org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings
-
Helper to create a new
DefaultNodeSettingsof the specified type. - createTableViewDataService(Supplier<BufferedDataTable>, Supplier<Set<RowKey>>, String) - Static method in class org.knime.core.webui.node.view.table.TableViewUtil
- Credentials - Class in org.knime.core.webui.node.dialog.defaultdialog.setting.credentials
- Credentials() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.Credentials
-
Default constructor
- Credentials(String, String) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.Credentials
- Credentials(String, String, String) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.Credentials
- CREDENTIALS - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidgetType
- CREDENTIALS - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
- Credentials.CredentialsPersistor - Class in org.knime.core.webui.node.dialog.defaultdialog.setting.credentials
-
A
NodeSettingsPersistorforCredentialsobjects. - CredentialsPersistor(String) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.Credentials.CredentialsPersistor
- CredentialsWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget.credentials
-
The widget annotation to customize the labels of a
Credentialssetting. - csv() - Method in record class org.knime.core.webui.node.view.table.data.TableViewDataService.HTMLAndCSV
-
Returns the value of the
csvrecord component. - CUSTOM - Enum constant in enum class org.knime.core.webui.node.view.table.TableViewViewSettings.RowHeightMode
- customPersistor() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.persistence.field.Persist
-
Optional argument that allows to specify a custom persistor for a field.
- cut(WorkflowCopyContent) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Cuts, i.e.
- cut(WorkflowCopyContent) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Cuts, i.e.
- cut(WorkflowCopyContent) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
-
Cuts, i.e.
- cutAsync(WorkflowCopyContent) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Async version of
AsyncWorkflowManagerUI.cut(WorkflowCopyContent).
D
- DataCellContentType - Enum Class in org.knime.core.webui.node.view.table.data.render
-
Describes how
DataCellare supposed to be rendered in the table on the frontend side. - dataJsonToNodeSettings(JsonNode, SettingsType) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.dataservice.DefaultDialogDataConverter
-
Transforms the JSON representation of the data form the front-end to node settings of a certain settings type.
- dataJsonToNodeSettings(JsonNode, SettingsType) - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultDialogDataConverterImpl
-
Transforms the JSON representation of the data form the front-end to node settings of a certain settings type.
- DataService - Interface in org.knime.core.webui.data
-
Common interface for all data service types.
- DataService.DataServiceBuilder - Interface in org.knime.core.webui.data
-
Common interface for all data service builder types.
- DataServiceContext - Class in org.knime.core.webui.data
-
A
DataServiceContextallows to report warning messages during a data service invocation or assembly of initial data. - DataServiceException - Exception in org.knime.core.webui.data
-
This exception can be thrown during a data service invocation or assembly of initial data.
- DataServiceException(String) - Constructor for exception org.knime.core.webui.data.DataServiceException
- DataServiceException(String, String) - Constructor for exception org.knime.core.webui.data.DataServiceException
- DataServiceException(String, String, Throwable) - Constructor for exception org.knime.core.webui.data.DataServiceException
- DataServiceException(String, Throwable) - Constructor for exception org.knime.core.webui.data.DataServiceException
- DataServiceManager<N extends NodeWrapper> - Class in org.knime.core.webui.node
-
Manages data service instances created by
DataServiceProvider-implementations. - DataServiceManager(Function<N, DataServiceProvider>) - Constructor for class org.knime.core.webui.node.DataServiceManager
- DataServiceManager(Function<N, DataServiceProvider>, boolean) - Constructor for class org.knime.core.webui.node.DataServiceManager
- DataServiceProvider - Interface in org.knime.core.webui.data
-
Provides different types of data services.
- DataType - Interface in org.knime.core.webui.node.view.table.data
-
Holds information related to a
DataType. - DataValueImageRenderer - Interface in org.knime.core.webui.node.view.table.data.render
-
An image-based renderer as required by the
TableViewDataService. - DataValueImageRenderer.ImageDimension - Record Class in org.knime.core.webui.node.view.table.data.render
- DataValueImageRendererRegistry - Class in org.knime.core.webui.node.view.table.data.render
-
Allows one to (short-term) register
DataValueImageRendererstogether with their respectiveDataValuesto render. - DataValueImageRendererRegistry(Supplier<String>) - Constructor for class org.knime.core.webui.node.view.table.data.render.DataValueImageRendererRegistry
- DataValueRenderer - Interface in org.knime.core.webui.node.view.table.data.render
-
Common interface for renderers as required by the
TableViewDataService. - DataValueRendererFactory - Interface in org.knime.core.webui.node.view.table.data.render
-
Factory for
DataValueRenderersas required by theTableViewDataService. - DataValueTextRenderer - Interface in org.knime.core.webui.node.view.table.data.render
-
A text renderer.
- DATE_TIME - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
- DateTimeWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
A widget annotation to display a date string as a date picker with several formatting options.
- DateWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
- deactivate() - Method in class org.knime.core.webui.data.ApplyDataService
- deactivate() - Method in interface org.knime.core.webui.data.DataService
-
Called whenever the data service can free-up resources.
- deactivate() - Method in class org.knime.core.webui.data.InitialDataService
- deactivate() - Method in class org.knime.core.webui.data.RpcDataService
- deactivate() - Static method in class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.PasswordHolder
-
Deactivate writing new passwords to the password holder
- deactivate() - Method in interface org.knime.core.webui.node.dialog.NodeSettingsService
-
TODO UIEXT-1376 rethink if this method is necessary and if we can avoid the use of singletons here.
- deactivateDataServices(N) - Method in class org.knime.core.webui.node.DataServiceManager
-
Calls
deactivateon a data service if there is a data service instance available for the given node (wrapper). - deactivateDialog(NodeContainer) - Method in class org.knime.core.webui.node.dialog.NodeDialogManager
-
deactivates the node dialog associated to the node container;
- deactivateOnNodeStateChange(boolean) - Method in class org.knime.core.webui.node.util.NodeCleanUpCallback.Builder
-
Determines whether to deactivate the node clean-up callback on node state change.
- DeclaringDefaultNodeSettings - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget.handler
-
An annotation to specify which setting exactly a setting with an attached
DependencyHandleris dependent of in case the path of the field exists in more than one of the suppliedDefaultNodeSettings - DEFAULT - Enum constant in enum class org.knime.core.webui.node.view.table.TableViewViewSettings.RowHeightMode
- DEFAULT_PASSWORD_LABEL - Static variable in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.credentials.PasswordWidget
-
The default label for the password input field.
- DEFAULT_SECOND_FACTOR_LABEL - Static variable in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.credentials.PasswordWidget
-
The default label for the second factor input field.
- DEFAULT_USERNAME_LABEL - Static variable in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.credentials.UsernameWidget
-
The default label for the user name input field.
- DefaultDialogDataConverter - Interface in org.knime.core.webui.node.dialog.defaultdialog.dataservice
-
A settings converter as used by the
FlowVariableDataServiceImpl - DefaultDialogDataConverterImpl - Class in org.knime.core.webui.node.dialog.defaultdialog
-
The converter used in the
FlowVariableDataServiceImplof theDefaultNodeDialog. - DefaultDialogDataConverterImpl(Map<SettingsType, Class<? extends DefaultNodeSettings>>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.DefaultDialogDataConverterImpl
- DefaultDialogDataConverterImpl(SettingsType, Class<? extends DefaultNodeSettings>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.DefaultDialogDataConverterImpl
-
Converter for only converting one type of settings.
- DefaultExpression - Record Class in org.knime.core.webui.node.dialog.defaultdialog.rule
-
The atomic expression that is used for json forms implementation
- DefaultExpression(String, Condition) - Constructor for record class org.knime.core.webui.node.dialog.defaultdialog.rule.DefaultExpression
-
Creates an instance of a
DefaultExpressionrecord class. - DefaultNodeDialog - Class in org.knime.core.webui.node.dialog.defaultdialog
-
Default node dialog implementation where all the dialog widgets are defined through a
DefaultNodeSettings-implementation. - DefaultNodeDialog(SettingsType, Class<? extends DefaultNodeSettings>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeDialog
-
Creates a new instance.
- DefaultNodeDialog(SettingsType, Class<? extends DefaultNodeSettings>, NodeDialog.OnApplyNodeModifier) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeDialog
-
Creates a new instance.
- DefaultNodeDialog(SettingsType, Class<? extends DefaultNodeSettings>, SettingsType, Class<? extends DefaultNodeSettings>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeDialog
-
Creates a new instance.
- DefaultNodeDialog(SettingsType, Class<? extends DefaultNodeSettings>, SettingsType, Class<? extends DefaultNodeSettings>, NodeDialog.OnApplyNodeModifier) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeDialog
-
Creates a new instance.
- DefaultNodeDialogDataServiceImpl - Class in org.knime.core.webui.node.dialog.defaultdialog.dataservice
-
Implementation of the
DefaultNodeDialogDataService. - DefaultNodeDialogDataServiceImpl(Collection<Class<? extends DefaultNodeSettings>>, AsyncChoicesGetter) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.dataservice.DefaultNodeDialogDataServiceImpl
- DefaultNodeSettings - Interface in org.knime.core.webui.node.dialog.defaultdialog
-
Marker interface for implementations that define a
DefaultNodeDialog. - DefaultNodeSettings.DefaultNodeSettingsContext - Class in org.knime.core.webui.node.dialog.defaultdialog
-
A context that holds any available information that might be relevant for creating a new instance of
DefaultNodeSettings. - DefaultNodeSettingsClassToNodeSettings - Class in org.knime.core.webui.node.dialog.defaultdialog.settingsconversion
-
This class is used to construct new
NodeSettingsto initialize them. - DefaultNodeSettingsClassToNodeSettings(DefaultNodeSettings.DefaultNodeSettingsContext, Map<SettingsType, Class<? extends DefaultNodeSettings>>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.DefaultNodeSettingsClassToNodeSettings
- DefaultNodeSettingsContext(PortObjectSpec[], FlowObjectStack, CredentialsProvider) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings.DefaultNodeSettingsContext
- DefaultNodeSettingsFieldTraverser - Class in org.knime.core.webui.node.dialog.defaultdialog.util
-
This class is used to traverse the settings within
DefaultNodeSettings. - DefaultNodeSettingsFieldTraverser(ObjectMapper, Class<?>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.util.DefaultNodeSettingsFieldTraverser
- DefaultNodeSettingsFieldTraverser.TraversedField - Record Class in org.knime.core.webui.node.dialog.defaultdialog.util
- DefaultNodeSettingsSerializer<D> - Class in org.knime.core.webui.node.dialog.defaultdialog
-
Serializes POJOs into strings using the same object mapper as is used for
DefaultNodeSettings-implementations. - DefaultNodeSettingsSerializer() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettingsSerializer
- DefaultNodeSettingsServiceWithVariables - Class in org.knime.core.webui.node.dialog.defaultdialog
-
A
NodeSettingsServicedecorator that can be used to enable saving and loading flow variables ofNodeDialogusing theDefaultNodeDialog.getPage()page. - DefaultNodeSettingsServiceWithVariables(NodeSettingsService) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettingsServiceWithVariables
-
Constructor
- defaultProvider() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.persistence.field.Persist
-
Optional argument that allows to provide a
DefaultProviderthat provides the default value for a setting that may not be part of the node settings e.g. - DefaultProvider<T> - Interface in org.knime.core.webui.node.dialog.defaultdialog.persistence.field
-
Provides the default for a field.
- DefaultViewSettingsValidationUtil - Class in org.knime.core.webui.node.dialog.defaultdialog
-
A utility class for validating view
DefaultNodeSettingsinstances overwritten by flow variables. - DefaultWidget(List<Class<?>>, WidgetImplementationUtil.DefaultWidgetType) - Constructor for record class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidget
-
Creates an instance of a
DefaultWidgetrecord class. - DependencyHandler<S> - Interface in org.knime.core.webui.node.dialog.defaultdialog.widget.handler
-
The fields specified in this class have to reference other settings of the current node settings.
- description() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.Widget
- deserialize(String) - Method in interface org.knime.core.webui.data.ApplyDataService.Deserializer
- deserializer(ApplyDataService.Deserializer<D>) - Method in class org.knime.core.webui.data.ApplyDataService.ApplyDataServiceBuilder
- DIALOG - Enum constant in enum class org.knime.core.webui.node.PageResourceManager.PageType
-
A node dialog.
- DISABLE - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.rule.Effect.EffectType
-
Disable the setting if the rule applies.
- disabled() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonState
- displayErrorMessage() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonWidget
- dispose() - Method in class org.knime.core.webui.data.ApplyDataService
- dispose() - Method in interface org.knime.core.webui.data.DataService
-
Called whenever the data service won't be used anymore.
- dispose() - Method in class org.knime.core.webui.data.InitialDataService
- dispose() - Method in class org.knime.core.webui.data.RpcDataService
- DomainChoicesUpdateHandler<S extends ColumnNameSupplier> - Class in org.knime.core.webui.node.dialog.defaultdialog.widget.choices
- DomainChoicesUpdateHandler() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.DomainChoicesUpdateHandler
- DONE - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler.States
-
This state is reached on a successful response.
- doRpc(String) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
To be called from rpc clients - not needed for local, for remote, picks an endpoint and forwards ui data request to be transported to remote node model and collects the response in `out`.
- doRpc(String) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- doRpc(NativeNodeContainer, String) - Method in class org.knime.core.webui.data.rpc.RpcServerManager
-
Deprecated.Carries out a remote procedure call by calling the rpc server provided by a node.
- doRpc(RpcServer, String) - Static method in class org.knime.core.webui.data.rpc.RpcServerManager
-
Deprecated.Carries out a remote procedure call using the provided rpc server.
- DROP_DOWN - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
E
- EDIT - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.setting.selection.SelectionMode
-
Selection is shown and editable.
- Effect - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.rule
-
With this annotation a field, all fields in a class, or a whole layout part (i.e.
- Effect.EffectType - Enum Class in org.knime.core.webui.node.dialog.defaultdialog.rule
-
This enum represents the effect that a rule has on a setting.
- elementTitle() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.ArrayWidget
- ENABLE - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.rule.Effect.EffectType
-
Disable the setting per default and only enable it when the rule applies.
- EnumFieldPersistor<E extends Enum<E>> - Class in org.knime.core.webui.node.dialog.defaultdialog.persistence.field
-
This field persistor transforms
Stringnode settings to enum values and vice versa by matching the enum constant. - EnumFieldPersistor(String, Class<E>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.persistence.field.EnumFieldPersistor
- equals(Object) - Method in record class org.knime.core.ui.component.CheckForComponentUpdatesUtil.ComponentUpdatesResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager.NodeRecommendation
- equals(Object) - Method in class org.knime.core.ui.wrapper.AbstractWrapper
- equals(Object) - Method in record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.JsonFormsUiSchemaUtil.LayoutSkeleton
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.UiSchemaDefaultNodeSettingsTraverser.JsonFormsControl
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.dialog.defaultdialog.rule.DefaultExpression
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.dialog.defaultdialog.rule.IdentityOperation
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.Credentials
- equals(Object) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.filechooser.FileChooser
- equals(Object) - Method in record class org.knime.core.webui.node.dialog.defaultdialog.util.DefaultNodeSettingsFieldTraverser.TraversedField
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonChange
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.IdAndText
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.PossibleColumnValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidget
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.WidgetAnnotation
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.PagePathSegments
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.port.PortViewManager.PortViewDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.port.PortViewManager.PortViews
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.view.table.data.render.DataValueImageRenderer.ImageDimension
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.view.table.data.TableViewDataService.HTMLAndCSV
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.knime.core.webui.node.view.table.data.TableViewDataService.SpecialColumnConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.knime.gateway.api.entity.AnnotationIDEnt
- equals(Object) - Method in class org.knime.gateway.api.entity.ConnectionIDEnt
- equals(Object) - Method in class org.knime.gateway.api.entity.NodeIDEnt
- equals(Object) - Method in record class org.knime.gateway.impl.service.events.SelectionEventSource.SelectionTranslationResult
-
Indicates whether some other object is "equal to" this one.
- error() - Method in record class org.knime.gateway.impl.service.events.SelectionEventSource.SelectionTranslationResult
-
Returns the value of the
errorrecord component. - EventConsumer - Interface in org.knime.gateway.impl.service.events
-
Interface for an event consumer that accepts event usually emitted by an
EventSource. - EventSource<T,
E> - Class in org.knime.gateway.impl.service.events -
An event source produces events that are forwarded to an event consumer.
- EventSource(BiConsumer<String, Object>) - Constructor for class org.knime.gateway.impl.service.events.EventSource
- EventSource(EventConsumer) - Constructor for class org.knime.gateway.impl.service.events.EventSource
- excludeUnknownColumn() - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilter
-
Exclude the unknown columns while in manual mode
- execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- execute(BufferedDataTable[], ExecutionContext, S) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- execute(PortObject[], ExecutionContext) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- execute(PortObject[], ExecutionContext, S) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- executeAll() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
(Try to) Execute all nodes in the workflow.
- executeAll() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- executeAllAndWaitUntilDone() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Convenience method: execute all and wait for execution to be done.
- executeAllAndWaitUntilDone() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- executeAllAndWaitUntilDoneInterruptibly() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Execute all nodes and wait until workflow reaches a stable state.
- executeAllAndWaitUntilDoneInterruptibly() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- executedIndices() - Method in record class org.knime.core.webui.node.port.PortViewManager.PortViews
-
Returns the value of the
executedIndicesrecord component. - executePredecessorsAndWait(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Attempts to execute all nodes upstream of the argument node.
- executePredecessorsAndWait(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- executeUpToHere(NodeID...) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
mark these nodes and all not-yet-executed predecessors for execution.
- executeUpToHere(NodeID...) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- EXPOSED_VARIABLE_CFG_KEY - Static variable in class org.knime.core.webui.node.dialog.internal.VariableSettings
-
Config key for the exposed variable.
- expression() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.rule.IdentityOperation
-
Returns the value of the
expressionrecord component. - Expression<E extends org.knime.core.webui.node.dialog.defaultdialog.rule.AtomicExpression<E>> - Interface in org.knime.core.webui.node.dialog.defaultdialog.rule
-
An expression in terms of propositional logic.
- ExpressionVisitor<T,
E extends org.knime.core.webui.node.dialog.defaultdialog.rule.AtomicExpression<E>> - Interface in org.knime.core.webui.node.dialog.defaultdialog.rule -
A visitor visiting all permitted implementations of
Expressionwhich is used to translate the expression to a implementation dependent format.
F
- FalseCondition - Class in org.knime.core.webui.node.dialog.defaultdialog.rule
-
Triggers when a boolean is false.
- FalseCondition() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.rule.FalseCondition
- field() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.UiSchemaDefaultNodeSettingsTraverser.JsonFormsControl
-
Returns the value of the
fieldrecord component. - FIELD_NAME_DATA - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts
- FIELD_NAME_SCHEMA - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts
- FIELD_NAME_UI_SCHEMA - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts
- FieldAnnotationsHolder - Class in org.knime.core.webui.node.dialog.defaultdialog.util
-
A holder for annotations of a field during the traversal of nested settings of DefaultNodeSettings.
- FieldAnnotationsHolder.FieldAnnotationException - Exception in org.knime.core.webui.node.dialog.defaultdialog.util
-
This exception is thrown when for a nested field both the enclosing field and the enclosing class have the same kind of annotation which is one of the tracked ones.
- FieldBasedNodeSettingsPersistor<S extends PersistableSettings> - Class in org.knime.core.webui.node.dialog.defaultdialog.persistence.field
-
Performs persistence of DefaultNodeSettings on a per-field basis.
- FieldBasedNodeSettingsPersistor(Class<S>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.persistence.field.FieldBasedNodeSettingsPersistor
-
Constructor.
- FieldNodeSettingsPersistor<T> - Interface in org.knime.core.webui.node.dialog.defaultdialog.persistence.field
-
A
NodeSettingsPersistorthat persists a single field of a settings object. - fields() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.JsonFormsUiSchemaUtil.LayoutSkeleton
-
Returns the value of the
fieldsrecord component. - FILE_CHOOSER - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidgetType
- FILE_CHOOSER - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
- FileChooser - Class in org.knime.core.webui.node.dialog.defaultdialog.setting.filechooser
-
This settings class can be used to display a dropdown from which several file system categories can be selected (currently only local and custom/KNIME URLs).
- FileChooser() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.filechooser.FileChooser
-
A local file chooser
- FileChooser(FSLocation) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.filechooser.FileChooser
- FileChooserDataService - Class in org.knime.core.webui.node.dialog.defaultdialog.dataservice.filechooser
- FileChooserDataService() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.dataservice.filechooser.FileChooserDataService
-
This data service is used in the DefaultNodeDialog and can be accessed by the frontend using the name "fileChooser".
- findJobManager() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- findJobManager() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- findNodeContainer(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Get the node container associated with the argument id.
- findNodeContainer(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- findNodes(Class<T>, boolean) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Find all nodes in this workflow, whose underlying
NodeModelis of the requested type. - findNodes(Class<T>, boolean) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- FlowVariableDataServiceImpl - Class in org.knime.core.webui.node.dialog.defaultdialog.dataservice
-
A data service used in the
DefaultNodeDialogor any otherNodeDialogusing the same page and having flow variables. - FlowVariableDataServiceImpl(DefaultDialogDataConverter) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.dataservice.FlowVariableDataServiceImpl
- FORMAT_DOUBLE - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- FORMAT_FLOAT - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- FORMAT_INT - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- FORMAT_LONG - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- fromColSpec(DataColumnSpec) - Static method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.PossibleColumnValue
- FromFilePageBuilder - Class in org.knime.core.webui.page
-
Adds additional methods to the
PageBuilderwhich allows one to define the page content and associated resources by referencing files. - fromId(String) - Static method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.IdAndText
- fromNodeSettings(Map<SettingsType, NodeAndVariableSettingsRO>, PortObjectSpec[]) - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettingsServiceWithVariables
- fromNodeSettings(Map<SettingsType, NodeAndVariableSettingsRO>, PortObjectSpec[]) - Method in interface org.knime.core.webui.node.dialog.NodeSettingsService
-
Called when a dialog is initialized.
- fromRowKeys(Set<RowKey>) - Method in interface org.knime.core.webui.node.view.table.selection.SelectionTranslationService
-
Translates a set of row keys into a list of strings representing the selection.
- FSLocationJsonSerializationUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.setting.filechooser
- FSLocationPersistor - Class in org.knime.core.webui.node.dialog.defaultdialog.persistence.field
-
This is the default persistor used for the path field of the
FSLocation. - FSLocationPersistor() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.persistence.field.FSLocationPersistor
- fullDescription(String) - Method in interface org.knime.core.webui.node.impl.WebUINodeConfiguration.RequireFullDescription
- future(Supplier<U>) - Static method in interface org.knime.core.ui.node.workflow.async.AsyncNodeContainerUI
-
Creates a new
CompletableFuture. - FuzzySearchable - Class in org.knime.core.ui.util
-
A utility class to calculate the tanimoto bi-gram similarity, originally copied from the Tanimoto BiGram distance from the distmatrix package.
- FuzzySearchable(String, String[]) - Constructor for class org.knime.core.ui.util.FuzzySearchable
-
New instance whereby the arguments will be upper-cased by this constructor.
G
- GenericTypeFinderUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.util
- get() - Static method in class org.knime.core.webui.data.DataServiceContext
- get() - Method in interface org.knime.core.webui.node.NodeWrapper
- get(int) - Method in interface org.knime.core.ui.node.workflow.InteractiveWebViewsResultUI
-
Get individual view info.
- get(int) - Method in class org.knime.core.ui.wrapper.InteractiveWebViewsResultWrapper
-
Get individual view info.
- getActiveShell() - Static method in class org.knime.core.ui.util.SWTUtilities
-
As discovered in AP-10122, when KNIME receives an action due to mouse event passthrough (a situation possible on macOS where mouse & scroll events can pass to a desktop-visible window even though the owning application is not the application in the foreground), Display.getCurrent().getActiveShell() returns null.
- getActiveShell(Display) - Static method in class org.knime.core.ui.util.SWTUtilities
-
As discovered in AP-10122, when KNIME receives an action due to mouse event passthrough (a situation possible on macOS where mouse & scroll events can pass to a desktop-visible window even though the owning application is not the application in the foreground), Display.getCurrent().getActiveShell() returns null.
- getApplicableDefaults(Class<?>) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil
- getAvailableFlowVariableNames() - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings.DefaultNodeSettingsContext
- getAvailableFlowVariables(String, LinkedList<String>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.dataservice.FlowVariableDataServiceImpl
- getAvailableInputFlowVariables(VariableType<?>...) - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings.DefaultNodeSettingsContext
- getBaseUrl() - Method in class org.knime.core.webui.node.PageResourceManager
-
The base url for the page and associated resources.
- getBaseUrl() - Method in class org.knime.gateway.api.entity.ResourceInfoEnt
-
The resource base url.
- getButtonText(CancelableActionHandler.States) - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler
- getCharset() - Method in class org.knime.core.webui.page.Page
- getCharset() - Method in interface org.knime.core.webui.page.Resource
- getChildOperation() - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.Not
- getChildren() - Method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.LayoutTreeNode
- getChildren() - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.And
- getChildren() - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.Or
- getChoices(String) - Method in class org.knime.core.webui.node.dialog.defaultdialog.dataservice.DefaultNodeDialogDataServiceImpl
- getChoices(String) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl.AsyncChoicesGetter
-
Retrieve choices from an id
- getChoices(String) - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl.AsyncChoicesHolder
-
Retrieves the choices whose computation has been started with
AsyncChoicesHolder.addChoices(java.lang.String, java.util.concurrent.Callable<java.lang.Object[]>). - getChoices(ChoicesProvider, DefaultNodeSettings.DefaultNodeSettingsContext) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.ChoicesGeneratorUtil
- getClientVersion() - Method in class org.knime.core.ui.node.workflow.RemoteWorkflowContext
- getColor() - Method in interface org.knime.core.webui.node.view.table.data.Cell
- getColorModels() - Method in class org.knime.gateway.api.entity.NodeViewEnt
- getColumnContentTypes() - Method in class org.knime.core.webui.node.view.table.data.render.internal.TableRenderer
- getColumnContentTypes() - Method in interface org.knime.core.webui.node.view.table.data.Table
- getColumnCount() - Method in interface org.knime.core.webui.node.view.table.data.Table
- getColumnDataTypeIds() - Method in interface org.knime.core.webui.node.view.table.data.Table
- getColumnDomainValues() - Method in interface org.knime.core.webui.node.view.table.data.TableViewInitialData
- getColumnDomainValues() - Method in class org.knime.core.webui.node.view.table.data.TableViewInitialDataImpl
- getColumnFormatterDescriptions() - Method in interface org.knime.core.webui.node.view.table.data.Table
- getColumnName() - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.IsNoneColumnCondition
- getColumnName() - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.IsSpecificColumnCondition
- getColumnNamesColorModel() - Method in class org.knime.gateway.api.entity.NodeViewEnt
- getColumnNamesColors() - Method in interface org.knime.core.webui.node.view.table.data.Table
- getCompatibleTypes(DataType) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.ColumnSelection
- getConfigKey() - Method in class org.knime.core.webui.node.dialog.defaultdialog.persistence.NodeSettingsPersistorWithConfigKey
- getConfigKey() - Method in enum class org.knime.core.webui.node.dialog.SettingsType
- getConfigKeys() - Method in interface org.knime.core.webui.node.dialog.defaultdialog.persistence.field.FieldNodeSettingsPersistor
- getConfigKeys() - Method in class org.knime.core.webui.node.dialog.defaultdialog.persistence.NodeSettingsPersistorWithConfigKey
- getConfigKeysUsedByField(Field) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.persistence.field.ConfigKeyUtil
-
Get the config keys that are used by the given field if it is annotated with a
Persistannotation. - getConnection(ConnectionID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Gets a connection by id.
- getConnection(ConnectionID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getConnectionContainers() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getConnectionContainers() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getConnectionProblem() - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
- getContentType() - Method in interface org.knime.core.webui.node.view.table.data.render.DataValueImageRenderer
- getContentType() - Method in interface org.knime.core.webui.node.view.table.data.render.DataValueRenderer
- getContentType() - Method in interface org.knime.core.webui.node.view.table.data.render.DataValueTextRenderer
- getContentType() - Method in class org.knime.core.webui.page.Page
- getContentType() - Method in interface org.knime.core.webui.page.Resource
- getContext() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Returns the current workflow context or
nullif no context is available. - getContext() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getContext() - Static method in class org.knime.core.webui.node.port.PortContext
- getControls() - Method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.LayoutTreeNode
- getCopyContent(TableViewDataService.SpecialColumnConfig, TableViewDataService.SpecialColumnConfig, boolean, String[], int, int) - Method in interface org.knime.core.webui.node.view.table.data.TableViewDataService
-
A method receiving a representation of a selected rectangle of cells in the frontend which is invoked when these are copied.
- getCopyContent(TableViewDataService.SpecialColumnConfig, TableViewDataService.SpecialColumnConfig, boolean, String[], int, int) - Method in class org.knime.core.webui.node.view.table.data.TableViewDataServiceImpl
- getCopyOfCreationConfig() - Method in interface org.knime.core.ui.node.workflow.NativeNodeContainerUI
-
Returns a deep copy of the creation configuration of this node.
- getCopyOfCreationConfig() - Method in class org.knime.core.ui.wrapper.NativeNodeContainerWrapper
-
Returns a deep copy of the creation configuration of this node.
- getCredentialsProvider() - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings.DefaultNodeSettingsContext
- getCurrentRowKeys() - Method in interface org.knime.core.webui.node.view.table.data.TableViewDataService
- getCurrentRowKeys() - Method in class org.knime.core.webui.node.view.table.data.TableViewDataServiceImpl
- getCustomDescription() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getCustomDescription() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getCustomName() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
For reporting backward compatibility.
- getCustomName() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getData() - Method in interface org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsSettings
- getData() - Method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsSettingsImpl
- getDataServiceManager() - Method in class org.knime.core.webui.node.dialog.NodeDialogManager
- getDataServiceManager() - Method in class org.knime.core.webui.node.port.PortViewManager
- getDataServiceManager() - Method in class org.knime.core.webui.node.view.NodeViewManager
- getDataServiceOfType(N, Class<S>) - Method in class org.knime.core.webui.node.DataServiceManager
-
Returns data service instance of the given type or an empty optional of no data service of that type is associated with the node.
- getDataTableSpec(int) - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings.DefaultNodeSettingsContext
- getDataTableSpecs() - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings.DefaultNodeSettingsContext
- getDataTypes() - Method in interface org.knime.core.webui.node.view.table.data.TableViewInitialData
- getDataTypes() - Method in class org.knime.core.webui.node.view.table.data.TableViewInitialDataImpl
- getDataValueRendererIds(DataType) - Method in interface org.knime.core.webui.node.view.table.data.render.DataValueRendererFactory
- getDataValueRendererIds(DataType) - Method in class org.knime.core.webui.node.view.table.data.render.SwingBasedRendererFactory
- getDebugUrl() - Method in class org.knime.gateway.api.entity.ResourceInfoEnt
- getDebugUrl(N) - Method in class org.knime.core.webui.node.PageResourceManager
-
Optionally returns a debug url for a view (dialog etc.) which is controlled by a system property.
- getDefault() - Method in interface org.knime.core.webui.node.dialog.defaultdialog.persistence.field.DefaultProvider
- getDefaultPageFormat() - Method in interface org.knime.core.webui.node.view.NodeView
-
The default page format is being used to determine the size of the page if it's being displayed together with other pages (aka composite view).
- getDefaultPageFormat(NodeContainer) - Method in class org.knime.core.webui.node.view.NodeViewManager
- getDescription() - Method in interface org.knime.core.ui.workflowcoach.data.NodeTripleProvider
-
A short description of the node triple provide, e.g.
- getDescription() - Method in class org.knime.core.webui.node.impl.PortDescription
- getDest() - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
- getDest() - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- getDestNodeIDEnt() - Method in class org.knime.gateway.api.entity.ConnectionIDEnt
- getDestPort() - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
- getDestPort() - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- getDestPortIdx() - Method in class org.knime.gateway.api.entity.ConnectionIDEnt
- getDetails() - Method in exception org.knime.core.webui.data.DataServiceException
- getDialogPaneWithSettings() - Method in interface org.knime.core.ui.node.workflow.async.AsyncNodeContainerUI
-
Return a NodeDialogPane for a node which can be embedded into a JFrame oder another GUI element.
- getDialogPaneWithSettings() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Return a NodeDialogPane for a node which can be embedded into a JFrame oder another GUI element.
- getDialogPaneWithSettings() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
-
Return a NodeDialogPane for a node which can be embedded into a JFrame oder another GUI element.
- getDialogPaneWithSettingsAsync() - Method in interface org.knime.core.ui.node.workflow.async.AsyncNodeContainerUI
-
Async version of
AsyncNodeContainerUI.getDialogPaneWithSettings(). - getDimension(DataValue) - Method in interface org.knime.core.webui.node.view.table.data.render.DataValueImageRenderer
- getDisplayedColumns() - Method in interface org.knime.core.webui.node.view.table.data.Table
- getDisplayedColumns(DataTableSpec) - Method in class org.knime.core.webui.node.view.table.TableViewViewSettings
- getDisplayLabel() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getDisplayLabel() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getDomainName() - Method in class org.knime.core.webui.node.PageResourceManager
- getDomainValues(DataColumnSpec) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.DomainChoicesUpdateHandler
- getEditorUIInformation() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Returns the editor specific settings.
- getEditorUIInformation() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getError() - Method in interface org.knime.gateway.impl.service.events.SelectionEvent
- getExceptionClass() - Method in class org.knime.core.ui.node.workflow.async.CompletableFutureEx
- getExecutionContext() - Method in class org.knime.core.webui.data.DataServiceContext
- getExposedVariable(String) - Method in class org.knime.core.webui.node.dialog.internal.VariableSettings
- getExposedVariable(String) - Method in interface org.knime.core.webui.node.dialog.VariableSettingsRO
- getExtensionType() - Method in class org.knime.gateway.api.entity.NodeUIExtensionEnt
- getExternalOutputs() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Receive output from workflow by means of
OutputNode. - getExternalOutputs() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getFactoryId() - Method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager.NodeRecommendation
- getFilePath(String, String, String) - Method in class org.knime.core.webui.node.dialog.defaultdialog.dataservice.filechooser.FileChooserDataService
-
Get the path of the file at the specified path
- getFilteredAndSortedTable(String[], long, int, String, boolean, String, String[][], boolean, String[], boolean, boolean, boolean, boolean, boolean) - Method in interface org.knime.core.webui.node.view.table.data.TableViewDataService
- getFilteredAndSortedTable(String[], long, int, String, boolean, String, String[][], boolean, String[], boolean, boolean, boolean, boolean, boolean) - Method in class org.knime.core.webui.node.view.table.data.TableViewDataServiceImpl
- getFirstGenericType(Class<? extends T>, Class<T>) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.util.GenericTypeFinderUtil
- getFirstRowImageDimensions() - Method in interface org.knime.core.webui.node.view.table.data.Table
- getFlowObjectStack() - Method in interface org.knime.core.ui.node.workflow.NodeOutPortUI
-
Returns the
FlowObjectStackof the underlying node. - getFlowObjectStack() - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- getFlowObjectStack() - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- getFlowVariableByName(String) - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings.DefaultNodeSettingsContext
- getFlowVariableOverrideValue(String, LinkedList<String>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.dataservice.FlowVariableDataServiceImpl
- getFrequency() - Method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager.NodeRecommendation
-
Returns the frequency (in percent), i.e.
- getFSLocation() - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.filechooser.FileChooser
- getGeneratedImageActionId() - Method in class org.knime.gateway.api.entity.NodeViewEnt
-
If the view represented by this view entity is used for the purpose of image or report generation via an image or report output port.
- getHandler() - Method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcSingleServer
- getHandler() - Method in interface org.knime.core.webui.data.rpc.RpcSingleServer
- getHandler(Class<S>) - Method in interface org.knime.core.webui.data.rpc.RpcServer
-
Returns the service implementation associated to the name
serviceInterface.getSimpleName() - getHandler(Class<S2>) - Method in interface org.knime.core.webui.data.rpc.RpcSingleServer
- getHandler(String) - Method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcServer
- getHandler(String) - Method in interface org.knime.core.webui.data.rpc.RpcServer
- getHandler(String) - Method in interface org.knime.core.webui.data.rpc.RpcSingleServer
- getHasNodeView() - Method in class org.knime.gateway.api.entity.NodeDialogEnt
- getHiLiteHandler(N) - Method in class org.knime.core.webui.node.view.table.TableViewManager
- getIcon() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getIcon() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getIcon() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getIconAsStream() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getIconAsStream() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getId() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.util.DefaultNodeSettingsFieldTraverser.TraversedField
- getId() - Method in interface org.knime.core.webui.node.view.table.data.render.DataValueImageRenderer
- getId() - Method in interface org.knime.core.webui.node.view.table.data.Renderer
- getId() - Method in class org.knime.gateway.api.entity.ResourceInfoEnt
-
A globally unique resource id.
- getID() - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
- getID() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getID() - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- getID() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getIFrameStyle() - Method in class org.knime.gateway.api.entity.PortViewEnt
- getImageDimensions(String) - Method in class org.knime.core.webui.node.view.table.data.render.DataValueImageRendererRegistry
-
Retrieves the image dimensions for the given image path
- getImagePath() - Method in interface org.knime.core.webui.node.view.image.data.ImageViewInitialData
- getImagePath() - Method in class org.knime.core.webui.node.view.image.data.ImageViewInitialDataImpl
- getIncomingConnectionFor(NodeID, int) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Returns the incoming connection of the node with the passed node id at the specified port.
- getIncomingConnectionFor(NodeID, int) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getIncomingConnectionsFor(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Get all incoming connections for a node.
- getIncomingConnectionsFor(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getIndex() - Method in class org.knime.gateway.api.entity.AnnotationIDEnt
- getInitialData() - Method in class org.knime.core.webui.data.InitialDataService
- getInitialData() - Method in class org.knime.gateway.api.entity.NodeUIExtensionEnt
- getInitialSelection() - Method in class org.knime.gateway.api.entity.NodeViewEnt
- getInitialSelection() - Method in class org.knime.gateway.api.entity.PortViewEnt
- getInitialViewValue(NativeNodeContainer) - Method in interface org.knime.core.webui.node.view.NodeViewFactory
- getInPort(int) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getInPort(int) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getInPort(int) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getInPort(int) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getInPortsBarUIInfo() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Get UI information for workflow input ports.
- getInPortsBarUIInfo() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getInputDataTableSpecIfTableView(NodeContainer) - Method in class org.knime.core.webui.node.view.NodeViewManager
- getInputForType(JsonNode, SettingsType) - Method in class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.JsonDataToNodeSettings
- getInputForType(Void, SettingsType) - Method in class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.DefaultNodeSettingsClassToNodeSettings
- getInputNodes() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Get quickform nodes on the root level along with their currently set value.
- getInputNodes() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getInputSpecs() - Method in class org.knime.core.webui.data.DataServiceContext
- getInputSpecsExcludingVariablePort(NodeContainer) - Static method in class org.knime.core.webui.data.util.InputSpecUtil
- getInputStream() - Method in class org.knime.core.webui.page.Page
- getInputStream() - Method in interface org.knime.core.webui.page.Resource
- getInstance() - Static method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager
-
Returns the singleton instance for this class.
- getInstance() - Static method in class org.knime.core.webui.data.rpc.json.impl.ObjectMapperUtil
-
Returns the singleton instance of this class.
- getInstance() - Static method in class org.knime.core.webui.data.rpc.RpcServerManager
-
Deprecated.Returns the singleton instance for this service.
- getInstance() - Static method in class org.knime.core.webui.node.dialog.NodeDialogManager
-
Returns the singleton instance for this class.
- getInstance() - Static method in class org.knime.core.webui.node.port.PortViewManager
-
Returns the singleton instance for this class.
- getInstance() - Static method in class org.knime.core.webui.node.view.NodeViewManager
-
Returns the singleton instance for this class.
- getInstance(Class<T>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.util.FieldAnnotationsHolder
- getInteractiveViewName() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Returns the name of the interactive view if such a view exists.
- getInteractiveViewName() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getInteractiveWebViews() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Get the 'interactive web views' provided by this node.
- getInteractiveWebViews() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getItemCondition() - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.ArrayContainsCondition
- getItemFieldPath() - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.ArrayContainsCondition
- getJobManager() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getJobManager() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getKNIMEWorkbenchShell() - Static method in class org.knime.core.ui.util.SWTUtilities
-
This method can be called after application startup has completed in order to get the
Shellthat is the parent of the main KAP workbench. - getLastUpdate() - Method in interface org.knime.core.ui.workflowcoach.data.NodeTripleProvider
-
Returns the time when this provider was last updated.
- getLinkedMetaNodes(boolean) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
The list of contained metanodes that are linked metanodes.
- getLinkedMetaNodes(boolean) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getMapper() - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsDataUtil
- getMaterializedColumnIndices() - Method in interface org.knime.core.webui.node.view.table.data.render.internal.RowRenderer
- getMaterializedColumnIndices() - Method in class org.knime.core.webui.node.view.table.data.render.internal.RowRendererWithRowKeys
- getMaterializedColumnIndices() - Method in class org.knime.core.webui.node.view.table.data.render.internal.RowRendererWithIndicesCounter
- getMaterializedColumnIndices() - Method in class org.knime.core.webui.node.view.table.data.render.internal.RowRendererWithIndicesFromColumn
- getMaterializedColumnIndices() - Method in class org.knime.core.webui.node.view.table.data.render.internal.SimpleRowRenderer
- getMaxColor() - Method in class org.knime.gateway.api.entity.NumericColorModelEnt
- getMaxValue() - Method in class org.knime.gateway.api.entity.NumericColorModelEnt
- getMetadata() - Method in interface org.knime.core.webui.node.view.table.data.MissingCellWithMessage
- getMetanodeInputPortInfo(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Get information on input ports of the argument (meta) node.
- getMetanodeInputPortInfo(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getMetanodeOutputPortInfo(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Get information on output ports of the argument (meta) node.
- getMetanodeOutputPortInfo(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getMinColor() - Method in class org.knime.gateway.api.entity.NumericColorModelEnt
- getMinValue() - Method in class org.knime.gateway.api.entity.NumericColorModelEnt
- getMode() - Method in interface org.knime.gateway.impl.service.events.SelectionEvent
- getModel() - Method in interface org.knime.core.ui.node.workflow.InteractiveWebViewsResultUI.SingleInteractiveWebViewResultUI
- getModel() - Method in class org.knime.core.ui.wrapper.SingleInteractiveWebViewResultWrapper
- getModel() - Method in class org.knime.gateway.api.entity.ColorModelEnt
- getMountId() - Method in class org.knime.core.ui.node.workflow.RemoteWorkflowContext
-
Returns the (default) mount id of the remote server.
- getMountpointURI() - Method in class org.knime.core.ui.node.workflow.RemoteWorkflowContext
-
Returns the URI of the workflow inside the mount point.
- getName() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getName() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Get the name of the workflow.
- getName() - Method in interface org.knime.core.ui.workflowcoach.data.NodeTripleProvider
- getName() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getName() - Method in class org.knime.core.webui.node.impl.PortDescription
- getName() - Method in interface org.knime.core.webui.node.view.table.data.DataType
- getName() - Method in interface org.knime.core.webui.node.view.table.data.Renderer
- getName() - Method in class org.knime.gateway.impl.service.events.EventSource
- getName() - Method in class org.knime.gateway.impl.service.events.NodeViewStateEventSource
- getName() - Method in class org.knime.gateway.impl.service.events.SelectionEventSource
- getNameField() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getNameField() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getNameWithID() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getNameWithID() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getNestedJsonObject(String, String...) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonNodeSettingsMapperUtil
-
Extracts and returns the nested json object at the given json path.
- getNodeAnnotation() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getNodeAnnotation() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getNodeAnnotation() - Method in class org.knime.gateway.api.entity.NodeInfoEnt
- getNodeAnnotations() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getNodeAnnotations() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getNodeContainer(NodeID) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Narrow down return type to
AsyncNodeContainerUI. - getNodeContainer(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getNodeContainer(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getNodeContainer(NodeID, Class<T>, boolean) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Get contained node container and cast to argument class.
- getNodeContainer(NodeID, Class<T>, boolean) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getNodeContainers() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getNodeContainers() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getNodeContainerState() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getNodeContainerState() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getNodeContainerState() - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- getNodeContainerState() - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- getNodeErrorMessage() - Method in class org.knime.gateway.api.entity.NodeInfoEnt
- getNodeErrorMessages() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Deprecated.
- getNodeErrorMessages() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
-
Deprecated.
- getNodeFactoryClassName() - Method in interface org.knime.core.ui.node.workflow.NativeNodeContainerUI
- getNodeFactoryClassName() - Method in class org.knime.core.ui.wrapper.NativeNodeContainerWrapper
- getNodeFactoryId() - Method in interface org.knime.core.ui.node.workflow.NativeNodeContainerUI
- getNodeFactoryId() - Method in class org.knime.core.ui.wrapper.NativeNodeContainerWrapper
- getNodeId() - Method in class org.knime.gateway.api.entity.NodeUIExtensionEnt
- getNodeId() - Method in interface org.knime.gateway.impl.service.events.SelectionEvent
- getNodeIDEnt() - Method in class org.knime.gateway.api.entity.AnnotationIDEnt
- getNodeIDs() - Method in class org.knime.gateway.api.entity.NodeIDEnt
- getNodeInfo() - Method in class org.knime.gateway.api.entity.NodeViewEnt
- getNodeInfo() - Method in class org.knime.gateway.api.entity.PortViewEnt
- getNodeLocks() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Returns the node's lock status, i.e.
- getNodeLocks() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getNodeMessage() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Get the message to be displayed to the user.
- getNodeMessage() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getNodeMessages(NodeMessage.Type...) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Get all node messages, recursively collected from all contained.
- getNodeMessages(NodeMessage.Type...) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getNodeName() - Method in class org.knime.gateway.api.entity.NodeInfoEnt
- getNodePort() - Method in class org.knime.core.webui.node.port.PortContext
- getNodeRecommendationFor(NativeNodeContainerUI...) - Method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager
-
Determines lists of node recommendation based on the given nodes (e.g.
- getNodeRpcServerCache() - Method in class org.knime.core.webui.data.rpc.RpcServerManager
-
Deprecated.For testing purposes only!
- getNodeSettings() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getNodeSettings() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getNodeSettingsService() - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeDialog
- getNodeSettingsService() - Method in interface org.knime.core.webui.node.dialog.NodeDialog
- getNodeState() - Method in interface org.knime.core.ui.node.workflow.NodeOutPortUI
- getNodeState() - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- getNodeState() - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- getNodeState() - Method in class org.knime.gateway.api.entity.NodeInfoEnt
- getNodeTripleProviderFactories() - Static method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager
-
Returns all available
NodeTripleProviderFactorys. - getNodeTripleProviders() - Static method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager
-
Returns all available
NodeTripleProviders. - getNodeTriples() - Method in interface org.knime.core.ui.workflowcoach.data.NodeTripleProvider
-
Returns all available
NodeTriples as aStream. - getNodeView() - Method in interface org.knime.gateway.impl.service.events.NodeViewStateEvent
- getNodeViewName(int) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getNodeViewName(int) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getNodeViewName(int) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getNodeWarnMessage() - Method in class org.knime.gateway.api.entity.NodeInfoEnt
- getNodeWrapperTypeId() - Method in interface org.knime.core.webui.node.NodeWrapper
- getNodeWrapperTypeId(NativeNodeContainer) - Method in interface org.knime.core.webui.node.NodeWrapper.CustomNodeWrapperTypeIdProvider
- getNrInPorts() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getNrInPorts() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getNrInPorts() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getNrNodeViews() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Returns the number of views provided by the node implementation.
- getNrNodeViews() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Returns the number of views provided by the node implementation.
- getNrNodeViews() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getNrNodeViews() - Method in class org.knime.core.webui.node.impl.WebUINodeFactory
- getNrOutPorts() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getNrOutPorts() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getNrOutPorts() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getNrViews() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getNrViews() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getNrWorkflowIncomingPorts() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getNrWorkflowIncomingPorts() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getNrWorkflowOutgoingPorts() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getNrWorkflowOutgoingPorts() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getNthGenericType(Class<? extends T>, Class<T>, int) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.util.GenericTypeFinderUtil
- getNumEventListeners() - Method in class org.knime.gateway.impl.service.events.SelectionEventSource
-
The total number of event listener registered for the event source.
- getNumLoadedProviders() - Static method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager
-
Returns the number of registered and enabled
NodeTripleProviders. - getObjectMapper() - Method in class org.knime.core.webui.data.rpc.json.impl.ObjectMapperUtil
-
Returns the shared object mapper.
- getObjOfClass(Class<C>, Object) - Method in class org.knime.core.ui.node.workflow.ContextObjectSupplierUI
- getOnApplyNodeModifier() - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeDialog
- getOnApplyNodeModifier() - Method in interface org.knime.core.webui.node.dialog.NodeDialog
- getOrCreateVariableSettings(String) - Method in class org.knime.core.webui.node.dialog.internal.VariableSettings
- getOrCreateVariableSettings(String) - Method in interface org.knime.core.webui.node.dialog.VariableSettingsWO
-
Access the variable settings of a settings group that was added by
NodeSettings.addNodeSettings(String). - getOrThrow() - Method in class org.knime.core.ui.node.workflow.async.CompletableFutureEx
-
Same as
CompletableFuture.get()but also potentially throws a predefined exception. - getOutgoingConnectionsFor(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Get all outgoing connections for a node.
- getOutgoingConnectionsFor(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getOutgoingConnectionsFor(NodeID, int) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Returns the set of outgoing connections for the node with the passed id at the specified port.
- getOutgoingConnectionsFor(NodeID, int) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getOutHiLiteHandler(NodeContainer, int) - Static method in class org.knime.core.webui.node.view.table.TableViewManager
- getOutPort(int) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getOutPort(int) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getOutPort(int) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getOutPort(int) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getOutPortsBarUIInfo() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Get UI information for workflow output ports.
- getOutPortsBarUIInfo() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getPage() - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeDialog
- getPage() - Method in class org.knime.core.webui.node.view.table.TableNodeView
- getPage() - Method in interface org.knime.core.webui.UIExtension
-
Returns the (html) page which represents the UI.
- getPage(String) - Method in class org.knime.core.webui.node.PageResourceManager
- getPage(N) - Method in class org.knime.core.webui.node.PageResourceManager
- getPageCacheSize() - Method in class org.knime.core.webui.node.PageResourceManager
-
For testing purposes only.
- getPageId(N) - Method in class org.knime.core.webui.node.PageResourceManager
- getPageIdForReusablePage() - Method in class org.knime.core.webui.page.Page
-
Creates the page id for a re-usuable and completely static page.
- getPagePath(N) - Method in class org.knime.core.webui.node.PageResourceManager
-
Provides the relative path for a page.
- getPagePathPrefix(PageResourceManager.PageType) - Static method in class org.knime.core.webui.node.PageResourceManager
-
Returns a page path prefix for the path returned by
PageResourceManager.getPagePath(NodeWrapper). - getPageResource(String) - Method in class org.knime.core.webui.node.PageResourceManager
-
Gives access to page resources.
- getPageResourceFromUrl(String) - Method in class org.knime.core.webui.node.PageResourceManager
-
Gives access to page resources via a full URL.
- getPageResourceManager() - Method in class org.knime.core.webui.node.dialog.NodeDialogManager
- getPageResourceManager() - Method in class org.knime.core.webui.node.port.PortViewManager
- getPageResourceManager() - Method in class org.knime.core.webui.node.view.NodeViewManager
- getParent() - Method in interface org.knime.core.ui.node.workflow.async.AsyncNodeContainerUI
-
Narrow down return type to
AsyncWorkflowManagerUI. - getParent() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getParent() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getPassword() - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.Credentials
- getPasswordHint() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getPasswordHint() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getPath() - Method in class org.knime.gateway.api.entity.ResourceInfoEnt
-
The relative path to the resource.
- getPattern() - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.PatternCondition
- getPersistor(Class<S>) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.persistence.NodeSettingsPersistorFactory
-
Gets the persistor for the provided settingsClass.
- getPortIdx() - Method in interface org.knime.core.webui.node.NodePortWrapper
- getPortIndex() - Method in interface org.knime.core.ui.node.workflow.NodePortUI
- getPortIndex() - Method in class org.knime.core.ui.wrapper.NodeInPortWrapper
- getPortIndex() - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- getPortIndex() - Method in class org.knime.core.ui.wrapper.WorkflowInPortWrapper
- getPortIndex() - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- getPortIndex() - Method in class org.knime.core.webui.node.view.table.TableNodeView
- getPortIndex() - Method in interface org.knime.core.webui.node.view.table.TableView
- getPortName() - Method in interface org.knime.core.ui.node.workflow.NodePortUI
- getPortName() - Method in class org.knime.core.ui.wrapper.NodeInPortWrapper
- getPortName() - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- getPortName() - Method in class org.knime.core.ui.wrapper.WorkflowInPortWrapper
- getPortName() - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- getPortObject() - Method in interface org.knime.core.ui.node.workflow.async.AsyncNodeOutPortUI
-
Returns the DataTable for this port, as set by the node this port is output for.
- getPortObject() - Method in interface org.knime.core.ui.node.workflow.NodeOutPortUI
-
Returns the DataTable for this port, as set by the node this port is output for.
- getPortObject() - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- getPortObject() - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- getPortObjectAsync() - Method in interface org.knime.core.ui.node.workflow.async.AsyncNodeOutPortUI
-
Async version of
AsyncNodeOutPortUI.getPortObject() - getPortObjectSpec() - Method in interface org.knime.core.ui.node.workflow.async.AsyncNodeOutPortUI
-
Returns the
DataTableSpecor null if not available. - getPortObjectSpec() - Method in interface org.knime.core.ui.node.workflow.NodeOutPortUI
-
Returns the
DataTableSpecor null if not available. - getPortObjectSpec() - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- getPortObjectSpec() - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- getPortObjectSpec(int) - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings.DefaultNodeSettingsContext
- getPortObjectSpecAsync() - Method in interface org.knime.core.ui.node.workflow.async.AsyncNodeOutPortUI
-
Async version of
AsyncNodeOutPortUI.getPortObjectSpec(). - getPortObjectSpecs() - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings.DefaultNodeSettingsContext
- getPortSummary() - Method in interface org.knime.core.ui.node.workflow.NodeOutPortUI
-
Get summary of the underlying port object as provided by
PortObject.getSummary(). - getPortSummary() - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- getPortSummary() - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- getPortType() - Method in interface org.knime.core.ui.node.workflow.NodePortUI
- getPortType() - Method in class org.knime.core.ui.wrapper.NodeInPortWrapper
- getPortType() - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- getPortType() - Method in class org.knime.core.ui.wrapper.WorkflowInPortWrapper
- getPortType() - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- getPortViewDescriptor(PortType, int) - Static method in class org.knime.core.webui.node.port.PortViewManager
- getPortViews(PortType) - Static method in class org.knime.core.webui.node.port.PortViewManager
-
Obtain views associated to a given port type.
- getPreferencePageID() - Method in interface org.knime.core.ui.workflowcoach.data.NodeTripleProviderFactory
-
The ID of the preference page used to configure the particular node provider factory.
- getProjectId() - Method in class org.knime.gateway.api.entity.NodeUIExtensionEnt
- getProjectId() - Method in interface org.knime.gateway.impl.service.events.SelectionEvent
- getRelativePath() - Method in class org.knime.core.ui.node.workflow.RemoteWorkflowContext
-
Returns the path of the workflow relative to the repository root (see
RemoteWorkflowContext.getRepositoryAddress(). - getRelativePath() - Method in class org.knime.core.webui.page.Page
- getRelativePath() - Method in interface org.knime.core.webui.page.Resource
- getRenderers() - Method in interface org.knime.core.webui.node.view.table.data.DataType
- getRepositoryAddress() - Method in class org.knime.core.ui.node.workflow.RemoteWorkflowContext
-
Returns the base address of the server repository (the REST endpoint).
- getResource(String) - Method in class org.knime.core.webui.page.Page
-
Additional resources required by the page.
- getResourceInfo() - Method in class org.knime.gateway.api.entity.NodeUIExtensionEnt
- getRootID() - Static method in class org.knime.gateway.api.entity.NodeIDEnt
-
The id representing the root node (i.e.
- getRowCount() - Method in interface org.knime.core.webui.node.view.table.data.Table
- getRows() - Method in interface org.knime.core.webui.node.view.table.data.Table
- getRpcServer() - Method in class org.knime.core.webui.data.RpcDataService
- getSchema() - Method in interface org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsSettings
- getSchema() - Method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsSettingsImpl
- getSecondFactor() - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.Credentials
- getSelected() - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.ColumnSelection
- getSelected(String[], DataTableSpec) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilter
- getSelection() - Method in interface org.knime.gateway.impl.service.events.SelectionEvent
- getServerAuthenticator() - Method in class org.knime.core.ui.node.workflow.RemoteWorkflowContext
-
Returns the server authenticator.
- getServerAuthToken() - Method in class org.knime.core.ui.node.workflow.RemoteWorkflowContext
-
Deprecated.use
RemoteWorkflowContext.getServerAuthenticator()instead - getServerVersion() - Method in class org.knime.core.ui.node.workflow.RemoteWorkflowContext
- getService() - Method in class org.knime.core.webui.data.rpc.AbstractRpcSingleClient
-
Gives direct access to the service implementation.
- getService() - Method in interface org.knime.core.webui.data.rpc.RpcSingleClient
-
Deprecated.Gives direct access to the service implementation.
- getService(Class<S>) - Method in interface org.knime.core.webui.data.rpc.RpcClient
-
Deprecated.Gives direct access to the service implementation.
- getService(Class<S>, String) - Method in class org.knime.core.webui.data.rpc.AbstractRpcClient
- getService(Class<S>, String) - Method in interface org.knime.core.webui.data.rpc.RpcClient
-
Deprecated.
- getService(Class<S2>, String) - Method in interface org.knime.core.webui.data.rpc.RpcSingleClient
-
Deprecated.
- getSettings() - Method in interface org.knime.core.webui.node.view.image.data.ImageViewInitialData
- getSettings() - Method in class org.knime.core.webui.node.view.image.data.ImageViewInitialDataImpl
- getSettings() - Method in interface org.knime.core.webui.node.view.table.data.TableViewInitialData
- getSettings() - Method in class org.knime.core.webui.node.view.table.data.TableViewInitialDataImpl
- getSettingsTypes() - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeDialog
- getSettingsTypes() - Method in interface org.knime.core.webui.node.dialog.NodeDialog
- getSource() - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
- getSource() - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- getSourcePort() - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
- getSourcePort() - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- getStateMachine() - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonActionHandler
-
The button has an associated state machine defined by the generic type.
- getStateMachine() - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler
- getTable() - Method in interface org.knime.core.webui.node.view.table.data.TableViewInitialData
- getTable() - Method in class org.knime.core.webui.node.view.table.data.TableViewInitialDataImpl
- getTable(String[], long, int, String[], boolean, boolean, boolean, boolean) - Method in interface org.knime.core.webui.node.view.table.data.TableViewDataService
- getTable(String[], long, int, String[], boolean, boolean, boolean, boolean) - Method in class org.knime.core.webui.node.view.table.data.TableViewDataServiceImpl
- getTableViewManager() - Method in class org.knime.core.webui.node.port.PortViewManager
- getTableViewManager() - Method in class org.knime.core.webui.node.view.NodeViewManager
- getTotalFrequency() - Method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager.NodeRecommendation
-
Returns the total frequency summed over all node recommendations that have the SAME predecessor.
- getTotalSelected() - Method in interface org.knime.core.webui.node.view.table.data.Table
- getTotalSelected() - Method in interface org.knime.core.webui.node.view.table.data.TableViewDataService
- getTotalSelected() - Method in class org.knime.core.webui.node.view.table.data.TableViewDataServiceImpl
- getType() - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
- getType() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getType() - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- getType() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getType() - Method in class org.knime.core.webui.node.impl.PortDescription
- getType() - Method in class org.knime.gateway.api.entity.ColorModelEnt
- getType() - Method in class org.knime.gateway.api.entity.ResourceInfoEnt
- getUIInfo() - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
- getUIInfo() - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- getUIInformation() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Returns the UI information.
- getUIInformation() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getUiSchema(AsyncChoicesHolder) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsSettings
- getUiSchema(AsyncChoicesHolder) - Method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsSettingsImpl
- getUnderlyingFuture() - Method in class org.knime.core.ui.node.workflow.async.CompletableFutureEx
- getUnderlyingPort() - Method in interface org.knime.core.ui.node.workflow.WorkflowInPortUI
- getUnderlyingPort() - Method in class org.knime.core.ui.wrapper.WorkflowInPortWrapper
- getUsedVariable(String) - Method in class org.knime.core.webui.node.dialog.internal.VariableSettings
- getUsedVariable(String) - Method in interface org.knime.core.webui.node.dialog.VariableSettingsRO
- getUsername() - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.Credentials
- getValue() - Method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.LayoutTreeNode
- getValue() - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.IsNoneColumnStringCondition
- getValue() - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.IsSpecificStringCondition
- getValue() - Method in interface org.knime.core.webui.node.view.table.data.Cell
- getValue() - Method in interface org.knime.core.webui.node.view.table.data.MissingCellWithMessage
- getValue(DefaultNodeSettings.DefaultNodeSettingsContext) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.NumberInputWidget.DoubleProvider
- getVariablesConfigKey() - Method in enum class org.knime.core.webui.node.dialog.SettingsType
- getVariableSettings() - Method in class org.knime.core.webui.node.dialog.internal.VariableSettings
- getVariableSettings(String) - Method in class org.knime.core.webui.node.dialog.internal.VariableSettings
- getVariableSettings(String) - Method in interface org.knime.core.webui.node.dialog.VariableSettingsRO
- getVariableSettingsIterable() - Method in class org.knime.core.webui.node.dialog.internal.VariableSettings
- getVariableSettingsIterable() - Method in interface org.knime.core.webui.node.dialog.VariableSettingsRO
- getViewIdx() - Method in interface org.knime.core.webui.node.NodePortWrapper
- getViewName() - Method in interface org.knime.core.ui.node.workflow.InteractiveWebViewsResultUI.SingleInteractiveWebViewResultUI
- getViewName() - Method in class org.knime.core.ui.wrapper.SingleInteractiveWebViewResultWrapper
- getViewName(int) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- getViewName(int) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- getVirtualInNodeID() - Method in interface org.knime.core.ui.node.workflow.SubNodeContainerUI
- getVirtualInNodeID() - Method in class org.knime.core.ui.wrapper.SubNodeContainerWrapper
- getVirtualOutNodeID() - Method in interface org.knime.core.ui.node.workflow.SubNodeContainerUI
- getVirtualOutNodeID() - Method in class org.knime.core.ui.wrapper.SubNodeContainerWrapper
- getWarningMessages() - Method in class org.knime.core.webui.data.DataServiceContext
- getWithContext(Supplier<T>) - Method in interface org.knime.core.webui.node.NodeWrapper
-
Runs an operation within the context 'compatible' with this node wrapper (e.g.
- getWorkflowAnnotations() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getWorkflowAnnotations() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getWorkflowAnnotations(WorkflowAnnotationID...) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Helper method to get the workflow annotations referenced by the respective id.
- getWorkflowAnnotations(WorkflowAnnotationID...) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getWorkflowContextFromNodeContext() - Static method in interface org.knime.core.ui.node.workflow.WorkflowContextUI
- getWorkflowContextV2() - Method in class org.knime.core.ui.node.workflow.RemoteWorkflowContext
- getWorkflowId() - Method in class org.knime.gateway.api.entity.NodeUIExtensionEnt
- getWorkflowId() - Method in interface org.knime.gateway.impl.service.events.SelectionEvent
- getWorkflowIncomingPort(int) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getWorkflowIncomingPort(int) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getWorkflowManager() - Method in interface org.knime.core.ui.node.workflow.SubNodeContainerUI
- getWorkflowManager() - Method in class org.knime.core.ui.wrapper.SubNodeContainerWrapper
- getWorkflowOutgoingPort(int) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- getWorkflowOutgoingPort(int) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getWorkflowVariables() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Get read-only access on the current workflow variables.
- getWorkflowVariables() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- getX() - Method in interface org.knime.core.ui.node.workflow.WorkflowCopyWithOffsetUI
- getXMLDescription() - Method in interface org.knime.core.ui.node.workflow.SingleNodeContainerUI
- getXMLDescription() - Method in class org.knime.core.ui.wrapper.SingleNodeContainerWrapper
- getXShift() - Method in interface org.knime.core.ui.node.workflow.WorkflowCopyWithOffsetUI
- getY() - Method in interface org.knime.core.ui.node.workflow.WorkflowCopyWithOffsetUI
- getYShift() - Method in interface org.knime.core.ui.node.workflow.WorkflowCopyWithOffsetUI
H
- handleRequest(InputStream, OutputStream) - Method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcServer
-
Handles a single request from the given InputStream, that is, a single JsonNode is read from the stream and treated as a JSON-RPC request.
- handleRequest(InputStream, OutputStream) - Method in class org.knime.core.webui.data.rpc.json.impl.JsonRpcSingleServer
- handleRequest(InputStream, OutputStream) - Method in interface org.knime.core.webui.data.rpc.RpcServer
-
Handles a single request.
- handleRpcRequest(String) - Method in class org.knime.core.webui.data.RpcDataService
- hasCredentials() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Indicates whether the workflow has credentials stored (except the implicit knime.system.default credentials that are set by KNIME Server).
- hasCredentials() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- hasDataAwareDialogPane() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Whether the dialog is a
DataAwareNodeDialogPane. - hasDataAwareDialogPane() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- hasDialog() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- hasDialog() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- hasDialog() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- hasDialog() - Method in class org.knime.core.webui.node.impl.WebUINodeFactory
- hashCode() - Method in record class org.knime.core.ui.component.CheckForComponentUpdatesUtil.ComponentUpdatesResult
-
Returns a hash code value for this object.
- hashCode() - Method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager.NodeRecommendation
- hashCode() - Method in class org.knime.core.ui.wrapper.AbstractWrapper
- hashCode() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.JsonFormsUiSchemaUtil.LayoutSkeleton
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.UiSchemaDefaultNodeSettingsTraverser.JsonFormsControl
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.rule.DefaultExpression
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.rule.IdentityOperation
-
Returns a hash code value for this object.
- hashCode() - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.Credentials
- hashCode() - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.filechooser.FileChooser
- hashCode() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.util.DefaultNodeSettingsFieldTraverser.TraversedField
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonChange
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.IdAndText
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.PossibleColumnValue
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidget
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.WidgetAnnotation
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.PagePathSegments
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.port.PortViewManager.PortViewDescriptor
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.port.PortViewManager.PortViews
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.view.table.data.render.DataValueImageRenderer.ImageDimension
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.view.table.data.TableViewDataService.HTMLAndCSV
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.knime.core.webui.node.view.table.data.TableViewDataService.SpecialColumnConfig
-
Returns a hash code value for this object.
- hashCode() - Method in class org.knime.gateway.api.entity.AnnotationIDEnt
- hashCode() - Method in class org.knime.gateway.api.entity.ConnectionIDEnt
- hashCode() - Method in class org.knime.gateway.api.entity.NodeIDEnt
- hashCode() - Method in record class org.knime.gateway.impl.service.events.SelectionEventSource.SelectionTranslationResult
-
Returns a hash code value for this object.
- hasInteractiveView() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- hasInteractiveView() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- hasInteractiveView() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- HasMultipleItemsCondition - Class in org.knime.core.webui.node.dialog.defaultdialog.rule
-
Triggers if the respective field has at least 2 elements.
- HasMultipleItemsCondition() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.rule.HasMultipleItemsCondition
- hasNodeDialog() - Method in interface org.knime.core.webui.node.dialog.NodeDialogFactory
- hasNodeDialog() - Method in class org.knime.core.webui.node.dialog.SubNodeContainerDialogFactory
- hasNodeDialog(NodeContainer) - Static method in class org.knime.core.webui.node.dialog.NodeDialogManager
- hasNodeView(NodeContainer) - Static method in class org.knime.core.webui.node.view.NodeViewManager
- hasSecondAuthenticationFactor() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.credentials.CredentialsWidget
- hasSecondAuthenticationFactor() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.credentials.PasswordWidget
- hasUpdateableMetaNodeLink(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Returns true when the metanode for the given ID is a link or contains links, which have the update status set (doesn't actually check on remote side but uses cached information).
- hasUpdateableMetaNodeLink(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- hasWizardPage() - Method in interface org.knime.core.ui.node.workflow.SubNodeContainerUI
- hasWizardPage() - Method in class org.knime.core.ui.wrapper.SubNodeContainerWrapper
- heightInPx() - Method in record class org.knime.core.webui.node.view.table.data.render.DataValueImageRenderer.ImageDimension
-
Returns the value of the
heightInPxrecord component. - hidden() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.persistence.field.Persist
-
Optional argument that allows to hide a setting in the flow variable tab.
- Hidden - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
Annotate a setting with this to hide it from the dialog.
- HIDE - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.rule.Effect.EffectType
-
Hide the setting if the rule applies.
- hideTitle() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.Widget
- horizontal() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.RadioButtonsWidget
- HorizontalLayout - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.layout
-
Annotation to mark a class as a horizontal layout.
- html() - Method in record class org.knime.core.webui.node.view.table.data.TableViewDataService.HTMLAndCSV
-
Returns the value of the
htmlrecord component. - HTML - Enum constant in enum class org.knime.core.webui.node.view.table.data.render.DataCellContentType
-
Markup content.
- HTML - Enum constant in enum class org.knime.core.webui.page.Resource.ContentType
-
If the resource is a html file.
- HTMLAndCSV(String, String) - Constructor for record class org.knime.core.webui.node.view.table.data.TableViewDataService.HTMLAndCSV
-
Creates an instance of a
HTMLAndCSVrecord class.
I
- icon(String) - Method in interface org.knime.core.webui.node.impl.WebUINodeConfiguration.RequireIcon
- id() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.rule.Signal
- id() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.IdAndText
-
Returns the value of the
idrecord component. - id() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.PossibleColumnValue
-
Returns the value of the
idrecord component. - IdAndText - Record Class in org.knime.core.webui.node.dialog.defaultdialog.widget.choices
-
This represents one of the possible values within a
ChoicesWidget. - IdAndText(String, String) - Constructor for record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.IdAndText
-
Creates an instance of a
IdAndTextrecord class. - IdentityOperation<E extends org.knime.core.webui.node.dialog.defaultdialog.rule.AtomicExpression<E>> - Record Class in org.knime.core.webui.node.dialog.defaultdialog.rule
- IdentityOperation(Expression<E>) - Constructor for record class org.knime.core.webui.node.dialog.defaultdialog.rule.IdentityOperation
-
Creates an instance of a
IdentityOperationrecord class. - ignoreOnMissingSignals() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.rule.Effect
-
When set to false, the code will fail on runtime when there is a signal with no corresponding
Signalannotation within the node settings. - ImageDimension(int, int) - Constructor for record class org.knime.core.webui.node.view.table.data.render.DataValueImageRenderer.ImageDimension
-
Creates an instance of a
ImageDimensionrecord class. - ImageViewInitialData - Interface in org.knime.core.webui.node.view.image.data
- ImageViewInitialDataImpl - Class in org.knime.core.webui.node.view.image.data
- ImageViewInitialDataImpl(String, ImageViewViewSettings) - Constructor for class org.knime.core.webui.node.view.image.data.ImageViewInitialDataImpl
- ImageViewUtil - Class in org.knime.core.webui.node.view.image
- ImageViewViewSettings - Class in org.knime.core.webui.node.view.image
- ImageViewViewSettings() - Constructor for class org.knime.core.webui.node.view.image.ImageViewViewSettings
- IMG_PATH - Enum constant in enum class org.knime.core.webui.node.view.table.data.render.DataCellContentType
-
If a
DataCellshall be represented as an image which is given by a relative path. - InitialDataService<D> - Class in org.knime.core.webui.data
-
Service to provide the data required to initialize an UI extension.
- InitialDataService.InitialDataServiceBuilder<D> - Class in org.knime.core.webui.data
-
The builder.
- InitialDataService.Serializer<D> - Interface in org.knime.core.webui.data
- initialize(Function<String, NodeFactory.NodeType>) - Method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager
-
Initializes the node recommendation manager.
- initialize(R, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonActionHandler
-
This method is called whenever the dialog is opened in order to determine the initial state of the button.
- initialize(R, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler
-
Set the button to the initial "Ready" state
- initializeButton(String, String, Object) - Method in class org.knime.core.webui.node.dialog.defaultdialog.dataservice.DefaultNodeDialogDataServiceImpl
- InputSpecUtil - Class in org.knime.core.webui.data.util
-
Utilities around a nodes input
PortObjectSpecs. - Inside - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.layout
-
An annotation for a layout part to ensure that the annotated element appears nested inside the referenced layout part.
- InstantiationUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.util
- InteractiveWebViewsResultUI<T extends org.knime.core.node.AbstractNodeView.ViewableModel & org.knime.core.node.wizard.WizardNode<REP,
VAL>, REP extends org.knime.core.node.web.WebViewContent, VAL extends org.knime.core.node.web.WebViewContent> - Interface in org.knime.core.ui.node.workflow -
Return value of
NodeContainerUI.getInteractiveWebViews(). - InteractiveWebViewsResultUI.SingleInteractiveWebViewResultUI<T extends org.knime.core.node.AbstractNodeView.ViewableModel & org.knime.core.node.wizard.WizardNode<REP,
VAL>, REP extends org.knime.core.node.web.WebViewContent, VAL extends org.knime.core.node.web.WebViewContent> - Interface in org.knime.core.ui.node.workflow -
Represents a single web view, currently a model and a name.
- InteractiveWebViewsResultWrapper<T extends org.knime.core.node.AbstractNodeView.ViewableModel & org.knime.core.node.wizard.WizardNode<REP,
VAL>, REP extends org.knime.core.node.web.WebViewContent, VAL extends org.knime.core.node.web.WebViewContent> - Class in org.knime.core.ui.wrapper -
UI-interface implementation that wraps a
InteractiveWebViewsResult. - InteractiveWebViewsResultWrapper(InteractiveWebViewsResult) - Constructor for class org.knime.core.ui.wrapper.InteractiveWebViewsResultWrapper
- invoke(M, S, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonActionHandler
-
This method gets called when the button is clicked.
- invoke(CancelableActionHandler.States, S, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler
- invoke(S, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler
-
An invocation which is triggered if a request which is not a cancel request is sent.
- invokeButtonAction(String, String, String, Object) - Method in class org.knime.core.webui.node.dialog.defaultdialog.dataservice.DefaultNodeDialogDataServiceImpl
- isAllInputDataAvailable() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Called for nodes having data aware dialogs in order to check whether to prompt for execution or not.
- isAllInputDataAvailable() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- isArrayLayoutField(ResolvedType) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.util.ArrayLayoutUtil
- isCanExecute() - Method in class org.knime.gateway.api.entity.NodeInfoEnt
- isCompletelyStatic() - Method in class org.knime.core.webui.page.Page
-
A page is regarded completely static if the page itself and all associated resources are static.
- isConfigurable() - Method in class org.knime.core.webui.node.impl.PortDescription
- isConnectedRemotely() - Method in class org.knime.core.webui.data.rpc.AbstractRpcClient
- isConnectedRemotely() - Method in interface org.knime.core.webui.data.rpc.RpcClient
-
Deprecated.
- isDeletable() - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
- isDeletable() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- isDeletable() - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- isDeletable() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- isDirty() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- isDirty() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- isEnabled() - Method in interface org.knime.core.ui.workflowcoach.data.NodeTripleProvider
- isEnabled() - Static method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager
-
Checks whether node recommendations can be considered enabled or not.
- isEncrypted() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- isEncrypted() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- isEqualOrParentOf(NodeIDEnt) - Method in class org.knime.gateway.api.entity.NodeIDEnt
- isFlowVariablePortConnection() - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
- isFlowVariablePortConnection() - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- isInactive() - Method in interface org.knime.core.ui.node.workflow.NodeOutPortUI
- isInactive() - Method in interface org.knime.core.ui.node.workflow.SingleNodeContainerUI
- isInactive() - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- isInactive() - Method in class org.knime.core.ui.wrapper.SingleNodeContainerWrapper
- isInactive() - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- isIncluded() - Method in record class org.knime.core.webui.node.view.table.data.TableViewDataService.SpecialColumnConfig
-
Returns the value of the
isIncludedrecord component. - isInDevMode() - Static method in class org.knime.core.webui.WebUIUtil
-
Return whether the dev mode is set or not.
- isInWizardExecution() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Returns whether the workflow is executed in wizard execution or in regular execution mode.
- isInWizardExecution() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- isLoaded() - Method in interface org.knime.core.ui.node.workflow.lazy.LazyWorkflowManagerUI
- isMemberOfScope() - Method in interface org.knime.core.ui.node.workflow.SingleNodeContainerUI
-
Check if the given node is part of a scope (loop, try/catch...).
- isMemberOfScope() - Method in class org.knime.core.ui.wrapper.SingleNodeContainerWrapper
- isMultiUse() - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler
- IsNoneColumnCondition - Class in org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection
-
Condition that triggers when "None" column is selected.
- IsNoneColumnCondition() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.IsNoneColumnCondition
- IsNoneColumnStringCondition - Class in org.knime.core.webui.node.dialog.defaultdialog.rule
-
Condition that triggers when "None" column is selected.
- IsNoneColumnStringCondition() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.rule.IsNoneColumnStringCondition
- isPortConfigurableViaMenu() - Method in interface org.knime.core.ui.node.workflow.NativeNodeContainerUI
-
If the node can configure its ports via the context menu ('...') as per
ConfigurableNodeFactory.isPortConfigurableViaMenu(). - isPortConfigurableViaMenu() - Method in class org.knime.core.ui.wrapper.NativeNodeContainerWrapper
- isProject() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Returns true if this workflow manager is a project (which usually means that the parent is
#ROOT). - isProject() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- IsSpecificColumnCondition - Class in org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection
-
Condition to be used for
ColumnSelectionfields. - IsSpecificColumnCondition() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.IsSpecificColumnCondition
- IsSpecificStringCondition - Class in org.knime.core.webui.node.dialog.defaultdialog.rule
-
Condition to be used when an field serialized to a string should trigger a
Signalwhen it matches a specific string. - IsSpecificStringCondition() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.rule.IsSpecificStringCondition
- isStatic() - Method in class org.knime.core.webui.page.Page
-
A static resource will never change at runtime and thus potentially be 're-used' between, e.g., multiple node instances.
- isStatic() - Method in interface org.knime.core.webui.page.Resource
-
A static resource will never change at runtime and thus potentially be 're-used' between, e.g., multiple node instances.
- isSubNodeContainerNodeDialogEnabled() - Static method in class org.knime.core.webui.node.dialog.SubNodeContainerDialogFactory
- isUnlocked() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- isUnlocked() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- isVariableSetting(String) - Method in class org.knime.core.webui.node.dialog.internal.VariableSettings
- isVariableSetting(String) - Method in interface org.knime.core.webui.node.dialog.VariableSettingsRO
-
Whether the setting for the given key is a 'leaf' in the variable settings tree.
- isWriteProtected() - Method in interface org.knime.core.ui.node.workflow.SubNodeContainerUI
-
Is this workflow represents a linked metanode (locked for edit).
- isWriteProtected() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- isWriteProtected() - Method in class org.knime.core.ui.wrapper.SubNodeContainerWrapper
-
Is this workflow represents a linked metanode (locked for edit).
- isWriteProtected() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- isWriteProtected() - Method in class org.knime.gateway.api.entity.NodeDialogEnt
J
- joinRecommendationsWithoutDuplications(List<NodeRecommendationManager.NodeRecommendation>[]) - Static method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager
-
Joins the recommendations from multiple sources and removes duplications
- JsonDataToNodeSettings - Class in org.knime.core.webui.node.dialog.defaultdialog.settingsconversion
-
Used to de-serialize JSON data to
DefaultNodeSettingsto be further transformed toNodeSettings. - JsonDataToNodeSettings(Map<SettingsType, Class<? extends DefaultNodeSettings>>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.JsonDataToNodeSettings
- JsonFormsConsts - Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms
- JsonFormsConsts.Schema - Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms
-
The tags, types and formats used in a jsonforms schema
- JsonFormsConsts.UiSchema - Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms
-
The tags, options and types used in the construction of a jsonforms ui-schema
- JsonFormsConsts.UiSchema.Format - Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms
-
Several formats which are written to the options of the ui-schema of an ui element
- JsonFormsControl(String, PropertyWriter, Class<?>, UiSchemaDefaultNodeSettingsTraverser.TrackedAnnotations) - Constructor for record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.UiSchemaDefaultNodeSettingsTraverser.JsonFormsControl
-
Creates an instance of a
JsonFormsControlrecord class. - JsonFormsDataUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms
-
Utility class mainly for creating json-forms data content from a
DefaultNodeSettingsPOJO and vice-versa. - JsonFormsSchemaUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms.schema
-
Utility class for creating schema content from a settings POJO class.
- JsonFormsSettings - Interface in org.knime.core.webui.node.dialog.defaultdialog.jsonforms
-
Data service that provides all data that is necessary to generate a JSON Forms dialog, i.e., a schema, data, and a UI schema.
- JsonFormsSettingsImpl - Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms
-
Abstract implementation of JsonFormsSettings, where the schema content is created from the types, names, and annotations of the fields in model and view
settings(seeJsonFormsSchemaUtil) the data content is created from the values in these fields (seeJsonFormsDataUtil) the UI schema content is created either from a uischema.json file that resides in the same folder as the model and view settings classes or, if no such file exists, it is generated from settings annotations (seeJsonFormsUiSchemaUtil) - JsonFormsSettingsImpl(Map<SettingsType, DefaultNodeSettings>, DefaultNodeSettings.DefaultNodeSettingsContext) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsSettingsImpl
- JsonFormsUiSchemaUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema
-
Class for creating ui schema content from a settings POJO class.
- JsonFormsUiSchemaUtil.LayoutSkeleton - Record Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema
- JsonNodeSettingsMapperUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms
-
Helper to translate json-objects (
ObjectNode) intoNodeSettingsand vice-versa. - jsonObjectToNodeSettings(ObjectNode, ObjectNode, NodeSettingsWO) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonNodeSettingsMapperUtil
-
Converts an arbitrary
Json object nodeintonode settings. - JsonRpcClient - Class in org.knime.core.webui.data.rpc.json.impl
-
A JSON-RPC based implementation of a node data service client.
- JsonRpcClient() - Constructor for class org.knime.core.webui.data.rpc.json.impl.JsonRpcClient
-
The JSON-RPC client initialized with a default object mapper.
- JsonRpcClient(ObjectMapper) - Constructor for class org.knime.core.webui.data.rpc.json.impl.JsonRpcClient
- jsonRpcRequest(String, String...) - Static method in class org.knime.core.webui.data.RpcDataService
-
Helper to create a json rpc request string.
- JsonRpcServer - Class in org.knime.core.webui.data.rpc.json.impl
-
A wrapper for the
JsonRpcMultiServer; a simple delegate in case we want to exchange the JSON-RPC implementation. - JsonRpcServer() - Constructor for class org.knime.core.webui.data.rpc.json.impl.JsonRpcServer
-
JSON-RPC server with default object mapper.
- JsonRpcServer(ObjectMapper) - Constructor for class org.knime.core.webui.data.rpc.json.impl.JsonRpcServer
- JsonRpcSingleClient<S> - Class in org.knime.core.webui.data.rpc.json.impl
-
A JSON-RPC based implementation of a node data service client.
- JsonRpcSingleClient(Class<S>) - Constructor for class org.knime.core.webui.data.rpc.json.impl.JsonRpcSingleClient
- JsonRpcSingleClient(Class<S>, ObjectMapper) - Constructor for class org.knime.core.webui.data.rpc.json.impl.JsonRpcSingleClient
- JsonRpcSingleServer<S> - Class in org.knime.core.webui.data.rpc.json.impl
-
A convenience specialization of
JsonRpcServerthat supports only one service interface and thus spares the user from specifying the service interface name every time. - JsonRpcSingleServer(S) - Constructor for class org.knime.core.webui.data.rpc.json.impl.JsonRpcSingleServer
- JsonRpcSingleServer(S, ObjectMapper) - Constructor for class org.knime.core.webui.data.rpc.json.impl.JsonRpcSingleServer
- JsonRpcTestUtil - Class in org.knime.core.webui.data.rpc.json.impl
-
Utility methods for de-/serialization testing of data service calls and their results for json-rpc server and client implementations.
- jsonStringToNodeSettings(String, String, NodeSettingsWO) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonNodeSettingsMapperUtil
-
Parses an arbitrary JSON string and writes it into the provided
NodeSettingsWOobject.
K
- keywords(String...) - Method in class org.knime.core.webui.node.impl.WebUINodeConfiguration.NodeOptionals
-
Adds a list of keywords that are used/index for searching nodes.
L
- label() - Method in record class org.knime.core.webui.node.port.PortViewManager.PortViewDescriptor
-
Returns the value of the
labelrecord component. - Label - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
This annotation can be used to label the values of an enum as they should appear in the desired widget (value switch, radio buttons, ...)
- LAST_UPDATE_FORMAT - Static variable in interface org.knime.core.ui.workflowcoach.data.NodeTripleProvider
-
A common date format for the last update timestamp.
- Layout - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.layout
-
An annotation for controlling which part of a layout a given field should be.
- LayoutGroup - Interface in org.knime.core.webui.node.dialog.defaultdialog.layout
-
If a (possibly nested) field within a
DefaultNodeSettingsclass is an instance of a class extending this interface, it will not be treated as a setting during the creation of the user interface and instead its nested fields are respected. - LayoutSkeleton(LayoutTreeNode, Map<Class<?>, DefaultExpression>, Collection<UiSchemaDefaultNodeSettingsTraverser.JsonFormsControl>) - Constructor for record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.JsonFormsUiSchemaUtil.LayoutSkeleton
-
Creates an instance of a
LayoutSkeletonrecord class. - LayoutTreeNode - Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema
-
A representation of a layout part class which is used in
LayoutTreeto determine the structure between all layout parts. - layoutTreeRoot() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.JsonFormsUiSchemaUtil.LayoutSkeleton
-
Returns the value of the
layoutTreeRootrecord component. - LazyWorkflowManagerUI - Interface in org.knime.core.ui.node.workflow.lazy
-
A workflow manager that isn't complete on instantiation and requires to (down-)load data (only once) before all methods can be used.
- LegacyColumnFilterPersistor - Class in org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter
-
NodeSettingsPersistorforColumnFilterthat persists it in a way compatible toDataColumnSpecFilterConfiguration. - LegacyColumnFilterPersistor() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.LegacyColumnFilterPersistor
- listItems(String, String, String) - Method in class org.knime.core.webui.node.dialog.defaultdialog.dataservice.filechooser.FileChooserDataService
-
Get the items of the specified file system at the specified pair of path and folder name.
- load() - Method in interface org.knime.core.ui.node.workflow.lazy.LazyWorkflowManagerUI
-
(Down-)loads the data necessary to be able to call all methods of the workflow manager.
- load(NodeSettingsRO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.persistence.field.EnumFieldPersistor
- load(NodeSettingsRO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.persistence.field.FieldBasedNodeSettingsPersistor
- load(NodeSettingsRO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.persistence.field.FSLocationPersistor
- load(NodeSettingsRO) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.persistence.NodeSettingsPersistor
-
Loads the object from the provided settings.
- load(NodeSettingsRO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.LegacyColumnFilterPersistor
- load(NodeSettingsRO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.StringArrayToColumnFilterPersistor
- load(NodeSettingsRO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.StringToColumnSelectionPersistor
- load(NodeSettingsRO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.Credentials.CredentialsPersistor
- load(NodeSettingsRO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.selection.SelectionCheckboxesToSelectionModePersistor
- load(NodeSettingsRO, String) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.LegacyColumnFilterPersistor
- loadFontFromInputStream(InputStream, int, int) - Static method in class org.knime.core.ui.util.SWTUtilities
-
This loads a font via our main workbench
Display. - loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- loadRecommendations() - Method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager
-
(Re-)Loads the recommendations for the node recommendation engine from the currently active node triple providers.
- loadSettings(NodeSettingsRO, Class<S>) - Static method in interface org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings
-
Helper to serialize a
DefaultNodeSettingsof specified class from aNodeSettingsRO-object. - loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in interface org.knime.core.webui.node.view.NodeView
-
Loads validated settings.
- loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.webui.node.view.table.TableNodeView
- loadViewValue(NativeNodeContainer, String) - Method in interface org.knime.core.webui.node.view.NodeViewFactory
- LOCAL_DATE - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidgetType
- LOCAL_FILE_CHOOSER - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
- LocalFileChooserWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
Put this annotation on a String setting in order to enable a file chooser next to the string input field.
M
- m_autoSizeColumnsToContent - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
If the column widths should be calculated from the first rows
- m_compatibleTypes - Variable in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.ColumnSelection
-
The collection of the names of all types with respect to which the current selected column is compatible
- m_customRowHeight - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
- m_delegate - Variable in class org.knime.core.webui.node.view.table.data.render.internal.RowRendererWithIndicesFromColumn
- m_displayedColumns - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
The selected columns to be displayed.
- m_enableCellCopying - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
If cell selection + copying should be enabled
- m_enableColumnSearch - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
If column search is enabled
- m_enableGlobalSearch - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
If global search is enabled
- m_enablePagination - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
If true only a certain number of rows is shown
- m_enableRendererSelection - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
- m_enableSortingByHeader - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
If sorting should be enabled
- m_manualFilter - Variable in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilter
-
Settings regarding manual selection
- m_mode - Variable in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilter
-
The way the selection is determined by
- m_pageSize - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
The page size, i.e., number of rows to be displayed.
- m_patternFilter - Variable in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilter
-
Settings regarding selection by pattern matching (regex or wildcard)
- m_persistors - Variable in class org.knime.core.webui.node.dialog.defaultdialog.persistence.field.FieldBasedNodeSettingsPersistor
- m_rowHeightMode - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
The mode of the row height.
- m_selected - Variable in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilter
-
The setting representing the selected columns
- m_selected - Variable in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.ColumnSelection
-
The selected column
- m_selectionMode - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
Whether selection should be shown and/or interactive
- m_showColumnDataType - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
Whether to show the data type of every column in the header or not
- m_showOnlySelectedRows - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
If true only the selected rows are shown
- m_showOnlySelectedRowsConfigurable - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
If true only the selected rows are shown
- m_showRowIndices - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
If the row numbers should be displayed
- m_showRowKeys - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
If the rows keys should be displayed
- m_showTableSize - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
Whether to show the number of rows and columns above the table or or not
- m_skipRemainingColumns - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
If there should be a limit on rendered Columns
- m_title - Variable in class org.knime.core.webui.node.view.table.TableViewViewSettings
-
The title of the table
- m_typeFilter - Variable in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilter
-
Settings regarding selection per type
- MANUAL - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilterMode
-
manual selection, i.e.
- mapValues(Map<K, V1>, Function<V1, V2>) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.util.MapValuesUtil
-
Utility method for mapping the values of a
Map. - MapValuesUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.util
-
A utility class existing because it is tedious in java to perform even simple operations on the values of maps.
- mapValuesWithKeys(Map<K, V1>, BiFunction<K, V1, V2>) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.util.MapValuesUtil
-
Utility method for mapping the values of a
Map. - markAsReusable(String) - Method in class org.knime.core.webui.page.FromFilePageBuilder
-
Marks this page as being re-usable by different nodes (e.g., as node dialog and/or view) and/or port (as port view).
- markKNIMEShell() - Static method in class org.knime.core.ui.util.SWTUtilities
-
This method is invoked from
KNIMEApplicationWorkbenchAdvisor#postStartup(). - max() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.NumberInputWidget
-
Use
NumberInputWidget.maxProvider()if the maximum value depends on the context of the node. - maxDate() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.DateTimeWidget
- maxDate() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.DateWidget
- maxLength() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.TextInputWidget
- maxProvider() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.NumberInputWidget
-
Takes precedence over
NumberInputWidget.max()if provided. - min() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.NumberInputWidget
-
Use
NumberInputWidget.minProvider()if the minimum value depends on the context of the node. - minDate() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.DateTimeWidget
- minDate() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.DateWidget
- minLength() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.TextInputWidget
- minProvider() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.NumberInputWidget
-
Takes precedence over
NumberInputWidget.min()if provided. - MissingCellWithMessage - Interface in org.knime.core.webui.node.view.table.data
- MODEL - Enum constant in enum class org.knime.core.webui.node.dialog.SettingsType
-
Type for settings that belong to the
NodeModel. - modelSettingsClass(Class<? extends DefaultNodeSettings>) - Method in interface org.knime.core.webui.node.impl.WebUINodeConfiguration.RequireModelSettingsClass
- MULTI_LINE_TXT - Enum constant in enum class org.knime.core.webui.node.view.table.data.render.DataCellContentType
-
Multiline text from newline characters.
N
- name(String) - Method in class org.knime.core.webui.node.impl.WebUINodeConfiguration.Builder
- NativeNodeContainerUI - Interface in org.knime.core.ui.node.workflow
-
UI-interface that mirrors the
NativeNodeContainer. - NativeNodeContainerWrapper - Class in org.knime.core.ui.wrapper
-
UI-interface implementation that wraps a
NativeNodeContainer. - nextState() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonState
- NodeAndVariableSettingsRO - Interface in org.knime.core.webui.node.dialog
-
Represents
NodeSettingsROandVariableSettingsRO. - NodeAndVariableSettingsWO - Interface in org.knime.core.webui.node.dialog
-
Represents
NodeSettingsWOandVariableSettingsWO. - NodeCleanUpCallback - Class in org.knime.core.webui.node.util
-
Helper to clean-up after a node removal, workflow disposal or (optionally) node state change.
- NodeCleanUpCallback.Builder - Class in org.knime.core.webui.node.util
- NodeContainerRpcTransportFactory - Class in org.knime.core.ui.node.workflow.async
-
A mechanism to expose the
NodeContainerUI.doRpc(String)to org.knime.core without adding a dependency from org.knime.core to org.knime.core.ui. - NodeContainerRpcTransportFactory() - Constructor for class org.knime.core.ui.node.workflow.async.NodeContainerRpcTransportFactory
- NodeContainerUI - Interface in org.knime.core.ui.node.workflow
-
UI-interface that mirrors the
NodeContainer. - NodeContainerWrapper<W extends org.knime.core.node.workflow.NodeContainer> - Class in org.knime.core.ui.wrapper
-
UI-interface implementation that wraps a
NodeContainer. - NodeContainerWrapper(W) - Constructor for class org.knime.core.ui.wrapper.NodeContainerWrapper
- NodeDialog - Interface in org.knime.core.webui.node.dialog
-
Represents a dialog of a node.
- NodeDialog.OnApplyNodeModifier - Interface in org.knime.core.webui.node.dialog
-
Can be implemented and provided to the NodeDialog upon creation.
- NodeDialogEnt - Class in org.knime.gateway.api.entity
-
Node dialog entity containing the info required by the UI (i.e.
- NodeDialogEnt(SingleNodeContainer) - Constructor for class org.knime.gateway.api.entity.NodeDialogEnt
- NodeDialogFactory - Interface in org.knime.core.webui.node.dialog
-
Implemented by
NodeFactorys to register a node dialog. - NodeDialogManager - Class in org.knime.core.webui.node.dialog
-
Manages (web-ui) node dialog instances and provides associated functionality.
- NodeIDEnt - Class in org.knime.gateway.api.entity
-
Represents a node id as used by gateway entities and services (and the UI in general).
- NodeIDEnt(int...) - Constructor for class org.knime.gateway.api.entity.NodeIDEnt
-
Creates the node id from a list of hierarchical node ids.
- NodeIDEnt(String) - Constructor for class org.knime.gateway.api.entity.NodeIDEnt
-
Deserialization constructor.
- NodeIDEnt(NodeID) - Constructor for class org.knime.gateway.api.entity.NodeIDEnt
- NodeIDEnt(NodeID, boolean) - Constructor for class org.knime.gateway.api.entity.NodeIDEnt
- NodeInfoEnt - Class in org.knime.gateway.api.entity
-
Represents some basic information on a node required to display node views in the UI (e.g.
- NodeInPortUI - Interface in org.knime.core.ui.node.workflow
-
Represents a node in-port of a
NodeContainerUI. - NodeInPortWrapper - Class in org.knime.core.ui.wrapper
-
UI-interface implementation that wraps a
NodeInPort. - NodeInPortWrapper(NodeInPort) - Constructor for class org.knime.core.ui.wrapper.NodeInPortWrapper
- NodeOutPortUI - Interface in org.knime.core.ui.node.workflow
-
Interface for a node's output port (mainly for the
NodeContainerUI). - NodeOutPortWrapper - Class in org.knime.core.ui.wrapper
-
UI-interface implementation that wraps a
NodeOutPort. - NodeOutPortWrapper(NodeOutPort) - Constructor for class org.knime.core.ui.wrapper.NodeOutPortWrapper
- NodePortUI - Interface in org.knime.core.ui.node.workflow
-
Node port interface which keeps an index and a port name.
- NodePortWrapper - Interface in org.knime.core.webui.node
-
A
NodeWrapperthat identifies an output port on an instantiated node. - NodeRecommendationManager - Class in org.knime.core.ui.workflowcoach
-
Class that manages the node recommendations.
- NodeRecommendationManager.IUpdateListener - Interface in org.knime.core.ui.workflowcoach
-
Interface for a listener that gets notified when the recommendations are updated (via
NodeRecommendationManager.loadRecommendations(). - NodeRecommendationManager.NodeRecommendation - Class in org.knime.core.ui.workflowcoach
-
Object representing one node recommendation, including the node template itself and a frequency as a measure of a certainty for the given recommendation.
- NodeRpcServerFactory<M extends org.knime.core.node.NodeModel> - Interface in org.knime.core.webui.data.rpc
-
Deprecated, for removal: This API element is subject to removal in a future version.rpc services are directly provided by a node's view, dialog or port.
- NodeSettingsPersistor<T> - Interface in org.knime.core.webui.node.dialog.defaultdialog.persistence
-
Implementing classes save objects to and load objects from NodeSettings. Custom implementations must be immutable and provide either an empty or a constructor that accepts the
Classof the persisted object as input. - NodeSettingsPersistorFactory - Class in org.knime.core.webui.node.dialog.defaultdialog.persistence
-
Creates and caches NodeSettingsPersistors for DefaultNodeSettings.
- NodeSettingsPersistorWithConfigKey<T> - Class in org.knime.core.webui.node.dialog.defaultdialog.persistence
-
Extend this persistor in order to write custom persistors which need to access the configKey of a field during save or load.
- NodeSettingsPersistorWithConfigKey() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.persistence.NodeSettingsPersistorWithConfigKey
- NodeSettingsService - Interface in org.knime.core.webui.node.dialog
-
Functionality around
NodeSettingsas required by theNodeDialog. - nodeSettingsToDataJson(SettingsType, NodeSettingsRO, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.dataservice.DefaultDialogDataConverter
-
Transforms node settings to the data representation given to the front-end.
- nodeSettingsToDataJson(SettingsType, NodeSettingsRO, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultDialogDataConverterImpl
-
Transforms node settings to the data representation given to the front-end.
- nodeSettingsToJsonFormsSettings(Map<SettingsType, NodeSettingsRO>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.NodeSettingsToJsonFormsSettings
-
Transforms the given node settings to
JsonFormsSettings. - NodeSettingsToJsonFormsSettings - Class in org.knime.core.webui.node.dialog.defaultdialog.settingsconversion
-
This class can be used to transform
NodeSettingsfirst toDefaultNodeSettingsand then further toJsonFormsSettings. - NodeSettingsToJsonFormsSettings(DefaultNodeSettings.DefaultNodeSettingsContext, Map<SettingsType, Class<? extends DefaultNodeSettings>>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.NodeSettingsToJsonFormsSettings
- nodeSettingsToJsonFormsSettingsOrDefault(Map<SettingsType, NodeSettingsRO>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.NodeSettingsToJsonFormsSettings
-
Transforms the given node settings to
JsonFormsSettingsusing a default for the intermediate transformation toDefaultNodeSettingsin case it fails. - nodeSettingsToJsonObject(NodeSettingsRO, ObjectNode) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonNodeSettingsMapperUtil
-
Converts a
node settingsobject that has previously been created via thejsonObjectToNodeSettingsmethod into aJson object node. - nodeSettingsToJsonString(NodeSettingsRO) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonNodeSettingsMapperUtil
-
Converts a
node settingsobject that has previously been created via thejsonStringToNodeSettingsmethod into a JSON string. - NodeTableView - Interface in org.knime.core.webui.node.view
-
Represents a view of a node which views a single table given in one of the input ports.
- NodeTripleProvider - Interface in org.knime.core.ui.workflowcoach.data
-
Class that provides triples of nodes and their count.
- NodeTripleProviderFactory - Interface in org.knime.core.ui.workflowcoach.data
-
Interface for a factory that creates
NodeTripleProviders. - nodeType(NodeFactory.NodeType) - Method in class org.knime.core.webui.node.impl.WebUINodeConfiguration.NodeOptionals
-
Sets the node type.
- NodeUIExtensionEnt<N extends NodeWrapper> - Class in org.knime.gateway.api.entity
-
Super classes for node-ui-extension entities, e.g., node view and node dialog.
- NodeUIExtensionEnt(N, PageResourceManager<N>, DataServiceManager<N>, PageResourceManager.PageType) - Constructor for class org.knime.gateway.api.entity.NodeUIExtensionEnt
- NodeUIExtensionEnt(N, PageResourceManager<N>, DataServiceManager<N>, PageResourceManager.PageType, boolean) - Constructor for class org.knime.gateway.api.entity.NodeUIExtensionEnt
- nodeUIInformationChanged(NodeUIInformationEvent) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Listener to annotations, etc; sets content dirty.
- nodeUIInformationChanged(NodeUIInformationEvent) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- NodeView - Interface in org.knime.core.webui.node.view
-
Represents a view of a node.
- NodeViewEnt - Class in org.knime.gateway.api.entity
-
Node view entity containing the info required by the UI (i.e.
- NodeViewFactory<T extends org.knime.core.node.NodeModel> - Interface in org.knime.core.webui.node.view
-
Implemented by
NodeFactorys to register a node view. - NodeViewManager - Class in org.knime.core.webui.node.view
-
Manages (web-ui) node view instances and provides associated functionality.
- NodeViewStateEvent - Interface in org.knime.gateway.impl.service.events
-
An event that signals a node view to update itself.
- NodeViewStateEventSource - Class in org.knime.gateway.impl.service.events
-
Emits
NodeViewStateEventswhich signal a node view to update itself (depending on the underlying node state). - NodeViewStateEventSource(BiConsumer<String, Object>, Runnable, Supplier<List<String>>) - Constructor for class org.knime.gateway.impl.service.events.NodeViewStateEventSource
- NodeWrapper - Interface in org.knime.core.webui.node
-
Wrapper for a node (
NodeContainer). - NodeWrapper.CustomNodeWrapperTypeIdProvider - Interface in org.knime.core.webui.node
-
Implemented by
NodeFactoriesin order to provide a custom node-wrapper-type-id as returned byNodeWrapper.getNodeWrapperTypeId(). - NoopButtonUpdateHandler - Class in org.knime.core.webui.node.dialog.defaultdialog.widget.button
-
Marker class that is only meant to serve as a default in
ButtonWidget.updateHandler(). - NoopButtonUpdateHandler() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.widget.button.NoopButtonUpdateHandler
- NoopChoicesUpdateHandler - Class in org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl
-
Marker class that is only meant to serve as a default in
ChoicesWidget.choicesUpdateHandler(). - NoopChoicesUpdateHandler() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl.NoopChoicesUpdateHandler
- Not<E extends org.knime.core.webui.node.dialog.defaultdialog.rule.AtomicExpression<E>> - Class in org.knime.core.webui.node.dialog.defaultdialog.rule
- Not(Expression<E>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.rule.Not
- notifyNodeStateChangeListener(NodeStateEvent) - Method in interface org.knime.core.ui.node.workflow.NodeOutPortUI
- notifyNodeStateChangeListener(NodeStateEvent) - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- notifyNodeStateChangeListener(NodeStateEvent) - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- notifyTemplateConnectionChangedListener() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- notifyTemplateConnectionChangedListener() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- NotLoadedException - Exception in org.knime.core.ui.node.workflow.lazy
-
Exception thrown when a
LazyWorkflowManagerUIhasn't been loaded, yet. - NotLoadedException() - Constructor for exception org.knime.core.ui.node.workflow.lazy.NotLoadedException
- NumberInputWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
Annotate a number setting with this in order to provide validation instructions.
- NumberInputWidget.DoubleProvider - Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
Provides a double value given the context of the node.
- NumericColorModelEnt - Class in org.knime.gateway.api.entity
-
A POJO representation of a
ColorModelRangewhich is serialized and provided to the frontend in order to access colors by numeric values using an interpolation in the frontend which mimics the interpolation process given inColorModelRange. - numRegisteredRenderers(String) - Method in class org.knime.core.webui.node.view.table.data.render.DataValueImageRendererRegistry
O
- ObjectMapperUtil - Class in org.knime.core.webui.data.rpc.json.impl
-
Utility class around Jackson's
ObjectMapper. - of(NodeContainer) - Static method in interface org.knime.core.webui.node.NodeWrapper
-
Convenience method to create a
NodeWrapper-instance. - of(NodeContainer, int, int) - Static method in interface org.knime.core.webui.node.NodePortWrapper
-
Convenience method to create a
NodePortWrapper-instance. - OFF - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.setting.selection.SelectionMode
-
No selection is visible
- onApply(NativeNodeContainer, NodeSettingsRO, NodeSettingsRO, NodeSettingsRO, NodeSettingsRO) - Method in interface org.knime.core.webui.node.dialog.NodeDialog.OnApplyNodeModifier
-
Called when the dialog is closed.
- onDeactivate(Runnable) - Method in class org.knime.core.webui.data.ApplyDataService.ApplyDataServiceBuilder
- onDeactivate(Runnable) - Method in interface org.knime.core.webui.data.DataService.DataServiceBuilder
- onDeactivate(Runnable) - Method in class org.knime.core.webui.data.InitialDataService.InitialDataServiceBuilder
- onDeactivate(Runnable) - Method in class org.knime.core.webui.data.RpcDataService.RpcDataServiceBuilder
- onDispose(Runnable) - Method in class org.knime.core.webui.data.ApplyDataService.ApplyDataServiceBuilder
- onDispose(Runnable) - Method in interface org.knime.core.webui.data.DataService.DataServiceBuilder
- onDispose(Runnable) - Method in class org.knime.core.webui.data.InitialDataService.InitialDataServiceBuilder
- onDispose(Runnable) - Method in class org.knime.core.webui.data.RpcDataService.RpcDataServiceBuilder
- oneOf() - Method in class org.knime.core.webui.node.dialog.defaultdialog.rule.OneOfEnumCondition
- oneOf() - Method in class org.knime.core.webui.node.view.table.TableViewViewSettings.RowHeightMode.RowHeightIsCustom
- OneOfEnumCondition<E extends Enum<E>> - Class in org.knime.core.webui.node.dialog.defaultdialog.rule
-
Triggers if an enum has one of a specified subset of values.
- OneOfEnumCondition() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.rule.OneOfEnumCondition
- onLoadInternals(File, ExecutionMonitor) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
-
Allows extending classes to implement custom behavior during
WebUINodeModel.loadInternals(File, ExecutionMonitor)o - onReset() - Method in class org.knime.core.webui.node.impl.WebUINodeModel
-
Allows extending classes to implement custom behavior during
WebUINodeModel.reset(). - onSaveInternals(File, ExecutionMonitor) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
-
Allows extending classes to implement custom behavior during
WebUINodeModel.saveInternals(File, ExecutionMonitor)o - openPortView(String, Rectangle) - Method in interface org.knime.core.ui.node.workflow.NodeOutPortUI
-
Opens the port view for this port with the given name.
- openPortView(String, Rectangle) - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- openPortView(String, Rectangle) - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- openURLInExternalBrowserAndAddToDebugLog(String, Class<?>) - Static method in class org.knime.core.webui.WebUIUtil
-
Tries to open the given URL in an external browser, but only if its prefix is contained in the list above.
- operation() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.rule.Effect
-
Multiple rule sources can be combined using logical operations.
- OperationNotAllowedException - Exception in org.knime.core.ui.node.workflow.async
-
Indicates that an operation is not allowed.
- OperationNotAllowedException(String) - Constructor for exception org.knime.core.ui.node.workflow.async.OperationNotAllowedException
- OperationNotAllowedException(String, Throwable) - Constructor for exception org.knime.core.ui.node.workflow.async.OperationNotAllowedException
- Operator<E extends org.knime.core.webui.node.dialog.defaultdialog.rule.AtomicExpression<E>> - Interface in org.knime.core.webui.node.dialog.defaultdialog.rule
-
An expression defining how to logically combine other expressions.
- optional() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.persistence.field.Persist
-
Optional argument that allows to make a setting optional.
- OPTIONS_IS_ADVANCED - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
Whether the setting/layoutPart is advanced
- Or<E extends org.knime.core.webui.node.dialog.defaultdialog.rule.AtomicExpression<E>> - Class in org.knime.core.webui.node.dialog.defaultdialog.rule
- Or(Expression<E>...) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.rule.Or
- org.knime.core.ui - package org.knime.core.ui
-
Contains interfaces and logic related to the eclipse-UI.
- org.knime.core.ui.component - package org.knime.core.ui.component
- org.knime.core.ui.node.workflow - package org.knime.core.ui.node.workflow
- org.knime.core.ui.node.workflow.async - package org.knime.core.ui.node.workflow.async
- org.knime.core.ui.node.workflow.lazy - package org.knime.core.ui.node.workflow.lazy
- org.knime.core.ui.util - package org.knime.core.ui.util
- org.knime.core.ui.workflowcoach - package org.knime.core.ui.workflowcoach
- org.knime.core.ui.workflowcoach.data - package org.knime.core.ui.workflowcoach.data
- org.knime.core.ui.wrapper - package org.knime.core.ui.wrapper
- org.knime.core.webui - package org.knime.core.webui
-
Contains core functionality related to the Web UI.
- org.knime.core.webui.data - package org.knime.core.webui.data
- org.knime.core.webui.data.rpc - package org.knime.core.webui.data.rpc
- org.knime.core.webui.data.rpc.json.impl - package org.knime.core.webui.data.rpc.json.impl
- org.knime.core.webui.data.util - package org.knime.core.webui.data.util
- org.knime.core.webui.node - package org.knime.core.webui.node
- org.knime.core.webui.node.dialog - package org.knime.core.webui.node.dialog
-
The dialog of a node is an UI extension that allows a user to change node settings.
- org.knime.core.webui.node.dialog.defaultdialog - package org.knime.core.webui.node.dialog.defaultdialog
-
This package offers a default implementation of a Node Dialog as described in
org.knime.core.webui.node.dialog. - org.knime.core.webui.node.dialog.defaultdialog.dataservice - package org.knime.core.webui.node.dialog.defaultdialog.dataservice
-
THis package contains the rpc data service
DefaultNodeDialogDataServiceImplof aDefaultNodeDialog. - org.knime.core.webui.node.dialog.defaultdialog.dataservice.filechooser - package org.knime.core.webui.node.dialog.defaultdialog.dataservice.filechooser
- org.knime.core.webui.node.dialog.defaultdialog.jsonforms - package org.knime.core.webui.node.dialog.defaultdialog.jsonforms
-
This package contains defines
JsonFormsSettingscontaining: Data (seeJsonFormsDataUtilSchema (seeorg.knime.core.webui.node.dialog.defaultdialog.jsonforms.schema) UiSchema (seeorg.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema) - org.knime.core.webui.node.dialog.defaultdialog.jsonforms.schema - package org.knime.core.webui.node.dialog.defaultdialog.jsonforms.schema
-
A package containing the logic for the schema generation of the
DefaultNodeDialogforDefaultNodeSettings. - org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema - package org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema
-
This package contains the implementation of the generation of an ui schema from
DefaultNodeSettings. - org.knime.core.webui.node.dialog.defaultdialog.layout - package org.knime.core.webui.node.dialog.defaultdialog.layout
-
The interfaces and annotations within this package can be used to configure the user interface of a node dialog.
- org.knime.core.webui.node.dialog.defaultdialog.persistence - package org.knime.core.webui.node.dialog.defaultdialog.persistence
-
TODO: UIEXT-797: Fill with content
- org.knime.core.webui.node.dialog.defaultdialog.persistence.field - package org.knime.core.webui.node.dialog.defaultdialog.persistence.field
- org.knime.core.webui.node.dialog.defaultdialog.rule - package org.knime.core.webui.node.dialog.defaultdialog.rule
- org.knime.core.webui.node.dialog.defaultdialog.setting - package org.knime.core.webui.node.dialog.defaultdialog.setting
-
This package contains subpackages for every complex type of fields of a
DefaultNodeSettingsPOJO. - org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter - package org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter
-
This package offers the
ColumnFilterclass used for settings holding a collection of selected columns. - org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection - package org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection
-
This package offers the
ColumnSelectionclass used for settings holding a single selected column. - org.knime.core.webui.node.dialog.defaultdialog.setting.credentials - package org.knime.core.webui.node.dialog.defaultdialog.setting.credentials
- org.knime.core.webui.node.dialog.defaultdialog.setting.filechooser - package org.knime.core.webui.node.dialog.defaultdialog.setting.filechooser
- org.knime.core.webui.node.dialog.defaultdialog.setting.selection - package org.knime.core.webui.node.dialog.defaultdialog.setting.selection
- org.knime.core.webui.node.dialog.defaultdialog.settingsconversion - package org.knime.core.webui.node.dialog.defaultdialog.settingsconversion
- org.knime.core.webui.node.dialog.defaultdialog.util - package org.knime.core.webui.node.dialog.defaultdialog.util
-
A simple utility package used in several packages during the creation of the
DefaultDialog - org.knime.core.webui.node.dialog.defaultdialog.widget - package org.knime.core.webui.node.dialog.defaultdialog.widget
-
Use the
Widgetto set properties shared among all types of widgets and more specific annotations contained in this package for certain types of widgets. - org.knime.core.webui.node.dialog.defaultdialog.widget.button - package org.knime.core.webui.node.dialog.defaultdialog.widget.button
-
This package contains the additional widget annotations and classes to define widgets which trigger certain actions.
- org.knime.core.webui.node.dialog.defaultdialog.widget.choices - package org.knime.core.webui.node.dialog.defaultdialog.widget.choices
-
TODO UIEXT-1012: Move the
ChoicesWidgetand theChoicesProviderto this package. - org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl - package org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl
- org.knime.core.webui.node.dialog.defaultdialog.widget.credentials - package org.knime.core.webui.node.dialog.defaultdialog.widget.credentials
- org.knime.core.webui.node.dialog.defaultdialog.widget.handler - package org.knime.core.webui.node.dialog.defaultdialog.widget.handler
-
Handler-logic shared by multiple widgets.
- org.knime.core.webui.node.dialog.defaultdialog.widget.util - package org.knime.core.webui.node.dialog.defaultdialog.widget.util
-
This subpackage is used to ensure that the behavior of widget annotations and field type dependent defaults is consistent across implementations.
- org.knime.core.webui.node.dialog.internal - package org.knime.core.webui.node.dialog.internal
- org.knime.core.webui.node.impl - package org.knime.core.webui.node.impl
-
This package offers an factory for simple WebUI nodes making use of
DefaultNodeSettings. - org.knime.core.webui.node.port - package org.knime.core.webui.node.port
- org.knime.core.webui.node.util - package org.knime.core.webui.node.util
- org.knime.core.webui.node.view - package org.knime.core.webui.node.view
- org.knime.core.webui.node.view.image - package org.knime.core.webui.node.view.image
- org.knime.core.webui.node.view.image.data - package org.knime.core.webui.node.view.image.data
- org.knime.core.webui.node.view.table - package org.knime.core.webui.node.view.table
- org.knime.core.webui.node.view.table.data - package org.knime.core.webui.node.view.table.data
- org.knime.core.webui.node.view.table.data.render - package org.knime.core.webui.node.view.table.data.render
- org.knime.core.webui.node.view.table.data.render.internal - package org.knime.core.webui.node.view.table.data.render.internal
- org.knime.core.webui.node.view.table.selection - package org.knime.core.webui.node.view.table.selection
- org.knime.core.webui.node.view.text - package org.knime.core.webui.node.view.text
- org.knime.core.webui.page - package org.knime.core.webui.page
- org.knime.gateway.api.entity - package org.knime.gateway.api.entity
-
This package contains entities which are used as messages between the core (i.e.
- org.knime.gateway.impl.service.events - package org.knime.gateway.impl.service.events
-
To be moved into the respective gateway-plugin as soon as it's part of the default build.
- overrideButtonState(M, ButtonState) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonActionHandler
-
Override this method in order to adjust the states of the state machine.
- overrideButtonState(CancelableActionHandler.States, ButtonState) - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler
P
- Page - Class in org.knime.core.webui.page
-
A (html) page of an ui-extension, e.g.
- PAGE - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeDialog
-
The page representing the default node dialog.
- PAGE - Static variable in class org.knime.core.webui.node.view.image.ImageViewUtil
-
The page representing the image view.
- PAGE - Static variable in class org.knime.core.webui.node.view.table.TableViewUtil
-
The page representing the table view.
- PAGE - Static variable in class org.knime.core.webui.node.view.text.TextViewUtil
-
The page representing the table view.
- Page.InputStreamSupplier - Interface in org.knime.core.webui.page
-
Supplierof aInputStream. - Page.StringSupplier - Interface in org.knime.core.webui.page
- PageBuilder - Class in org.knime.core.webui.page
-
Builds a
Page. - PageBuilder(Resource) - Constructor for class org.knime.core.webui.page.PageBuilder
- pageContentId() - Method in record class org.knime.core.webui.node.PagePathSegments
-
Returns the value of the
pageContentIdrecord component. - PageFormat - Enum Class in org.knime.core.webui.node.view
-
Helps to determined the size of a page if it's composed with other pages (e.g.
- pageId() - Method in record class org.knime.core.webui.node.PagePathSegments
-
Returns the value of the
pageIdrecord component. - PagePathSegments - Record Class in org.knime.core.webui.node
-
The path segments that contribute to a page path as it's returned by
PageResourceManager.getPagePath(NodeWrapper). - PagePathSegments(String, String, String, String) - Constructor for record class org.knime.core.webui.node.PagePathSegments
-
Creates an instance of a
PagePathSegmentsrecord class. - PageResourceManager<N extends NodeWrapper> - Class in org.knime.core.webui.node
-
Gives access to the pages and page resources for nodes (i.e.
- PageResourceManager(PageResourceManager.PageType, Function<N, Page>) - Constructor for class org.knime.core.webui.node.PageResourceManager
- PageResourceManager(PageResourceManager.PageType, Function<N, Page>, BiFunction<N, PagePathSegments, PagePathSegments>, BiFunction<String, PagePathSegments, PagePathSegments>, boolean) - Constructor for class org.knime.core.webui.node.PageResourceManager
- PageResourceManager.PageType - Enum Class in org.knime.core.webui.node
-
The page kinds, i.e.
- partitionWidgetAnnotationsByApplicability(Predicate<Class<? extends Annotation>>, Class<?>) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil
- PasswordHolder - Class in org.knime.core.webui.node.dialog.defaultdialog.setting.credentials
-
Since we do not want to send passwords to the frontend when serializing
Credentials, we need to store them temporarily in order to receive passwords again when deserializing. - passwordLabel() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.credentials.CredentialsWidget
- passwordLabel() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.credentials.PasswordWidget
- PasswordWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget.credentials
-
Add this annotation to a
Credentialssetting in order to display a single password input field. - paste(WorkflowCopyUI) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Pastes the contents of the argument workflow copy into this wfm.
- paste(WorkflowCopyUI) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Pastes the contents of the argument workflow copy into this wfm.
- paste(WorkflowCopyUI) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
-
Pastes the contents of the argument workflow copy into this wfm.
- pasteAsync(WorkflowCopyWithOffsetUI) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Async version of
AsyncWorkflowManagerUI.paste(WorkflowCopyUI). - path() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.util.DefaultNodeSettingsFieldTraverser.TraversedField
-
Returns the value of the
pathrecord component. - pathPrefix() - Method in record class org.knime.core.webui.node.PagePathSegments
-
Returns the value of the
pathPrefixrecord component. - pattern() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.TextInputWidget
- PatternCondition - Class in org.knime.core.webui.node.dialog.defaultdialog.rule
-
Use this annotation for text inputs in order to trigger an effect when the supplied pattern is met.
- PatternCondition() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.rule.PatternCondition
- peekFlowVariable(String, VariableType<T>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings.DefaultNodeSettingsContext
- Persist - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.persistence.field
-
Allows to define the persistence of individual fields to NodeSettings if field based persistence is used.
- PersistableSettings - Interface in org.knime.core.webui.node.dialog.defaultdialog.persistence
-
The implementations must follow the following conventions: It must provide an empty constructor.
- PersistentAsyncChoicesAdder - Class in org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl
-
This is a decorator for the
AsyncChoicesAdderwhich is used in cases where an added choice needs to be kept indefinitely regardless of the number of times it was already retrieved (e.g. - PersistentAsyncChoicesAdder(AsyncChoicesAdder) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl.PersistentAsyncChoicesAdder
- Persistor - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.persistence
-
Annotates a class with a persistor that is used to save and load objects of the class to and from NodeSettings.
- placeholder() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.LocalFileChooserWidget
- PNG - Enum constant in enum class org.knime.core.webui.page.Resource.ContentType
-
The resource is a png image.
- PORT - Enum constant in enum class org.knime.core.webui.node.PageResourceManager.PageType
-
A port view.
- PortContext - Class in org.knime.core.webui.node.port
-
Similar to the
NodeContext, but holds contextual information about aNodePortfor operations carried out for a port (e.g. - PortDescription - Class in org.knime.core.webui.node.impl
-
Describes an input or output port of a node.
- PortDescription(String, PortType, String) - Constructor for class org.knime.core.webui.node.impl.PortDescription
-
Constructor.
- PortDescription(String, PortType, String, boolean) - Constructor for class org.knime.core.webui.node.impl.PortDescription
- PortSpecViewFactory<S extends org.knime.core.node.port.PortObjectSpec> - Interface in org.knime.core.webui.node.port
-
Factory for views of
PortObjectSpecs. - PortView - Interface in org.knime.core.webui.node.port
-
Represents a view of a port.
- PortViewDescriptor(String, Object) - Constructor for record class org.knime.core.webui.node.port.PortViewManager.PortViewDescriptor
-
Creates an instance of a
PortViewDescriptorrecord class. - PortViewEnt - Class in org.knime.gateway.api.entity
-
Port view entity containing the info required by the UI (i.e.
- PortViewEnt(NodePortWrapper, PortViewManager, Supplier<List<String>>) - Constructor for class org.knime.gateway.api.entity.PortViewEnt
- PortViewFactory<T extends org.knime.core.node.port.PortObject> - Interface in org.knime.core.webui.node.port
-
Pending API - needs to be integrated with
PortObject/PortType. - PortViewManager - Class in org.knime.core.webui.node.port
-
Manages (web-ui) port view instances and provides associated functionality.
- PortViewManager.PortViewDescriptor - Record Class in org.knime.core.webui.node.port
- PortViewManager.PortViews - Record Class in org.knime.core.webui.node.port
-
Describes the views associated with some
PortType. - PortViews(List<PortViewManager.PortViewDescriptor>, List<Integer>, List<Integer>) - Constructor for record class org.knime.core.webui.node.port.PortViewManager.PortViews
-
Creates an instance of a
PortViewsrecord class. - PossibleColumnValue - Record Class in org.knime.core.webui.node.dialog.defaultdialog.widget.choices
-
This represents one of the possible values within a
ChoicesWidgetwith aColumnChoicesProvider. - PossibleColumnValue(String, String, IdAndText, List<String>) - Constructor for record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.PossibleColumnValue
-
Creates an instance of a
PossibleColumnValuerecord class. - preEventCreation() - Method in class org.knime.gateway.impl.service.events.EventSource
-
For testing purposes only!
- primary() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonState
- printNodeSummary(NodeID, int) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Produce summary of node.
- printNodeSummary(NodeID, int) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- processSelectionEvent(HiLiteHandler, NodeID, SelectionEventSource.SelectionEventMode, boolean, Set<RowKey>) - Static method in class org.knime.gateway.impl.service.events.SelectionEventSource
-
Forwards selection events to the given hilite-handler.
- progressChanged(ConnectionProgressEvent) - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- progressChanged(NodeProgressEvent) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- PROPERTY_NAME - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.IsSpecificColumnCondition
-
The property within a
ColumnSelectioncontaining the name of the column. - propertyWriter() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.util.DefaultNodeSettingsFieldTraverser.TraversedField
-
Returns the value of the
propertyWriterrecord component. - pushContext(NodePort) - Static method in class org.knime.core.webui.node.port.PortContext
-
Pushes a new context on the context stack for the current thread given the node port.
R
- RADIO - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
- RadioButtonsWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
Annotate an
Enumsetting with this in order to display them as radio buttons instead of the default (dropdown list). - READY - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler.States
-
The initial state of the button
- reExecute(String) - Method in class org.knime.core.webui.data.ApplyDataService
-
Re-executes the underlying node in order to apply new data.
- ReflectionUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.persistence
-
Contains utility functions for dealing with reflection.
- refreshAsync(boolean) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Refreshes the workflow (e.g.
- refreshOrFail(boolean) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Refreshes the workflow (e.g.
- REGEX - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilterMode
-
selection by matching to a regex pattern
- registerPortViews(Class<?>, List<PortViewManager.PortViewDescriptor>, List<Integer>, List<Integer>) - Static method in class org.knime.core.webui.node.port.PortViewManager
-
Associate a
PortObject-class with one or severalPortViewManager.PortViewDescriptors. - registerPortViews(String, List<PortViewManager.PortViewDescriptor>, List<Integer>, List<Integer>) - Static method in class org.knime.core.webui.node.port.PortViewManager
-
Associate a
PortObject-class-name with one or severalPortViewManager.PortViewDescriptors. - registerPortViews(PortType, List<PortViewManager.PortViewDescriptor>, List<Integer>, List<Integer>) - Static method in class org.knime.core.webui.node.port.PortViewManager
-
Associate a
PortTypewith one or severalPortViewManager.PortViewDescriptors. - registerRendererRegistryCleanup(String, NodeContainer) - Static method in class org.knime.core.webui.node.view.table.TableViewUtil
-
Method that is to be called when creating a
TableNodeViewand that registers the to-be-visualized table's unique id with the globalDataValueImageRendererRegistry. - relativePagePath() - Method in record class org.knime.core.webui.node.PagePathSegments
-
Returns the value of the
relativePagePathrecord component. - RemoteWorkflowContext - Class in org.knime.core.ui.node.workflow
-
This class holds information about the context in which a remote workflow (e.g.
- RemoteWorkflowContext(URI, String, String, String, URI, Version, Version) - Constructor for class org.knime.core.ui.node.workflow.RemoteWorkflowContext
- RemoteWorkflowContext(URI, String, Authenticator, String, URI, Version, Version) - Constructor for class org.knime.core.ui.node.workflow.RemoteWorkflowContext
- RemoteWorkflowContext(WorkflowContextV2, URI, String, Authenticator, String, URI, Version, Version) - Constructor for class org.knime.core.ui.node.workflow.RemoteWorkflowContext
-
Creates a new context for purely remote workflows (i.e.
- remove(NodeID[], ConnectionID[], WorkflowAnnotationID[]) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Removes the given workflow parts.
- remove(NodeID[], ConnectionID[], WorkflowAnnotationID[]) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Removes the given workflow parts.
- remove(NodeID[], ConnectionID[], WorkflowAnnotationID[]) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- REMOVE - Enum constant in enum class org.knime.gateway.impl.service.events.SelectionEventSource.SelectionEventMode
- removeAllChildren(Composite) - Static method in class org.knime.core.ui.util.SWTUtilities
-
Oh com'on SWT - seriously: why isn't this a method in
Composite? - removeAllEventListeners() - Method in class org.knime.gateway.impl.service.events.EventSource
-
Removes all event listeners registered with the event source.
- removeAllEventListeners() - Method in class org.knime.gateway.impl.service.events.NodeViewStateEventSource
- removeAllEventListeners() - Method in class org.knime.gateway.impl.service.events.SelectionEventSource
-
Removes all event listeners registered with the event source.
- removeAllPasswordsOfDialog(NodeID) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.PasswordHolder
-
Tear down method to remove all passwords from the global map when they are not necessary anymore.
- removeAsync(NodeID[], ConnectionID[], WorkflowAnnotationID[]) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Async version of
#remove(NodeID[], ConnectionContainerUI[], WorkflowAnnotationID[]). - removeCredentialsProvider() - Static method in class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.PasswordHolder
-
Remove the temporarily set credentials provider set with
PasswordHolder.setCredentialsProvider(CredentialsProvider) - removeEventListener(N) - Method in class org.knime.gateway.impl.service.events.SelectionEventSource
-
Removes an event listener for a particular event type instance.
- removeEventListener(NativeNodeContainer) - Method in class org.knime.gateway.impl.service.events.NodeViewStateEventSource
- removeEventListener(T) - Method in class org.knime.gateway.impl.service.events.EventSource
-
Removes an event listener for a particular event type instance.
- removeLastContext() - Static method in class org.knime.core.webui.node.port.PortContext
-
Removes the top-most context from the context stack.
- removeListener(WorkflowListener) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Remove listener.
- removeListener(WorkflowListener) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- removeNodeMessageListener(NodeMessageListener) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- removeNodeMessageListener(NodeMessageListener) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- removeNodeProgressListener(NodeProgressListener) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- removeNodeProgressListener(NodeProgressListener) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- removeNodePropertyChangedListener(NodePropertyChangedListener) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- removeNodePropertyChangedListener(NodePropertyChangedListener) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- removeNodeStateChangeListener(NodeStateChangeListener) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- removeNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- removeNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- removeNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- removeProgressListener(ConnectionProgressListener) - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
-
Removes a listener from the list of registered progress listeners.
- removeProgressListener(ConnectionProgressListener) - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- removeProject(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Remove a project - the same as remove node but we make sure it really looks like a project (i.e.
- removeProject(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- removeUIInformationListener(ConnectionUIInformationListener) - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
-
Remove a registered listener from the listener list.
- removeUIInformationListener(ConnectionUIInformationListener) - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- removeUIInformationListener(NodeUIInformationListener) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- removeUIInformationListener(NodeUIInformationListener) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- removeUpdateListener(NodeRecommendationManager.IUpdateListener) - Method in class org.knime.core.ui.workflowcoach.NodeRecommendationManager
-
Removes an update listener.
- removeWorkflowVariable(String) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Remove workflow variable of given name.
- removeWorkflowVariable(String) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- removeWriteProtectionChangedListener(Runnable) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
- renameWorkflowDirectory(String) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Renames the underlying workflow directory to the new name.
- renameWorkflowDirectory(String) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- renderCell(DataCell) - Method in interface org.knime.core.webui.node.view.table.data.render.internal.CellRenderer
- RENDERED_CELL_IMAGES_PATH_PREFIX - Static variable in class org.knime.core.webui.node.view.table.data.render.DataValueImageRendererRegistry
-
URL-path prefix to be able to identify image resources for data cells that are rendered into images.
- Renderer - Interface in org.knime.core.webui.node.view.table.data
-
Represents a render that turns data values into something visual in a table cell.
- renderImage(String) - Method in class org.knime.core.webui.node.view.table.data.render.DataValueImageRendererRegistry
-
Renders the image for the given relative image path and removes the respective renderer (and data value) from the registry.
- renderImage(DataValue, int, int) - Method in interface org.knime.core.webui.node.view.table.data.render.DataValueImageRenderer
- renderRow(DataRow, long) - Method in interface org.knime.core.webui.node.view.table.data.render.internal.RowRenderer
- renderRow(DataRow, long) - Method in class org.knime.core.webui.node.view.table.data.render.internal.RowRendererWithIndicesCounter
- renderRow(DataRow, long) - Method in class org.knime.core.webui.node.view.table.data.render.internal.RowRendererWithIndicesFromColumn
- renderRow(DataRow, long) - Method in class org.knime.core.webui.node.view.table.data.render.internal.RowRendererWithRowKeys
- renderRow(DataRow, long) - Method in class org.knime.core.webui.node.view.table.data.render.internal.SimpleRowRenderer
- renderRows(BufferedDataTable) - Method in class org.knime.core.webui.node.view.table.data.render.internal.TableSectionRenderer
- renderTableContent(BufferedDataTable, long, int, boolean) - Method in class org.knime.core.webui.node.view.table.data.render.internal.TableRenderer
- renderText(DataValue) - Method in interface org.knime.core.webui.node.view.table.data.render.DataValueTextRenderer
- REPLACE - Enum constant in enum class org.knime.gateway.impl.service.events.SelectionEventSource.SelectionEventMode
- replaceNode(NodeID, ModifiableNodeCreationConfiguration) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Replaces a node with same type of node but another
NodeCreationConfiguration, e.g. - replaceNode(NodeID, ModifiableNodeCreationConfiguration) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Replaces a node with same type of node but another
NodeCreationConfiguration, e.g. - replaceNode(NodeID, ModifiableNodeCreationConfiguration) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- replaceNodeAsync(NodeID, ModifiableNodeCreationConfiguration) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
- reset() - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- resetAndConfigureAll() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Resets and freshly configures all nodes in this workflow.
- resetAndConfigureAll() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- resetAndConfigureNode(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Reset node and all executed successors of a specific node and launch configure storm.
- resetAndConfigureNode(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- resolveLayout(Map<String, Class<?>>, ObjectMapper) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.JsonFormsUiSchemaUtil
-
Resolves a map of default node settings classes to a tree structure representing the layout of the node dialog
- Resource - Interface in org.knime.core.webui.page
-
Represents a web resource used in ui-extensions (such as node view, port view and node dialog).
- Resource.ContentType - Enum Class in org.knime.core.webui.page
-
The resource content type.
- ResourceInfoEnt - Class in org.knime.gateway.api.entity
-
Information around the web resource (e.g.
- RICH_TEXT_INPUT - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
- RichTextInputWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
Annotate a
Stringsetting with this widget to edit its content with a rich text editor. - rootClass() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.UiSchemaDefaultNodeSettingsTraverser.JsonFormsControl
-
Returns the value of the
rootClassrecord component. - rootJsonToVariableSettings(JsonNode, Map<SettingsType, VariableSettingsWO>) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.VariableSettingsUtil
-
This method reads the JSON representation of variables from the key
VariableSettingsUtil.FLOW_VARIABLE_SETTINGS_KEYand transforms them to node settings. - RowHeightIsCustom() - Constructor for class org.knime.core.webui.node.view.table.TableViewViewSettings.RowHeightMode.RowHeightIsCustom
- RowRenderer<R> - Interface in org.knime.core.webui.node.view.table.data.render.internal
-
An interface used in
TableSectionRendererto render the rows to lists. - RowRendererWithIndicesCounter<T> - Class in org.knime.core.webui.node.view.table.data.render.internal
-
This decorator adds the row Index of the currently rendered table at first position.
- RowRendererWithIndicesCounter(RowRenderer<T>, Function<Long, T>) - Constructor for class org.knime.core.webui.node.view.table.data.render.internal.RowRendererWithIndicesCounter
- RowRendererWithIndicesFromColumn<R> - Class in org.knime.core.webui.node.view.table.data.render.internal
-
Decorator row renderer which renders the index of the row as a first element.
- RowRendererWithIndicesFromColumn(RowRenderer<R>, Function<DataCell, R>) - Constructor for class org.knime.core.webui.node.view.table.data.render.internal.RowRendererWithIndicesFromColumn
- RowRendererWithRowKeys<R> - Class in org.knime.core.webui.node.view.table.data.render.internal
-
Decorator row renderer which renders the rowKey of the row as a first element.
- RowRendererWithRowKeys(RowRenderer<R>, Function<RowKey, R>) - Constructor for class org.knime.core.webui.node.view.table.data.render.internal.RowRendererWithRowKeys
- RpcClient - Interface in org.knime.core.webui.data.rpc
-
Deprecated, for removal: This API element is subject to removal in a future version.can be removed since we don't need a java-based RpcClient anymore once the Remote Workflow Editor becomes obsolete
- RpcDataService - Class in org.knime.core.webui.data
-
A
RpcDataServicewhere the requests result in actual method-calls of registered handler(s) (aka remote procedure calls). - RpcDataService.RpcDataServiceBuilder - Class in org.knime.core.webui.data
-
The builder.
- RpcServer - Interface in org.knime.core.webui.data.rpc
-
An
RpcServerimplementation is used to serve remote requests to one or more node data services. - RpcServerFactory<T> - Interface in org.knime.core.webui.data.rpc
-
To be implemented by a node model's factory if the node model provides a node data service.
- RpcServerManager - Class in org.knime.core.webui.data.rpc
-
Deprecated, for removal: This API element is subject to removal in a future version.rpc services are directly provided by a node view, dialog or port. Only needed for the legacy remote workflow editor.
- RpcSingleClient<S> - Interface in org.knime.core.webui.data.rpc
-
Deprecated, for removal: This API element is subject to removal in a future version.can be removed since we don't need a java-based RpcClient anymore once the Remote Workflow Editor becomes obsolete
- RpcSingleServer<S> - Interface in org.knime.core.webui.data.rpc
-
Convenience specialization of
RpcServerfor the case where there is only node data service interface, which the user then doesn't have to specify on every call. - RpcTransport - Interface in org.knime.core.webui.data.rpc
-
To deliver remote procedure calls to a remote (different machine and/or language) rpc server provided by a node factory, different mechanisms can be used.
- RpcTransportFactory - Interface in org.knime.core.webui.data.rpc
-
Used in defining the RpcTransportFactory extension point (which exposes the NodeContainerUI class from org.knime.core.ui to org.knime.core) in order to send remote procedure calls.
S
- save(E, NodeSettingsWO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.persistence.field.EnumFieldPersistor
- save(ColumnFilter, NodeSettingsWO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.LegacyColumnFilterPersistor
- save(ColumnFilter, NodeSettingsWO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.StringArrayToColumnFilterPersistor
- save(ColumnFilter, NodeSettingsWO, String) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.LegacyColumnFilterPersistor
- save(ColumnSelection, NodeSettingsWO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.StringToColumnSelectionPersistor
- save(Credentials, NodeSettingsWO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.Credentials.CredentialsPersistor
- save(SelectionMode, NodeSettingsWO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.selection.SelectionCheckboxesToSelectionModePersistor
- save(FSLocation, NodeSettingsWO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.persistence.field.FSLocationPersistor
- save(S, NodeSettingsWO) - Method in class org.knime.core.webui.node.dialog.defaultdialog.persistence.field.FieldBasedNodeSettingsPersistor
- save(T, NodeSettingsWO) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.persistence.NodeSettingsPersistor
-
Saves the provided object into the settings.
- saveDefaultNodeSetting(Map<SettingsType, NodeSettingsWO>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.DefaultNodeSettingsClassToNodeSettings
-
Constructs new default
DefaultNodeSettingsand persists them in the given nodeSettings - saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- saveNodeSettingsToDefault(NodeID) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Called by views of
interactive nodes. - saveNodeSettingsToDefault(NodeID) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- saveSettings(Class<? extends DefaultNodeSettings>, DefaultNodeSettings, NodeSettingsWO) - Static method in interface org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings
-
Helper to serialize a
DefaultNodeSettings-instance into aNodeSettingsWO-object. - saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- scope() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.UiSchemaDefaultNodeSettingsTraverser.JsonFormsControl
-
Returns the value of the
scoperecord component. - scope() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.rule.DefaultExpression
-
Returns the value of the
scoperecord component. - secondFactorLabel() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.credentials.CredentialsWidget
- secondFactorLabel() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.credentials.PasswordWidget
- Section - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.layout
-
Annotation to mark a class as a section which can contain several settings and other layout parts.
- selection() - Method in record class org.knime.gateway.impl.service.events.SelectionEventSource.SelectionTranslationResult
-
Returns the value of the
selectionrecord component. - SelectionCheckboxesToSelectionModePersistor - Class in org.knime.core.webui.node.dialog.defaultdialog.setting.selection
- SelectionCheckboxesToSelectionModePersistor() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.selection.SelectionCheckboxesToSelectionModePersistor
- SelectionEvent - Interface in org.knime.gateway.impl.service.events
-
A selection event.
- SelectionEventSource<N extends NodeWrapper> - Class in org.knime.gateway.impl.service.events
-
An event source that emits selection events (i.e.
- SelectionEventSource(BiConsumer<String, Object>, TableViewManager<N>) - Constructor for class org.knime.gateway.impl.service.events.SelectionEventSource
- SelectionEventSource.SelectionEventMode - Enum Class in org.knime.gateway.impl.service.events
-
The mode of selection event.
- SelectionEventSource.SelectionTranslationResult - Record Class in org.knime.gateway.impl.service.events
- SelectionMode - Enum Class in org.knime.core.webui.node.dialog.defaultdialog.setting.selection
- SelectionTranslationResult(List<String>, String) - Constructor for record class org.knime.gateway.impl.service.events.SelectionEventSource.SelectionTranslationResult
-
Creates an instance of a
SelectionTranslationResultrecord class. - SelectionTranslationService - Interface in org.knime.core.webui.node.view.table.selection
-
Translates between lists of row keys (representing a selection on the backend-side) and a list of strings (representing the selection on the frontend-side).
- sendAndReceive(String) - Method in interface org.knime.core.webui.data.rpc.RpcTransport
- sendAnnotationToBack(WorkflowAnnotation) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Resorts the internal ids to move the specified annotation to the first index.
- sendAnnotationToBack(WorkflowAnnotation) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- sendEvent(E) - Method in class org.knime.gateway.impl.service.events.EventSource
-
Called by sub-classes to emit an event.
- sendEvent(E, String) - Method in class org.knime.gateway.impl.service.events.EventSource
-
Called by sub-classes to emit an event.
- serialize(D) - Method in interface org.knime.core.webui.data.InitialDataService.Serializer
- serialize(D) - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettingsSerializer
- serializer(InitialDataService.Serializer<D>) - Method in class org.knime.core.webui.data.InitialDataService.InitialDataServiceBuilder
- setAutoSaveDirectoryDirtyRecursivly() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Marks the workflow and all nodes contained as dirty in the auto-save location.
- setAutoSaveDirectoryDirtyRecursivly() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- setConfigKey(String) - Method in class org.knime.core.webui.node.dialog.defaultdialog.persistence.NodeSettingsPersistorWithConfigKey
- setConfigKey(String) - Method in class org.knime.core.webui.node.dialog.defaultdialog.setting.selection.SelectionCheckboxesToSelectionModePersistor
- setConnectionProblem(String) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Sets a connection problem message and therewith also the overall the connection-state of the workflow manager.
- setCredentialsProvider(CredentialsProvider) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.setting.credentials.PasswordHolder
-
Set a credentials provider temporarily in order to enable deserializing credential input fields overwritten by flow variables.
- setCustomDescription(String) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- setCustomDescription(String) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- setDeletable(boolean) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- setDeletable(boolean) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- setDimensionAsync(int, int, int, int) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowAnnotationUI
-
Async version of the method
Annotation.setDimension(int, int, int, int). - setDirty() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Mark this node container to be changed, that is, it needs to be saved.
- setDirty() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Mark this node container to be changed, that is, it needs to be saved.
- setDirty() - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- setEditorUIInformation(EditorUIInformation) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Stores the editor specific settings.
- setEditorUIInformation(EditorUIInformation) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- setInPortsBarUIInfo(NodeUIInformation) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Set UI information for workflow's input ports (typically aligned as a bar).
- setInPortsBarUIInfo(NodeUIInformation) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- setInputNodes(Map<String, ExternalNodeData>) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Counterpart to
WorkflowManagerUI.getInputNodes()- it sets new values into quickform nodes on the root level. - setInputNodes(Map<String, ExternalNodeData>) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- setName(String) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Set new name of this workflow or null to reset the name (will then return the workflow directory in
WorkflowManagerUI.getName()or null if this flow has not been saved yet). - setName(String) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- setNodeMessage(NodeMessage) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- setNodeMessage(NodeMessage) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- setOutPortsBarUIInfo(NodeUIInformation) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Set UI information for workflow's output ports (typically aligned as a bar).
- setOutPortsBarUIInfo(NodeUIInformation) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- setPortIndex(int) - Method in interface org.knime.core.ui.node.workflow.WorkflowInPortUI
- setPortIndex(int) - Method in interface org.knime.core.ui.node.workflow.WorkflowOutPortUI
- setPortIndex(int) - Method in class org.knime.core.ui.wrapper.WorkflowInPortWrapper
- setPortIndex(int) - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- setPortName(String) - Method in interface org.knime.core.ui.node.workflow.NodePortUI
-
Sets a new name for this port.
- setPortName(String) - Method in class org.knime.core.ui.wrapper.NodeInPortWrapper
- setPortName(String) - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- setPortName(String) - Method in class org.knime.core.ui.wrapper.WorkflowInPortWrapper
- setPortName(String) - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- setPreEventCreationCallback(Runnable) - Method in class org.knime.gateway.impl.service.events.EventSource
-
For testing purposes only!
- setReadOnly(boolean) - Method in interface org.knime.core.ui.node.workflow.async.AsyncWorkflowManagerUI
-
Sets the UI to read only.
- setSettingValue() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonChange
-
Returns the value of the
setSettingValuerecord component. - settingsModel() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.persistence.field.Persist
-
Optional argument for nodes that previously used SettingsModels for persistence.
- SettingsType - Enum Class in org.knime.core.webui.node.dialog
-
A settings type (usually associated with
NodeSettingsinstances) denotes whether certain settings are going to be loaded into aNodeModelor aNodeView. - settingValue() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonChange
-
Returns the value of the
settingValuerecord component. - setUIInfo(ConnectionUIInformation) - Method in interface org.knime.core.ui.node.workflow.ConnectionContainerUI
- setUIInfo(ConnectionUIInformation) - Method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
- setUIInformation(NodeUIInformation) - Method in interface org.knime.core.ui.node.workflow.async.AsyncNodeContainerUI
-
Used, e.g., when nodes are moved.
- setUIInformation(NodeUIInformation) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Used, e.g., when nodes are moved.
- setUIInformation(NodeUIInformation) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
- setUIInformationAsync(NodeUIInformation) - Method in interface org.knime.core.ui.node.workflow.async.AsyncNodeContainerUI
-
Async version of
AsyncNodeContainerUI.setUIInformation(NodeUIInformation). - setUIInformationForCorrection(NodeUIInformation) - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
-
Updates the node's UI information only in order to correct it's bounding box and position.
- setUIInformationForCorrection(NodeUIInformation) - Method in class org.knime.core.ui.wrapper.NodeContainerWrapper
-
Updates the node's UI information only in order to correct it's bounding box and position.
- setXShift(int) - Method in interface org.knime.core.ui.node.workflow.WorkflowCopyWithOffsetUI
- setYShift(int) - Method in interface org.knime.core.ui.node.workflow.WorkflowCopyWithOffsetUI
- shallReExecute() - Method in class org.knime.core.webui.data.ApplyDataService
- shortDescription(String) - Method in interface org.knime.core.webui.node.impl.WebUINodeConfiguration.RequireShortDescription
- SHOW - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.rule.Effect.EffectType
-
Hide the setting per default and only show it when the rule applies.
- SHOW - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.setting.selection.SelectionMode
-
Selection is only shown but not editable
- showMilliseconds() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.DateTimeWidget
- showMode() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.ChoicesWidget
- showNoneColumn() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.ChoicesWidget
-
TODO UIEXT-907 Make this only available for column choices.
- showRowKeysColumn() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.ChoicesWidget
- showSearch() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.ChoicesWidget
- showSeconds() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.DateTimeWidget
- showSortButtons() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.ArrayWidget
- showTime() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.DateTimeWidget
- showTitleAndDescription() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonWidget
- shutdown() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Attempts to cancel or running nodes in preparation for a removal of this node (or its parent) from the root.
- shutdown() - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- Signal - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.rule
-
This annotation is necessary to set up the conditions of a rule with a target specified by the
Effect. - signals() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.JsonFormsUiSchemaUtil.LayoutSkeleton
-
Returns the value of the
signalsrecord component. - signals() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.rule.Effect
- Signals - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.rule
-
This interface is used as a container for fields with repeated
Signalannotations. - SimpleRowRenderer<R> - Class in org.knime.core.webui.node.view.table.data.render.internal
-
A
RowRendererwhich takes a collection ofCellRendererto render cells in a row. - SimpleRowRenderer(int[], IntFunction<CellRenderer<R>>) - Constructor for class org.knime.core.webui.node.view.table.data.render.internal.SimpleRowRenderer
- sinceVersion(int, int, int) - Method in class org.knime.core.webui.node.impl.WebUINodeConfiguration.NodeOptionals
-
Specify since which KNIME AP version this node is available
- SingleInteractiveWebViewResultWrapper<T extends org.knime.core.node.AbstractNodeView.ViewableModel & org.knime.core.node.wizard.WizardNode<REP,
VAL>, REP extends org.knime.core.node.web.WebViewContent, VAL extends org.knime.core.node.web.WebViewContent> - Class in org.knime.core.ui.wrapper -
UI-interface implementation that wraps a
InteractiveWebViewsResult.SingleInteractiveWebViewResult. - SingleInteractiveWebViewResultWrapper(InteractiveWebViewsResult.SingleInteractiveWebViewResult) - Constructor for class org.knime.core.ui.wrapper.SingleInteractiveWebViewResultWrapper
- SingleNodeContainerUI - Interface in org.knime.core.ui.node.workflow
-
UI-interface that mirrors the
SingleNodeContainer. - SingleNodeContainerWrapper<W extends org.knime.core.node.workflow.SingleNodeContainer> - Class in org.knime.core.ui.wrapper
-
UI-interface implementation that wraps a
SingleNodeContainer. - SingleNodeContainerWrapper(W) - Constructor for class org.knime.core.ui.wrapper.SingleNodeContainerWrapper
- size() - Method in interface org.knime.core.ui.node.workflow.InteractiveWebViewsResultUI
- size() - Method in class org.knime.core.ui.wrapper.InteractiveWebViewsResultWrapper
- SnapshotNotFoundException - Exception in org.knime.core.ui.node.workflow.async
-
Thrown when a workflow snapshot is not known by the server (anymore).
- SnapshotNotFoundException(String) - Constructor for exception org.knime.core.ui.node.workflow.async.SnapshotNotFoundException
- SnapshotNotFoundException(String, Throwable) - Constructor for exception org.knime.core.ui.node.workflow.async.SnapshotNotFoundException
- spaceReclaimingSetVisible(Control, boolean) - Static method in class org.knime.core.ui.util.SWTUtilities
-
I'm not sure why the SWT authors thought implementing 'setVisible(false)' should mean we space should continue to be laid out but just not painted, like the worlds most obvious invisibility cloak...
- SpecialColumnConfig(boolean, String) - Constructor for record class org.knime.core.webui.node.view.table.data.TableViewDataService.SpecialColumnConfig
-
Creates an instance of a
SpecialColumnConfigrecord class. - start(BundleContext) - Method in class org.knime.core.ui.CoreUIPlugin
- startNewBatchOfTableRows(String) - Method in class org.knime.core.webui.node.view.table.data.render.DataValueImageRendererRegistry
-
Signals that a new batch of table row is being requested.
- stateChanged(NodeStateEvent) - Method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
- stateChanged(NodeStateEvent) - Method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- stateChanged(NodeStateEvent) - Method in class org.knime.core.webui.node.util.NodeCleanUpCallback
- status() - Method in record class org.knime.core.ui.component.CheckForComponentUpdatesUtil.ComponentUpdatesResult
-
Returns the value of the
statusrecord component. - stop(BundleContext) - Method in class org.knime.core.ui.CoreUIPlugin
- STRING_ARRAY - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidgetType
- StringArrayToColumnFilterPersistor - Class in org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter
-
The data structure of a TwinList changed from an array of strings to a more complex representation by a
ColumnFilter. - StringArrayToColumnFilterPersistor(Class<ColumnFilter>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.StringArrayToColumnFilterPersistor
- StringToColumnSelectionPersistor - Class in org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection
-
The data structure of a ColumnSelection dropdown changed from a strings to a more complex representation by a
ColumnSelection. - StringToColumnSelectionPersistor(Class<ColumnSelection>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.setting.columnselection.StringToColumnSelectionPersistor
- SubNodeContainerDialogFactory - Class in org.knime.core.webui.node.dialog
-
The SubNodeContainerDialogFactory creates a
NodeDialogfor all the configuration nodes inside aSubNodeContainerby parsing theDialogNodeRepresentations of those nodes and converting those to jsonforms which is parsed by the NodeDialog page. - SubNodeContainerDialogFactory(SubNodeContainer) - Constructor for class org.knime.core.webui.node.dialog.SubNodeContainerDialogFactory
-
Initialize a SubNodeContainerDialogFactory with the
SubNodeContainerfor which the dialog should be constructed. - SubNodeContainerUI - Interface in org.knime.core.ui.node.workflow
-
UI-interface that mirrors the
SubNodeContainer. - SubNodeContainerWrapper - Class in org.knime.core.ui.wrapper
-
UI-interface implementation that wraps a
SubNodeContainer. - supplyAsync(Supplier<U>, Class<E>) - Static method in class org.knime.core.ui.node.workflow.async.CompletableFutureEx
-
Creates a new
CompletableFutureEx. - SVG - Enum constant in enum class org.knime.core.webui.page.Resource.ContentType
-
The resource is a svg image.
- SwingBasedRendererFactory - Class in org.knime.core.webui.node.view.table.data.render
-
A renderer factory that uses and returns the swing-based
DataValueRenderer-implementations. - SwingBasedRendererFactory() - Constructor for class org.knime.core.webui.node.view.table.data.render.SwingBasedRendererFactory
- SWTUtilities - Class in org.knime.core.ui.util
-
I did as best a search as i could to find a pre-existing class of this ilk (something that provides SWT related helper methods and could find none.) Also, i named this
SWTUtilitiesinstead ofSWTUtil, the latter which better obey the majority of the utility class names in this package, because there is already an internal Eclipse class of that name. - SWTUtilities() - Constructor for class org.knime.core.ui.util.SWTUtilities
T
- Table - Interface in org.knime.core.webui.node.view.table.data
- TableDataToStringConverter - Class in org.knime.core.webui.node.view.table.data.render.internal
-
A class for converting table data into a single string in a format suitable to be copied into the clipboard.
- TableDataToStringConverter(List<String>, List<List<String>>, boolean) - Constructor for class org.knime.core.webui.node.view.table.data.render.internal.TableDataToStringConverter
- TableNodeView - Class in org.knime.core.webui.node.view.table
-
A
NodeViewimplementation for displaying tables. - TableNodeView(Supplier<BufferedDataTable>, Supplier<Set<RowKey>>, NodeContainer, int) - Constructor for class org.knime.core.webui.node.view.table.TableNodeView
- TableNodeView(Supplier<BufferedDataTable>, NodeContainer, int) - Constructor for class org.knime.core.webui.node.view.table.TableNodeView
- TableRenderer - Class in org.knime.core.webui.node.view.table.data.render.internal
-
A utility which temporarily created a map of renderers per column and is used to render a section of the present table to a 2d collection of objects.
- TableRenderer(DataValueRendererFactory, DataTableSpec, String[], String[], DataValueImageRendererRegistry, String) - Constructor for class org.knime.core.webui.node.view.table.data.render.internal.TableRenderer
- TableSectionRenderer<R> - Class in org.knime.core.webui.node.view.table.data.render.internal
-
This class is used to apply a
RowRendererto a section from/to an index in a table. - TableSectionRenderer(RowRenderer<R>, long, long) - Constructor for class org.knime.core.webui.node.view.table.data.render.internal.TableSectionRenderer
- TableView - Interface in org.knime.core.webui.node.view.table
-
Represents a view of on a table (which is not necessarily rendered as a table!).
- TableViewDataService - Interface in org.knime.core.webui.node.view.table.data
- TableViewDataService.HTMLAndCSV - Record Class in org.knime.core.webui.node.view.table.data
- TableViewDataService.SpecialColumnConfig - Record Class in org.knime.core.webui.node.view.table.data
- TableViewDataServiceImpl - Class in org.knime.core.webui.node.view.table.data
- TableViewDataServiceImpl(Supplier<BufferedDataTable>, String, DataValueRendererFactory, DataValueImageRendererRegistry) - Constructor for class org.knime.core.webui.node.view.table.data.TableViewDataServiceImpl
- TableViewDataServiceImpl(Supplier<BufferedDataTable>, Supplier<Set<RowKey>>, String, DataValueRendererFactory, DataValueImageRendererRegistry) - Constructor for class org.knime.core.webui.node.view.table.data.TableViewDataServiceImpl
- TableViewInitialData - Interface in org.knime.core.webui.node.view.table.data
- TableViewInitialDataImpl - Class in org.knime.core.webui.node.view.table.data
- TableViewInitialDataImpl(TableViewViewSettings, Supplier<BufferedDataTable>, Supplier<Set<RowKey>>, String, DataValueRendererFactory, DataValueImageRendererRegistry) - Constructor for class org.knime.core.webui.node.view.table.data.TableViewInitialDataImpl
- TableViewInitialDataImpl(TableViewViewSettings, Supplier<BufferedDataTable>, TableViewDataService) - Constructor for class org.knime.core.webui.node.view.table.data.TableViewInitialDataImpl
- TableViewLayout - Class in org.knime.core.webui.node.view.table
-
The common Section Layout used by the Table View and Statistics View nodes TODO: UIEXT-994 move to knime-base-views
- TableViewLayout() - Constructor for class org.knime.core.webui.node.view.table.TableViewLayout
- TableViewLayout.DataSection - Interface in org.knime.core.webui.node.view.table
- TableViewLayout.InteractivitySection - Interface in org.knime.core.webui.node.view.table
- TableViewLayout.ViewSection - Interface in org.knime.core.webui.node.view.table
- TableViewManager<N extends NodeWrapper> - Class in org.knime.core.webui.node.view.table
-
Manages
TableView-instances. - TableViewManager(Function<N, TableView>) - Constructor for class org.knime.core.webui.node.view.table.TableViewManager
- TableViewUtil - Class in org.knime.core.webui.node.view.table
- TableViewViewSettings - Class in org.knime.core.webui.node.view.table
- TableViewViewSettings() - Constructor for class org.knime.core.webui.node.view.table.TableViewViewSettings
-
Create a new
TableViewViewSettingswith default values - TableViewViewSettings(DataTableSpec) - Constructor for class org.knime.core.webui.node.view.table.TableViewViewSettings
- TableViewViewSettings(DefaultNodeSettings.DefaultNodeSettingsContext) - Constructor for class org.knime.core.webui.node.view.table.TableViewViewSettings
- TableViewViewSettings.RowHeightMode - Enum Class in org.knime.core.webui.node.view.table
- TableViewViewSettings.RowHeightMode.RowHeightIsCustom - Class in org.knime.core.webui.node.view.table
- TAG_ACTION_HANDLER - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
The
ActionHandlerof aButtonWidget - TAG_ALLOF - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TAG_ANYOF - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TAG_ARRAY_LAYOUT_ADD_BUTTON_TEXT - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
The text of the add button of an array layout
- TAG_ARRAY_LAYOUT_DETAIL - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
The option tag for the detail sub ui schema of an array layout
- TAG_ARRAY_LAYOUT_ELEMENT_TITLE - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
The title of the sub elements in an array layout
- TAG_ARRAY_LAYOUT_SHOW_SORT_BUTTONS - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
Whether to add sort buttons to change order of array layout elements
- TAG_CHOICES_UPDATE_HANDLER - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
The
ChoicesUpdateHandlerof aChoicesWidget - TAG_CONDITION - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
A condition which has to be fulfilled to trigger a rule
- TAG_CONDITIONS - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
Multiple conditions combined by a logical operation
- TAG_CONST - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TAG_CONTAINS - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
For rule conditions on array values
- TAG_DEPENDENCIES - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
The dependencies of a
ButtonWidgetor the possible values of aChoicesWidget - TAG_EFFECT - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
show/hide/enable/disable
- TAG_ELEMENTS - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
The children of a layout part
- TAG_FORMAT - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TAG_FORMAT - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
Format for an ui element in the ui-schema
- TAG_ITEMS - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TAG_ITEMS_MIN - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TAG_LABEL - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
The title of a section
- TAG_NOT - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
Negation of a condition
- TAG_ONEOF - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TAG_OPTIONS - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
Additional options for an ui element in the ui-schema
- TAG_PATTERN - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TAG_PROPERTIES - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TAG_RULE - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
Rules to show/hide/enable/disable an ui element in the ui-schema
- TAG_SCOPE - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
A schema path to a setting
- TAG_TITLE - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TAG_TYPE - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TAG_TYPE - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
The type of a ui element, rule, etc.
- text() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonState
- text() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.IdAndText
-
Returns the value of the
textrecord component. - text() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.PossibleColumnValue
-
Returns the value of the
textrecord component. - TextInputWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
Annotate a
Stringsetting with this in order to provide validation instructions. - textToJson(String) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.TextToJsonUtil
-
Transforms text to JSON using the global
ObjectMapperused for theDefaultNodeDialog - TextToJsonUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.settingsconversion
-
Used to transform string parameters from the front-end to JSON in a consistent way
- TextViewUtil - Class in org.knime.core.webui.node.view.text
- timezone() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.DateTimeWidget
- title() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.layout.Section
- title() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.Widget
- toCSV() - Method in class org.knime.core.webui.node.view.table.data.render.internal.TableDataToStringConverter
- toDefaultNodeSettings(JsonNode, Class<T>) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsDataUtil
- toHTML() - Method in class org.knime.core.webui.node.view.table.data.render.internal.TableDataToStringConverter
- toJsonData(DefaultNodeSettings) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsDataUtil
- toNodeID(NodeID) - Method in class org.knime.gateway.api.entity.NodeIDEnt
-
Converts the entity into a
NodeIDobject. - toNodeSettings(String, Map<SettingsType, NodeAndVariableSettingsWO>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettingsServiceWithVariables
- toNodeSettings(String, Map<SettingsType, NodeAndVariableSettingsWO>) - Method in interface org.knime.core.webui.node.dialog.NodeSettingsService
-
Called when dialog settings are applied.
- toNodeSettings(JsonNode, Map<SettingsType, NodeSettingsWO>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.JsonDataToNodeSettings
- toNodeSettings(JsonNode, SettingsType) - Method in class org.knime.core.webui.node.dialog.defaultdialog.settingsconversion.JsonDataToNodeSettings
- toRowKeys(List<String>) - Method in interface org.knime.core.webui.node.view.table.selection.SelectionTranslationService
-
Translates a selection to a set of row keys.
- toString() - Method in record class org.knime.core.ui.component.CheckForComponentUpdatesUtil.ComponentUpdatesResult
-
Returns a string representation of this record class.
- toString() - Method in interface org.knime.core.ui.node.workflow.NodeContainerUI
- toString() - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
- toString() - Method in class org.knime.core.ui.util.FuzzySearchable
- toString() - Method in class org.knime.core.ui.wrapper.AbstractWrapper
- toString() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.JsonFormsUiSchemaUtil.LayoutSkeleton
-
Returns a string representation of this record class.
- toString() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.UiSchemaDefaultNodeSettingsTraverser.JsonFormsControl
-
Returns a string representation of this record class.
- toString() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.rule.DefaultExpression
-
Returns a string representation of this record class.
- toString() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.rule.IdentityOperation
-
Returns a string representation of this record class.
- toString() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.util.DefaultNodeSettingsFieldTraverser.TraversedField
-
Returns a string representation of this record class.
- toString() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonChange
-
Returns a string representation of this record class.
- toString() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.IdAndText
-
Returns a string representation of this record class.
- toString() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.PossibleColumnValue
-
Returns a string representation of this record class.
- toString() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidget
-
Returns a string representation of this record class.
- toString() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.WidgetAnnotation
-
Returns a string representation of this record class.
- toString() - Method in record class org.knime.core.webui.node.PagePathSegments
-
Returns a string representation of this record class.
- toString() - Method in enum class org.knime.core.webui.node.PageResourceManager.PageType
- toString() - Method in record class org.knime.core.webui.node.port.PortViewManager.PortViewDescriptor
-
Returns a string representation of this record class.
- toString() - Method in record class org.knime.core.webui.node.port.PortViewManager.PortViews
-
Returns a string representation of this record class.
- toString() - Method in enum class org.knime.core.webui.node.view.table.data.render.DataCellContentType
- toString() - Method in record class org.knime.core.webui.node.view.table.data.render.DataValueImageRenderer.ImageDimension
-
Returns a string representation of this record class.
- toString() - Method in record class org.knime.core.webui.node.view.table.data.TableViewDataService.HTMLAndCSV
-
Returns a string representation of this record class.
- toString() - Method in record class org.knime.core.webui.node.view.table.data.TableViewDataService.SpecialColumnConfig
-
Returns a string representation of this record class.
- toString() - Method in class org.knime.gateway.api.entity.AnnotationIDEnt
- toString() - Method in class org.knime.gateway.api.entity.ConnectionIDEnt
- toString() - Method in class org.knime.gateway.api.entity.NodeIDEnt
- toString() - Method in record class org.knime.gateway.impl.service.events.SelectionEventSource.SelectionTranslationResult
-
Returns a string representation of this record class.
- toTableId(NodeID) - Static method in class org.knime.core.webui.node.view.table.TableViewUtil
-
Helper to return a proper table id from a node id.
- trackedAnnotations() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.UiSchemaDefaultNodeSettingsTraverser.JsonFormsControl
-
Returns the value of the
trackedAnnotationsrecord component. - trackedAnnotations() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.util.DefaultNodeSettingsFieldTraverser.TraversedField
-
Returns the value of the
trackedAnnotationsrecord component. - traverse(Consumer<DefaultNodeSettingsFieldTraverser.TraversedField>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.util.DefaultNodeSettingsFieldTraverser
- traverse(Consumer<DefaultNodeSettingsFieldTraverser.TraversedField>, Collection<Class<? extends Annotation>>) - Method in class org.knime.core.webui.node.dialog.defaultdialog.util.DefaultNodeSettingsFieldTraverser
- TraversedField(PropertyWriter, List<String>, FieldAnnotationsHolder) - Constructor for record class org.knime.core.webui.node.dialog.defaultdialog.util.DefaultNodeSettingsFieldTraverser.TraversedField
-
Creates an instance of a
TraversedFieldrecord class. - TrueCondition - Class in org.knime.core.webui.node.dialog.defaultdialog.rule
-
Triggers when a boolean is true.
- TrueCondition() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.rule.TrueCondition
- TWIN_LIST - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
- TXT - Enum constant in enum class org.knime.core.webui.node.view.table.data.render.DataCellContentType
-
If a
DataCellshall be represented as plain text. - type() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.rule.Effect
- type() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.PossibleColumnValue
-
Returns the value of the
typerecord component. - type() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidget
-
Returns the value of the
typerecord component. - TYPE - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilterMode
-
selection by filtering by the types of the table columns with respect to a list of selected types
- TYPE_ARRAY - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TYPE_BOOLEAN - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TYPE_CONTROL - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
The type of a control
- TYPE_HORIZONTAL_LAYOUT - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
The type of a horizontal layout part
- TYPE_INTEGER - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TYPE_NULL - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TYPE_NUMBER - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TYPE_OBJECT - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
- TYPE_SECTION - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema
-
The type of a section
- TYPE_STRING - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.Schema
U
- UI - Interface in org.knime.core.ui
-
Marker-interface for all eclipse-UI related components.
- UIExtension - Interface in org.knime.core.webui
-
A UI extension is a custom contribution to the KNIME UI.
- UiSchemaDefaultNodeSettingsTraverser - Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema
- UiSchemaDefaultNodeSettingsTraverser.JsonFormsControl - Record Class in org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema
-
A record representing a single control within a node dialog
- UiSchemaGenerationException - Exception in org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema
- UiSchemaGenerationException(String) - Constructor for exception org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.UiSchemaGenerationException
- UiSchemaGenerationException(String, Throwable) - Constructor for exception org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema.UiSchemaGenerationException
- undo() - Method in interface org.knime.core.ui.node.workflow.UndoableUI
-
Performs the undo.
- UndoableUI - Interface in org.knime.core.ui.node.workflow
-
Represents an undo operation.
- unwrap() - Method in class org.knime.core.ui.wrapper.AbstractWrapper
-
Unwraps the wrapped object.
- unwrap() - Method in interface org.knime.core.ui.wrapper.Wrapper
-
Unwraps the wrapped object.
- unwrap(UI, Class<W>) - Static method in interface org.knime.core.ui.wrapper.Wrapper
-
Checks if the passed object is a wrapper (i.e.
- unwrapCC(UI) - Static method in interface org.knime.core.ui.wrapper.Wrapper
-
Shortcut for
unwrap(wrapper, ConnectionContainer.class). - unwrapNC(UI) - Static method in interface org.knime.core.ui.wrapper.Wrapper
-
Shortcut for
unwrap(wrapper, NodeContainer.class). - unwrapNCOptional(UI) - Static method in interface org.knime.core.ui.wrapper.Wrapper
-
Shortcut for
unwrapOptional(wrapper, NodeContainer.class). - unwrapOptional(UI, Class<W>) - Static method in interface org.knime.core.ui.wrapper.Wrapper
-
Checks if the passed object is a wrapper (i.e.
- unwrapWFM(UI) - Static method in interface org.knime.core.ui.wrapper.Wrapper
-
Shortcut for
unwrap(wrapper, WorkflowManager.class). - unwrapWFMOptional(UI) - Static method in interface org.knime.core.ui.wrapper.Wrapper
-
Shortcut for
unwrapOptional(wrapper, WorkflowManager.class). - UpdatableNodeTripleProvider - Interface in org.knime.core.ui.workflowcoach.data
-
Node triple provider with an additional update method.
- update() - Method in interface org.knime.core.ui.workflowcoach.data.UpdatableNodeTripleProvider
-
Called when the node triple provide should update (e.g.
- update(String, String, Object) - Method in class org.knime.core.webui.node.dialog.defaultdialog.dataservice.DefaultNodeDialogDataServiceImpl
- update(Void, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.button.NoopButtonUpdateHandler
-
This method should never be called, since the handler should never be used.
- update(Void, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.impl.NoopChoicesUpdateHandler
-
This method should never be called, since the handler should never be used.
- update(S, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler.UpdateHandler
-
This method is called when one of the dependency settings defined by
Schanges in order to determine the immediate effect. - update(S, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in class org.knime.core.webui.node.dialog.defaultdialog.widget.choices.DomainChoicesUpdateHandler
- update(S, DefaultNodeSettings.DefaultNodeSettingsContext) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.widget.UpdateHandler
-
This method is called when one of the dependency settings defined by
Schanges in order to determine the immediate effect. - updated() - Method in interface org.knime.core.ui.workflowcoach.NodeRecommendationManager.IUpdateListener
-
Called when the recommendations are updated.
- updateHandler() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.button.ButtonWidget
- UpdateHandler<R,
S> - Interface in org.knime.core.webui.node.dialog.defaultdialog.widget -
This interface is used for defining any kind of update of settings values or context information (e.g.
- UpdateHandler() - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler.UpdateHandler
- updateList() - Method in record class org.knime.core.ui.component.CheckForComponentUpdatesUtil.ComponentUpdatesResult
-
Returns the value of the
updateListrecord component. - updateNodeViewSettings(NativeNodeContainer) - Method in class org.knime.core.webui.node.view.NodeViewManager
-
Updates the view settings of a already created node view (i.e.
- updateRequired() - Method in interface org.knime.core.ui.workflowcoach.data.UpdatableNodeTripleProvider
-
Tells whether an update is required before the
NodeTripleProvidercan be used. - USED_VARIABLE_CFG_KEY - Static variable in class org.knime.core.webui.node.dialog.internal.VariableSettings
-
Config key for the used variable.
- USED_VARIABLE_FLAWED_CFG_KEY - Static variable in class org.knime.core.webui.node.dialog.internal.VariableSettings
-
Config key for a boolean indicating whether the used variable is flawed in the sense that overriding the corresponding node setting with it will lead to an error.
- usernameLabel() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.credentials.CredentialsWidget
- UsernameWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget.credentials
-
Add this annotation to a
Credentialssetting in order to display a single string input field.
V
- validateData(String) - Method in class org.knime.core.webui.data.ApplyDataService
-
Checks whether the data in the input stream is valid.
- validateNodeSettingsAndVariables(Map<SettingsType, NodeAndVariableSettingsRO>) - Method in interface org.knime.core.webui.node.dialog.NodeSettingsService
-
An optional validation method which is meant to be called before
NodeSettingsService.fromNodeSettings(java.util.Map<org.knime.core.webui.node.dialog.SettingsType, org.knime.core.webui.node.dialog.NodeAndVariableSettingsRO>, org.knime.core.node.port.PortObjectSpec[])in order to adjust the node settings (e.g. - validateSettings(NodeSettingsRO) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
- validateSettings(NodeSettingsRO) - Method in interface org.knime.core.webui.node.view.NodeView
-
Validates the given settings before loading it via
NodeView.loadValidatedSettingsFrom(NodeSettingsRO). - validateSettings(NodeSettingsRO) - Method in class org.knime.core.webui.node.view.table.TableNodeView
- validateSettings(NodeContainer, NodeSettings) - Method in class org.knime.core.webui.node.view.NodeViewManager
- validateSettings(S) - Method in class org.knime.core.webui.node.impl.WebUINodeModel
-
Allows extending classes to validate the settings before they are loaded into the NodeModel.
- validateViewSettings(NodeSettingsRO, Class<? extends DefaultNodeSettings>) - Static method in class org.knime.core.webui.node.dialog.defaultdialog.DefaultViewSettingsValidationUtil
-
Try to load the view settings (already overwritten by flow variables) to
DefaultNodeSettings. - validateViewValue(NativeNodeContainer, String) - Method in interface org.knime.core.webui.node.view.NodeViewFactory
- validator(Function<D, String>) - Method in class org.knime.core.webui.data.ApplyDataService.ApplyDataServiceBuilder
- value() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.layout.After
- value() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.layout.AfterAllOf
- value() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.layout.Before
- value() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.layout.BeforeAllOf
- value() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.layout.Inside
- value() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.layout.Layout
- value() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.persistence.Persistor
-
The type of persistor to use for storing and loading the annotated object to and from NodeSettings.
- value() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.rule.Signals
- value() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.credentials.UsernameWidget
- value() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.handler.DeclaringDefaultNodeSettings
- value() - Element in annotation interface org.knime.core.webui.node.dialog.defaultdialog.widget.Label
- VALUE_SWITCH - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts.UiSchema.Format
- valueOf(String) - Static method in enum class org.knime.core.webui.node.dialog.defaultdialog.rule.Effect.EffectType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilterMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knime.core.webui.node.dialog.defaultdialog.setting.selection.SelectionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler.States
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidgetType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knime.core.webui.node.dialog.SettingsType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knime.core.webui.node.PageResourceManager.PageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knime.core.webui.node.view.PageFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knime.core.webui.node.view.table.data.render.DataCellContentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knime.core.webui.node.view.table.TableViewViewSettings.RowHeightMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knime.core.webui.page.Resource.ContentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knime.gateway.impl.service.events.SelectionEventSource.SelectionEventMode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.knime.core.webui.node.dialog.defaultdialog.rule.Effect.EffectType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilterMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knime.core.webui.node.dialog.defaultdialog.setting.selection.SelectionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.button.CancelableActionHandler.States
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.DefaultWidgetType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knime.core.webui.node.dialog.SettingsType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knime.core.webui.node.PageResourceManager.PageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knime.core.webui.node.view.PageFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knime.core.webui.node.view.table.data.render.DataCellContentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knime.core.webui.node.view.table.TableViewViewSettings.RowHeightMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knime.core.webui.page.Resource.ContentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knime.gateway.impl.service.events.SelectionEventSource.SelectionEventMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueSwitchWidget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
Annotate an
Enumsetting with this in order to display them as a value switch instead of the default (dropdown list). - VariableSettings - Class in org.knime.core.webui.node.dialog.internal
-
An implementation of
VariableSettingsWOthat only adds the settings for the variables to the node settings if necessary. - VariableSettings(NodeSettings, NodeSettings) - Constructor for class org.knime.core.webui.node.dialog.internal.VariableSettings
-
Internal use only
- VariableSettings(NodeSettings, SettingsType) - Constructor for class org.knime.core.webui.node.dialog.internal.VariableSettings
-
Internal use only
- VariableSettingsRO - Interface in org.knime.core.webui.node.dialog
-
Gives access to the variable settings tree.
- VariableSettingsUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.settingsconversion
-
Utilities around
VariableSettingsROandVariableSettingsWO. - VariableSettingsWO - Interface in org.knime.core.webui.node.dialog
-
Write-only settings for using and exposing other settings via flow variables.
- verifySettings(Class<? extends DefaultNodeSettings>) - Static method in interface org.knime.core.webui.node.dialog.defaultdialog.DefaultNodeSettings
-
Verifies a given node settings implementation, making sure that it follows the contract of
DefaultNodeSettings, as defined in its documentation. - VERSION - Static variable in class org.knime.core.webui.node.dialog.defaultdialog.jsonforms.JsonFormsConsts
-
The version of the designated jsonforms schema object
- VIEW - Enum constant in enum class org.knime.core.webui.node.dialog.SettingsType
-
Type for settings that belong to a
NodeView. - VIEW - Enum constant in enum class org.knime.core.webui.node.PageResourceManager.PageType
-
A node view
- viewDescriptors() - Method in record class org.knime.core.webui.node.port.PortViewManager.PortViews
-
Returns the value of the
viewDescriptorsrecord component. - viewFactory() - Method in record class org.knime.core.webui.node.port.PortViewManager.PortViewDescriptor
-
Returns the value of the
viewFactoryrecord component. - visit(E) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.ExpressionVisitor
- visit(And<E>) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.ExpressionVisitor
- visit(ArrayContainsCondition) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.ConditionVisitor
- visit(FalseCondition) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.ConditionVisitor
- visit(HasMultipleItemsCondition) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.ConditionVisitor
- visit(IdentityOperation<E>) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.ExpressionVisitor
- visit(IsSpecificStringCondition) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.ConditionVisitor
- visit(Not<E>) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.ExpressionVisitor
- visit(OneOfEnumCondition<E>) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.ConditionVisitor
- visit(Or<E>) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.ExpressionVisitor
- visit(PatternCondition) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.ConditionVisitor
- visit(TrueCondition) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.ConditionVisitor
- visit(IsSpecificColumnCondition) - Method in interface org.knime.core.webui.node.dialog.defaultdialog.rule.ConditionVisitor
- VUE_COMPONENT_LIB - Enum constant in enum class org.knime.core.webui.page.Resource.ContentType
-
If the resource represents a vue component to be loaded dynamically.
W
- waitWhileInExecution(long, TimeUnit) - Method in interface org.knime.core.ui.node.workflow.WorkflowManagerUI
-
Causes the current thread to wait until the the workflow has reached a non-executing state unless a given timeout elapsed.
- waitWhileInExecution(long, TimeUnit) - Method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
- WebUINodeConfiguration - Class in org.knime.core.webui.node.impl
-
Configuration for a
WebUI node. - WebUINodeConfiguration.Builder - Class in org.knime.core.webui.node.impl
-
A builder for assembly of
WebUINodeConfigurations - WebUINodeConfiguration.NodeOptionals - Class in org.knime.core.webui.node.impl
-
The (final) build stage in which the ports and other "optional" configurations are defined.
- WebUINodeConfiguration.RequireFullDescription - Interface in org.knime.core.webui.node.impl
-
The build stage that requires a full description.
- WebUINodeConfiguration.RequireIcon - Interface in org.knime.core.webui.node.impl
-
The build stage that requires an icon.
- WebUINodeConfiguration.RequireModelSettingsClass - Interface in org.knime.core.webui.node.impl
-
The build stage that requires the model settings.
- WebUINodeConfiguration.RequireShortDescription - Interface in org.knime.core.webui.node.impl
-
The build stage that requires a short description.
- WebUINodeFactory<M extends org.knime.core.node.NodeModel> - Class in org.knime.core.webui.node.impl
-
A convenience class for simple WebUI nodes, i.e., nodes making use of the
DefaultNodeSettingsandDefaultNodeDialogclasses. - WebUINodeFactory(WebUINodeConfiguration) - Constructor for class org.knime.core.webui.node.impl.WebUINodeFactory
- WebUINodeModel<S extends DefaultNodeSettings> - Class in org.knime.core.webui.node.impl
-
The
NodeModelfor simple WebUI nodes, seeWebUINodeFactory. - WebUINodeModel(WebUINodeConfiguration, Class<S>) - Constructor for class org.knime.core.webui.node.impl.WebUINodeModel
- WebUIUtil - Class in org.knime.core.webui
-
Utily methods relevant for the web UI.
- Widget - Annotation Interface in org.knime.core.webui.node.dialog.defaultdialog.widget
-
An annotation for indicating controlling the common widget metadata of a given field.
- widgetAnnotation() - Method in record class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.WidgetAnnotation
-
Returns the value of the
widgetAnnotationrecord component. - WidgetAnnotation(Class<? extends Annotation>) - Constructor for record class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.WidgetAnnotation
- WidgetAnnotation(List<Class<?>>, Class<? extends Annotation>) - Constructor for record class org.knime.core.webui.node.dialog.defaultdialog.widget.util.WidgetImplementationUtil.WidgetAnnotation
-
Creates an instance of a
WidgetAnnotationrecord class. - WidgetHandlerException - Exception in org.knime.core.webui.node.dialog.defaultdialog.widget.handler
- WidgetHandlerException(String) - Constructor for exception org.knime.core.webui.node.dialog.defaultdialog.widget.handler.WidgetHandlerException
- WidgetImplementationUtil - Class in org.knime.core.webui.node.dialog.defaultdialog.widget.util
-
This utility class defines defaults and registers additional annotations used to define the format of an ui element.
- WidgetImplementationUtil.DefaultWidget - Record Class in org.knime.core.webui.node.dialog.defaultdialog.widget.util
- WidgetImplementationUtil.DefaultWidgetType - Enum Class in org.knime.core.webui.node.dialog.defaultdialog.widget.util
-
Extend this by a new element for each new default format of a ui element.
- WidgetImplementationUtil.WidgetAnnotation - Record Class in org.knime.core.webui.node.dialog.defaultdialog.widget.util
- widthInPx() - Method in record class org.knime.core.webui.node.view.table.data.render.DataValueImageRenderer.ImageDimension
-
Returns the value of the
widthInPxrecord component. - WILDCARD - Enum constant in enum class org.knime.core.webui.node.dialog.defaultdialog.setting.columnfilter.ColumnFilterMode
-
selection by matching to a wildcard pattern
- workflowChanged(WorkflowEvent) - Method in class org.knime.core.webui.node.util.NodeCleanUpCallback
- WorkflowContextUI - Interface in org.knime.core.ui.node.workflow
-
Workflow context information that should be available to the UI.
- WorkflowContextWrapper - Class in org.knime.core.ui.wrapper
-
UI-interface implementation that wraps
WorkflowContextV2. - WorkflowContextWrapper(WorkflowContextV2) - Constructor for class org.knime.core.ui.wrapper.WorkflowContextWrapper
- WorkflowCopyUI - Interface in org.knime.core.ui.node.workflow
-
Represents copied parts of a workflow.
- WorkflowCopyWithOffsetUI - Interface in org.knime.core.ui.node.workflow
-
Represents copied parts of a workflow including their offset.
- WorkflowDefWrapper - Class in org.knime.core.ui.wrapper
-
UI-interface implementation that wraps a
WorkflowDef. - WorkflowInPortUI - Interface in org.knime.core.ui.node.workflow
-
Represents an in-port of a workflow (e.g.
- WorkflowInPortWrapper - Class in org.knime.core.ui.wrapper
-
UI-interface implementation that wraps a
WorkflowInPort. - WorkflowManagerUI - Interface in org.knime.core.ui.node.workflow
-
UI-interface that mirrors the
WorkflowManager. - WorkflowManagerWrapper - Class in org.knime.core.ui.wrapper
-
Implements the
WorkflowManagerUIinterface by simply wrapping theWorkflowManagerimplementation. - WorkflowOutPortUI - Interface in org.knime.core.ui.node.workflow
-
Represents a node out-port of a workflow (e.g.
- WorkflowOutPortWrapper - Class in org.knime.core.ui.wrapper
-
UI-interface implementation that wraps a
WorkflowOutPort. - WorkflowOutPortWrapper(WorkflowOutPort) - Constructor for class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
- WorkflowPersistorWrapper - Class in org.knime.core.ui.wrapper
-
UI-interface implementation that wraps a
WorkflowPersistor. - wrap(Object) - Static method in interface org.knime.core.ui.wrapper.Wrapper
-
Tries to wrap the passed object into its specific UI-wrapper, e.g.
- wrap(InteractiveWebViewsResult) - Static method in class org.knime.core.ui.wrapper.InteractiveWebViewsResultWrapper
-
Wraps the object via
Wrapper.wrapOrGet(Object, java.util.function.Function). - wrap(InteractiveWebViewsResult.SingleInteractiveWebViewResult) - Static method in class org.knime.core.ui.wrapper.SingleInteractiveWebViewResultWrapper
-
Wraps the object via
Wrapper.wrapOrGet(Object, java.util.function.Function). - wrap(ConnectionContainer) - Static method in class org.knime.core.ui.wrapper.ConnectionContainerWrapper
-
Wraps the object via
Wrapper.wrapOrGet(Object, java.util.function.Function). - wrap(WorkflowContextV2) - Static method in class org.knime.core.ui.wrapper.WorkflowContextWrapper
-
Wraps the passed
WorkflowContextV2by just creating a newWorkflowContextWrapper-instance. - wrap(NativeNodeContainer) - Static method in class org.knime.core.ui.wrapper.NativeNodeContainerWrapper
-
Wraps the object via
Wrapper.wrapOrGet(Object, java.util.function.Function). - wrap(NodeContainer) - Static method in class org.knime.core.ui.wrapper.NodeContainerWrapper
-
Wraps the object.
- wrap(NodeInPort) - Static method in class org.knime.core.ui.wrapper.NodeInPortWrapper
-
Wraps the object via
Wrapper.wrapOrGet(Object, java.util.function.Function). - wrap(NodeOutPort) - Static method in class org.knime.core.ui.wrapper.NodeOutPortWrapper
-
Wraps the object via
Wrapper.wrapOrGet(Object, java.util.function.Function). - wrap(SingleNodeContainer) - Static method in class org.knime.core.ui.wrapper.SingleNodeContainerWrapper
-
Wraps the object via
Wrapper.wrapOrGet(Object, java.util.function.Function). - wrap(SubNodeContainer) - Static method in class org.knime.core.ui.wrapper.SubNodeContainerWrapper
-
Wraps the object via
Wrapper.wrapOrGet(Object, java.util.function.Function). - wrap(WorkflowInPort) - Static method in class org.knime.core.ui.wrapper.WorkflowInPortWrapper
-
Wraps the object via
Wrapper.wrapOrGet(Object, java.util.function.Function). - wrap(WorkflowManager) - Static method in class org.knime.core.ui.wrapper.WorkflowManagerWrapper
-
Wraps the object via
Wrapper.wrapOrGet(Object, java.util.function.Function). - wrap(WorkflowOutPort) - Static method in class org.knime.core.ui.wrapper.WorkflowOutPortWrapper
-
Wraps the object via
Wrapper.wrapOrGet(Object, java.util.function.Function). - wrap(WorkflowPersistor) - Static method in class org.knime.core.ui.wrapper.WorkflowPersistorWrapper
-
Wraps the given workflow persistor.
- wrap(DefClipboardContent) - Static method in class org.knime.core.ui.wrapper.WorkflowDefWrapper
-
Wraps the given workflow definition.
- wrapOrGet(W, Function<W, Wrapper<W>>) - Static method in interface org.knime.core.ui.wrapper.Wrapper
-
Either returns a wrapper object stored in a central global wrapper map (with the identity hashcode as key - see
System.identityHashCode(Object)). - Wrapper<W> - Interface in org.knime.core.ui.wrapper
-
Wraps another object and provides static methods to wrap and unwrap those.
- WRAPPER_MAP - Static variable in interface org.knime.core.ui.wrapper.Wrapper
-
The global wrapper map - not for direct access - use
Wrapper.wrapOrGet(Object, Function)instead! - wraps(Object, Class<W>) - Static method in interface org.knime.core.ui.wrapper.Wrapper
-
Checks whether a object wraps a certain object of a given class.
X
- Xor<E extends org.knime.core.webui.node.dialog.defaultdialog.rule.AtomicExpression<E>> - Class in org.knime.core.webui.node.dialog.defaultdialog.rule
-
The excluding or operation.
- Xor(Expression<E>, Expression<E>) - Constructor for class org.knime.core.webui.node.dialog.defaultdialog.rule.Xor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
WorkflowManagerUI.getNodeMessages(Type...)instead.