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

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

Methods in org.objectweb.jac.aspects.gui that return CollectionView
 CollectionView CollectionPosition.getCollectionView()
          Returns the collection view.
 

Constructors in org.objectweb.jac.aspects.gui with parameters of type CollectionView
CollectionPosition(CollectionView collectionView, CollectionItem collection, int index, Object substance)
          Constructs a new position.
 

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

Classes in org.objectweb.jac.aspects.gui.swing that implement CollectionView
 class AbstractCollection
          Base class to implement ListView and TableView
 class List
           
 class SwingTableView
           
 

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

Classes in org.objectweb.jac.aspects.gui.web that implement CollectionView
 class ChoiceCollection
          A nice collection view.
 class CompactList
           
 class IndicesSelector
          A collection editor that uses the value of an index field to select objects.
 class Table