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

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

Methods in org.objectweb.jac.aspects.gui that return PanelView
 PanelView CustomizedView.getPanelView()
          Returns the content pane of the customized, i.e. a panel containing some sub-panels.
 

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

Classes in org.objectweb.jac.aspects.gui.swing that implement PanelView
 class SwingPanelView
           
 

Methods in org.objectweb.jac.aspects.gui.swing that return PanelView
 PanelView SwingCustomized.getPanelView()
           
 

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

Classes in org.objectweb.jac.aspects.gui.web that implement PanelView
 class Panel
           
 

Methods in org.objectweb.jac.aspects.gui.web that return PanelView
 PanelView Customized.getPanelView()