Hi
I would like to know how to insert a value to a NodeDialog component, at the moment a node is connected to my node.
That is, in the configure method, as an achievement I pass the value obtained from a DataTableSpec to a component such as DialogComponentMultiLineString.
You’d typically do this by extending from DataAwareNodeDialogPane for your dialog. Have a look at the existing implementations to get an idea how it works.
– P.
1 Like
Hi
Which node uses this type of implementation?
Check this out:
https://github.com/search?q=org%3Aknime+DataAwareNodeDialogPane&type=Code (GitHub account necessary to show the results)
Or use the “Type Hierarchy” in Eclipse to see which classes make use of it.
– Philipp
1 Like