There's an ActionListDialog which does most of what a 'Menu' would do. A Menu is like an ActionListDialog where some of the actions can open another dialog (they are sub-menus). The last bit would be to offer the user a quick way to navigate back 'up' the menu -- perhaps this could be done by listening for the 'backspace/delete' key?
Ideas on the best way to go about implementing this?
Looking for some pointers on implementing Menus.
There's an ActionListDialog which does most of what a 'Menu' would do. A Menu is like an ActionListDialog where some of the actions can open another dialog (they are sub-menus). The last bit would be to offer the user a quick way to navigate back 'up' the menu -- perhaps this could be done by listening for the 'backspace/delete' key?
Ideas on the best way to go about implementing this?