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

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

Subinterfaces of CompositeView in org.objectweb.jac.aspects.gui
 interface CustomizedView
           
 interface PanelView
           
 interface TabsView
           
 

Methods in org.objectweb.jac.aspects.gui that return CompositeView
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.
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.
 CompositeView ViewFactory.createCompositeView(String label, String viewType, Object[] params, DisplayContext context)
           
 CompositeView ViewFactory.createCompositeView(String label, String viewType, DisplayContext context)
           
 

Methods in org.objectweb.jac.aspects.gui with parameters of type CompositeView
static void GenericFactory.fillObjectView(CompositeView view, ClassItem cli, String viewName, Object substance)
           
static boolean GenericFactory.compositeViewIsEmpty(CompositeView view)
          Returns true is the CompositeView contains a view other than CompositeView.
protected static boolean GenericFactory.getViewer(Object substance, FieldItem field, Object value, CompositeView container, ViewFactory factory, DisplayContext context)
          Instantiates a viewer for a value of a field and add it to a container.
static void GenericFactory.initCustomized(ViewFactory factory, DisplayContext context, CompositeView internalView, CustomizedGUI customized, Map panels)
          Initialize the panels of a customized gui.
 

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

Classes in org.objectweb.jac.aspects.gui.swing that implement CompositeView
 class AbstractCompositeView
           
 class DesktopView
          This class defines a Swing component tree view for objects that are related to a root object through relations or collections.
 class ObjectView
           
 class SingleSlotContainer
          This composite viewonly show the last view that was added to it.
 class SwingContainerView
           
 class SwingCustomized
           
 class SwingEditorContainer
           
 class SwingPanelView
           
 class SwingTabbedView
           
 class ToolBar
           
 

Methods in org.objectweb.jac.aspects.gui.swing that return CompositeView
protected  CompositeView CollectionItemView.findPanel()
           
 

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

Classes in org.objectweb.jac.aspects.gui.web that implement CompositeView
 class Container
           
 class Customized
           
 class EditorContainer
           
 class EmbeddedMethod
           
 class Panel
           
 class Tabs
          A tabs component.
 

Methods in org.objectweb.jac.aspects.gui.web that return CompositeView
protected  CompositeView CollectionItemView.findPanel()