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

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

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()