I have two nodes.
1) First node: It just takes table name.
2) Second node: It shows table information for.eg: column name.
In second node, I have a DialogComponentColumnNameSelection dialog. In this dialog I want to view all the column names from previous one.
I tried overwriting *loadSettingsFrom*. But I don't know how to do this for my case. How will I get column names in that dialog.
Any help will be appreciated!