Multiple "options" tabs

On occasions it can be preferrable to distribute option controls over more than one pane eg some under an advanced tab of the configuration dialog or separate panes for 'input' and 'output' controls etc.

Based on a quick investigation this does not appear to be supported nor have I discovered a means of adding an Advanced button that leads to a subdialog. Are there any planned changes to the GUI (apart from the radio buttons which are discussed in another thread)?

Hi Think,
you can create multiple tabs by calling the createNewTab(String) method in your dialog class. There is a Creating new tabs section in the default dialog how to
http://www.knime.org/docs/api/org/knime/core/node/defaultnodesettings/doc-files/defaultDialogHowTo.html#newtabs
which describes the usage in detail.
Bye,
Tobias

Many thanks. (I'd lost the link to the Howto URL)

Keith