Uses of Class
org.hackystat.projectbrowser.page.contextsensitive.ContextSensitiveMenu

Packages that use ContextSensitiveMenu
org.hackystat.projectbrowser.page.contextsensitive Provides context-sensitive components. 
org.hackystat.projectbrowser.page.dailyprojectdata Provides the DailyProjectData page. 
 

Uses of ContextSensitiveMenu in org.hackystat.projectbrowser.page.contextsensitive
 

Methods in org.hackystat.projectbrowser.page.contextsensitive that return ContextSensitiveMenu
 ContextSensitiveMenu ContextSensitivePanel.getMenu(java.lang.String name)
          Returns the ContextSensitiveMenu with the passed name, or null if not found.
 

Methods in org.hackystat.projectbrowser.page.contextsensitive that return types with arguments of type ContextSensitiveMenu
 java.util.List<ContextSensitiveMenu> ContextSensitivePanel.getMenus()
          Gets the list of ContextSensitiveMenus associated with this panel.
 

Constructor parameters in org.hackystat.projectbrowser.page.contextsensitive with type arguments of type ContextSensitiveMenu
ContextSensitivePanel(java.lang.String id, java.util.List<ContextSensitiveMenu> menus)
          Create the ContextSensitivePanel with the supplied ContextSensitiveMenus.
 

Uses of ContextSensitiveMenu in org.hackystat.projectbrowser.page.dailyprojectdata
 

Methods in org.hackystat.projectbrowser.page.dailyprojectdata that return ContextSensitiveMenu
 ContextSensitiveMenu DailyProjectDataSession.getContextSensitiveMenu(java.lang.String name)
          Gets the context sensitive menu with the passed name, or null if not found.
 

Methods in org.hackystat.projectbrowser.page.dailyprojectdata that return types with arguments of type ContextSensitiveMenu
 java.util.List<ContextSensitiveMenu> DailyProjectDataSession.getContextSensitiveMenus()
          Gets all context sensitive menus.