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

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

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

Fields in org.objectweb.jac.aspects.gui declared as CustomizedView
 CustomizedView HandlerResult.target
           
 

Methods in org.objectweb.jac.aspects.gui that return CustomizedView
 CustomizedView DisplayContext.getCustomizedView()
          Gets the current customized view.
 CustomizedView CustomizedDisplay.getCustomizedView(String customizedID)
          Returns a CustomizedView identified by its id
 

Methods in org.objectweb.jac.aspects.gui with parameters of type CustomizedView
static void GenericFactory.setStatusBar(ViewFactory factory, DisplayContext context, CustomizedView view, MethodItem statusBar, String position)
          Sets a status bar to a customized view.
static void GenericFactory.setMenuBars(ViewFactory factory, DisplayContext context, CustomizedView view, Hashtable menuBars)
          Build the menu bar of a customized gui.
static void GenericFactory.setToolBar(ViewFactory factory, DisplayContext context, CustomizedView view, Collection toolbar)
          Build the toolbar of a customized gui.
 void EventHandler.maybeInvalidatePane(ViewFactory factory, DisplayContext context, CustomizedView customizedView, String selectedPaneID)
          Removes the content of pane when another pane's content is changed
 void DisplayContext.setCustomizedView(CustomizedView customizedView)
          Sets the customized of this display context.
 

Constructors in org.objectweb.jac.aspects.gui with parameters of type CustomizedView
HandlerResult(CustomizedView target, FieldItem container, Object object, String fieldname, Object extraOption)
          Constructs a new handler.
DisplayContext(CustomizedDisplay display, CustomizedView customizedView)
          Construct a new display context from a display and a customized.
 

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

Classes in org.objectweb.jac.aspects.gui.swing that implement CustomizedView
 class SwingCustomized
           
 

Methods in org.objectweb.jac.aspects.gui.swing that return CustomizedView
 CustomizedView SwingDisplay.getCustomizedView(String customizedID)
           
 

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

Classes in org.objectweb.jac.aspects.gui.web that implement CustomizedView
 class Customized
           
 

Methods in org.objectweb.jac.aspects.gui.web that return CustomizedView
 CustomizedView WebDisplay.getCustomizedView(String customizedID)
           
 

Methods in org.objectweb.jac.aspects.gui.web with parameters of type CustomizedView
protected  void AbstractView.genStyleSheets(PrintWriter out, CustomizedView customized)