package feathereditor class FeatherArgumentsBehaviour( val featherEditor : FeatherEditorBehaviour, val file : File, val form : FeatherArgumentsForm ) : FormBehaviour("Arguments", form) { override meth onCancel() { featherEditor.selectedBehaviour = featherEditor.textEditor } override meth onOK() { featherEditor.runScript() } }