CLASS: { { +superclass+ "FactorApplicationDelegate" } { +name+ "FactorWorkspaceApplicationDelegate" } } { "application:openFiles:" void { id SEL id id } [ [ 3drop ] dip finder-run-files ] } { "applicationShouldHandleReopen:hasVisibleWindows:" int { id SEL id int } [ [ 3drop ] dip 0 = [ show-listener ] when 1 ] } { "factorListener:" id { id SEL id } [ 3drop show-listener f ] } { "factorBrowser:" id { id SEL id } [ 3drop show-browser f ] } { "newFactorListener:" id { id SEL id } [ 3drop listener-window f ] } { "newFactorBrowser:" id { id SEL id } [ 3drop browser-window f ] } { "runFactorFile:" id { id SEL id } [ 3drop menu-run-files f ] } { "saveFactorImage:" id { id SEL id } [ 3drop save f ] } { "saveFactorImageAs:" id { id SEL id } [ 3drop menu-save-image f ] } { "refreshAll:" id { id SEL id } [ 3drop [ refresh-all ] \ refresh-all call-listener f ] } ;