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

Packages that use CustomizedGUI
org.objectweb.jac.aspects.gui   
org.objectweb.jac.aspects.gui.swing   
org.objectweb.jac.aspects.gui.web   
 

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 boolean GuiAC.hasSetNavBar(CustomizedGUI gui, CollectionItem coll)
           
static void GenericFactory.initCustomized(ViewFactory factory, DisplayContext context, CompositeView internalView, CustomizedGUI customized, Map panels)
          Initialize the panels of a customized gui.
 

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.