schrodinger.ui.qt.appframework2.knime_af2 module

class schrodinger.ui.qt.appframework2.knime_af2.KnimeNodeMixin

Bases: object

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

configDialogSettings()
closeKnimePanel()

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()
write()
writeCommandFile(cmdList)
loadSettings(jobname)
__init__

Initialize self. See help(type(self)) for accurate signature.