Uses of Class
org.objectweb.jac.aspects.gui.CustomizedGUI

Packages that use CustomizedGUI
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 CustomizedGUI in org.objectweb.jac.aspects.gui
 

Methods in org.objectweb.jac.aspects.gui that return CustomizedGUI
static CustomizedGUI GuiAC.getCustomized(String customizedID)
          Gets a display from its ID.
 CustomizedGUI CustomizedView.getCustomizedGUI()
          Returns the customized GUI, i.e. the object that contains all the parametrization of this view as built by the GUI aspect.
 

Methods in org.objectweb.jac.aspects.gui with parameters of type CustomizedGUI
static void GenericFactory.initCustomized(ViewFactory factory, DisplayContext context, CompositeView internalView, CustomizedGUI customized, Map panels)
          Initialize the panels of a customized gui.
static boolean GuiAC.hasSetNavBar(CustomizedGUI gui, CollectionItem coll)
           
 

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

Methods in org.objectweb.jac.aspects.gui.swing that return CustomizedGUI
 CustomizedGUI SwingCustomized.getCustomizedGUI()
           
 

Constructors in org.objectweb.jac.aspects.gui.swing with parameters of type CustomizedGUI
SwingCustomized(ViewFactory factory, DisplayContext context, CustomizedGUI customized)
           
 

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

Methods in org.objectweb.jac.aspects.gui.web that return CustomizedGUI
 CustomizedGUI Customized.getCustomizedGUI()
           
 

Constructors in org.objectweb.jac.aspects.gui.web with parameters of type CustomizedGUI
JacLocalServlet.ActionThread(WebDisplay display, String sid, String guiID, CustomizedGUI cgui, JacRequest request, HttpServletResponse response, String event, View dest)
           
Customized(ViewFactory factory, DisplayContext context, CustomizedGUI customized, Map panels)
          Builds a customized view.