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

Packages that use CollectionUpdate
org.objectweb.jac.aspects.gui   
org.objectweb.jac.aspects.gui.swing   
org.objectweb.jac.ide.diagrams   
 

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

Classes in org.objectweb.jac.aspects.gui that implement CollectionUpdate
 class ComboBoxModel
          This is an abstract representation of a combo box.
 class LessAbstractListModel
          Base class for ListModel and ComboBoxModel.
 class ListModel
          A generic list data model.
 class ObjectNode
          This class represents a tree node for an object.
 class RelationNode
          This tree node represents a relation.
 class TableModel
          The data model for tables.
 

Methods in org.objectweb.jac.aspects.gui with parameters of type CollectionUpdate
 void ViewControlWrapper.registerCollection(Wrappee wrappee, CollectionItem collection, CollectionUpdate client, Object param)
          Register for a collectionUpdated event.
 void ViewControlWrapper.unregisterCollection(Wrappee wrappee, CollectionItem collection, CollectionUpdate client)
          Unregister from a collectionUpdated event.
static void Utils.registerCollection(Object object, CollectionItem collection, CollectionUpdate client)
          Register for the collection events of an object.
static void Utils.registerCollection(Object object, String collectionName, CollectionUpdate client)
          Register for the collection events of an object.
static void Utils.registerCollection(Object object, CollectionItem collection, CollectionUpdate client, Object param)
          Register for the collection events of an object.
static void Utils.unregisterCollection(Object object, CollectionItem collection, CollectionUpdate client)
          Unregister from a single object's collection.
static void Utils.unregisterCollection(Object object, String collectionName, CollectionUpdate client)
          Unregister from a single object's collection.
static void Utils.unregister(Object object, CollectionUpdate client)
          Unregister from an object's events.
 

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

Classes in org.objectweb.jac.aspects.gui.swing that implement CollectionUpdate
 class CompactList
          Base class to implement ListView and TableView
 

Methods in org.objectweb.jac.aspects.gui.swing that return CollectionUpdate
protected  CollectionUpdate SwingTableView.getCollectionUpdate()
           
protected  CollectionUpdate List.getCollectionUpdate()
           
protected abstract  CollectionUpdate AbstractCollection.getCollectionUpdate()
           
 

Uses of CollectionUpdate in org.objectweb.jac.ide.diagrams
 

Classes in org.objectweb.jac.ide.diagrams that implement CollectionUpdate
 class DiagramView