org.objectweb.jac.aspects.gui
Class CollectionWrapper
java.lang.Object
|
+--org.objectweb.jac.aspects.gui.CollectionWrapper
- public class CollectionWrapper
- extends Object
This class is just a wrappable delegator used to display
collections.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
collection
public Collection collection
- The displayed collection.
CollectionWrapper
public CollectionWrapper(Collection c)
- Construct a new delegator.
- Parameters:
c
- the delegated collection
getCollection
public Collection getCollection()
- Gets the delegated collection.