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

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

Methods in org.objectweb.jac.aspects.gui that return CustomizedDisplay
 CustomizedDisplay DisplayContext.getDisplay()
          Returns the display for this context.
 

Constructors in org.objectweb.jac.aspects.gui with parameters of type CustomizedDisplay
DisplayContext(CustomizedDisplay display, CustomizedView customizedView)
          Construct a new display context from a display and a customized.
DisplayContext(CustomizedDisplay display, Object window)
          Construct a new display context from a display and an existing window that can be of any type.
 

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

Classes in org.objectweb.jac.aspects.gui.swing that implement CustomizedDisplay
 class SwingDisplay
           
 

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

Classes in org.objectweb.jac.aspects.gui.web that implement CustomizedDisplay
 class WebDisplay
          This class provides a server for web clients using a thin client protocol and implements the Display interface to assume data inputs and outputs between JAC objects and web clients.