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

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

Methods in org.objectweb.jac.aspects.gui that return MethodView
static MethodView GenericFactory.getMethodView(AbstractMethodItem method, Object substance, DisplayContext context, ViewFactory factory, MemberItemView memberView)
          Build view for a method
 

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

Classes in org.objectweb.jac.aspects.gui.swing that implement MethodView
 class SwingMethodView
           
 

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

Classes in org.objectweb.jac.aspects.gui.web that implement MethodView
 class EmbeddedMethod
           
 class Method