schrodinger.ui.qt.appframework2.knime_af2 module

class schrodinger.ui.qt.appframework2.knime_af2.KnimeNodeMixin[source]

Bases: object

This class is obsolete, and is retained for backwards compatability with older KNIME wrappers only.

configDialogSettings()[source]
closeKnimePanel()[source]

Called when the user presses “OK” button to close the panel - after the panel state is validated. By default, it cases the panel to prepare the job in the CWD, and write the <jobname>.sh file.

Override this method in derived class for custom behavior.

Returns

False if closing of panel should be cancelled. Any other return value causes the panel to close afterwards.

writeStateAndClose()[source]
write()[source]
writeCommandFile(cmdList)[source]
loadSettings(jobname)[source]