Class Summary |
GenericArgoMenuBar |
GenericArgoMenuBar defines the menubar for all
operating systems which do not explicitely ask
for a different kind of menu bar, such as
Mac OS X. |
InitMenusLater |
Thread to initialize the submenus of the main menu of argouml (only
third level, so the ones with the triangle on windows systems). |
LastRecentlyUsedMenuList |
menu extension for last recently used files menu
functionality:
it is created with a link to the (file-)menu,
if it is created it is reading its content from config information
the add entry method adds a specific filename to the list, ensures that it
bubbles at top of list if it is already member of list
typically called by SaveFile method
LRU is added at the specific position at creation time
and all entries are going to be inserted or deletied |
Provides support to construct a menubar for ArgoUML. This is the place to start refactoring in case the menubar shall cater for different operating systems and their respective GUI requirements.