Uses of Interface
org.objectweb.jac.aspects.gui.MenuView

Packages that use MenuView
org.objectweb.jac.aspects.gui Provides a simple and generic GUI (Graphical User Interface) aspect. 
org.objectweb.jac.aspects.gui.swing Provides a simple and generic GUI (Graphical User Interface) aspect using SWING. 
org.objectweb.jac.aspects.gui.web Provides a simple and generic GUI (Graphical User Interface) aspect generating HTML pages. 
 

Uses of MenuView in org.objectweb.jac.aspects.gui
 

Methods in org.objectweb.jac.aspects.gui that return MenuView
static MenuView GenericFactory.createMenu(ViewFactory factory, DisplayContext context, String label, Menu content)
          Creates a menu in a a customized gui.
 

Methods in org.objectweb.jac.aspects.gui with parameters of type MenuView
 void MenuView.addSubMenu(String label, String icon, MenuView submenu)
          Adds a sub-menu in this menu.
 void CustomizedView.setMenuBar(MenuView menuBar, String position)
          Set a menu bar to the customized.
 void CustomizedView.setToolBar(MenuView toolBar)
          Set a tool bar to the customized.
 

Uses of MenuView in org.objectweb.jac.aspects.gui.swing
 

Classes in org.objectweb.jac.aspects.gui.swing that implement MenuView
 class Menu
           
 class MenuBar
           
 class ToolBar
           
 

Methods in org.objectweb.jac.aspects.gui.swing with parameters of type MenuView
 void ToolBar.addSubMenu(String label, String icon, MenuView submenu)
           
 void SwingCustomized.setMenuBar(MenuView menuBar, String position)
           
 void SwingCustomized.setToolBar(MenuView toolBar)
           
 void MenuBar.addSubMenu(String label, String icon, MenuView submenu)
           
 void Menu.addSubMenu(String label, String icon, MenuView submenu)
           
 

Uses of MenuView in org.objectweb.jac.aspects.gui.web
 

Classes in org.objectweb.jac.aspects.gui.web that implement MenuView
 class AbstractMenu
           
 

Methods in org.objectweb.jac.aspects.gui.web that return MenuView
 MenuView Customized.getTopMenuBar()
           
 MenuView Customized.getBottomMenuBar()
           
 MenuView Customized.getLeftMenuBar()
           
 MenuView Customized.getRightMenuBar()
           
 

Methods in org.objectweb.jac.aspects.gui.web with parameters of type MenuView
 void Customized.setMenuBar(MenuView menuBar, String position)
           
 void Customized.setToolBar(MenuView toolBar)
           
 void ToolBar.addSubMenu(String label, String icon, MenuView submenu)
           
 void AbstractMenu.addSubMenu(String label, String icon, MenuView submenu)