org.objectweb.jac.aspects.gui
Class CollectionWrapper

java.lang.Object
  extended byorg.objectweb.jac.aspects.gui.CollectionWrapper

public class CollectionWrapper
extends Object

This class is just a wrappable delegator used to display collections.


Field Summary
 Collection collection
          The displayed collection.
 
Constructor Summary
CollectionWrapper(Collection c)
          Construct a new delegator.
 
Method Summary
 Collection getCollection()
          Gets the delegated collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collection

public Collection collection
The displayed collection.

Constructor Detail

CollectionWrapper

public CollectionWrapper(Collection c)
Construct a new delegator.

Parameters:
c - the delegated collection
Method Detail

getCollection

public Collection getCollection()
Gets the delegated collection.