Disable menu or all Items in a menu

Is there a way to dissable or enable all elements in a menu.

I know I can use: menu.setItemDisabled(id); to disable a specific item, but is there anyway to disable the entire menu (or at least all the elements in it)?

Thanks,
Drew