Uses of Class
org.objectweb.jac.aspects.gui.MemberItemView

Packages that use MemberItemView
org.objectweb.jac.aspects.gui Provides a simple and generic GUI (Graphical User Interface) aspect. 
 

Uses of MemberItemView in org.objectweb.jac.aspects.gui
 

Subclasses of MemberItemView in org.objectweb.jac.aspects.gui
 class CollectionItemView
          Defines a table collection view
 class FieldItemView
           
 class MethodItemView
          Defines a generic member view (is embedded, ...)
 

Methods in org.objectweb.jac.aspects.gui that return MemberItemView
static MemberItemView GuiAC.getView(MemberItem member, String viewName)
          Gets an object view by name.
 

Methods in org.objectweb.jac.aspects.gui with parameters of type MemberItemView
protected static View GenericFactory.getPrimitiveFieldPane(ViewFactory factory, DisplayContext context, Object substance, FieldItem field, ObjectView objectView, MemberItemView memberView, boolean embedded)
          Returns a view of a primitive field.
protected static View GenericFactory.getReferenceFieldPane(ViewFactory factory, DisplayContext context, Object substance, FieldItem field, boolean embedded, ObjectView objectView, MemberItemView memberView)
          Build a view containing a label for the name of the field, and the view of the reference.
static MethodView GenericFactory.getMethodView(AbstractMethodItem method, Object substance, DisplayContext context, ViewFactory factory, MemberItemView memberView)
          Build view for a method