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

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

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

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

Methods in org.objectweb.jac.aspects.gui with parameters of type ObjectView
protected static CompositeView GenericFactory.createObjectView(ViewFactory factory, DisplayContext context, ObjectView view, Object substance, String category)
          Create a view of an object, including only the attributes of a category.
static View GenericFactory.getFieldPane(ViewFactory factory, DisplayContext context, Object substance, ObjectView objectView, FieldItem field, boolean embedded)
           
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 View GenericFactory.getCollectionPane(ViewFactory factory, DisplayContext context, Object substance, ObjectView objectView, CollectionItemView memberView, CollectionItem collection)
          Builds a view that will display a given collection field of an object.
protected static CompositeView GenericFactory.getMethodsPane(ViewFactory factory, DisplayContext context, Object substance, Collection methods, String category, ObjectView objectView)
          Gets a composite panel containing a set of methods that are held by the substance object.
 

Constructors in org.objectweb.jac.aspects.gui with parameters of type ObjectView
ObjectView(ClassItem cl, String name, ObjectView parent)