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

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

Subinterfaces of WindowView in org.objectweb.jac.aspects.gui
 interface DialogView
          A dialog box interface.
 

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

Classes in org.objectweb.jac.aspects.gui.swing that implement WindowView
 class Dialog
          This dialog is used to ask the parameters values when a method is called on a viewed JAC object.
 

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

Classes in org.objectweb.jac.aspects.gui.web that implement WindowView
 class AbstractPage
          An HTML page containing a View
 class Page
          An HTML page containing a View and a close button.
 class RefreshPage
          An HTML page containing a View and a close button.