org.objectweb.fractal.explorer.context
Class ClientCollectionInterfaceContainer

java.lang.Object
  extended by org.objectweb.util.explorer.core.common.lib.DefaultContext
      extended by org.objectweb.util.explorer.core.common.lib.DefaultContextContainer
          extended by org.objectweb.fractal.explorer.context.ClientCollectionInterfaceContainer
All Implemented Interfaces:
Serializable, org.objectweb.util.explorer.api.Context, org.objectweb.util.explorer.core.common.api.ContextContainer

public class ClientCollectionInterfaceContainer
extends org.objectweb.util.explorer.core.common.lib.DefaultContextContainer

A new ContextContainer which has a specific icon.

Version:
0.1
Author:
Jerome Moroy
See Also:
Serialized Form

Field Summary
protected  Component comp_
          The associated component.
protected  InterfaceType itf_
          contained interface.
 
Fields inherited from class org.objectweb.util.explorer.core.common.lib.DefaultContext
elements_
 
Constructor Summary
ClientCollectionInterfaceContainer(InterfaceType itf, Component comp)
          Default constructor.
 
Method Summary
 Component getComponent()
           
 InterfaceType getItf()
          Provides the contained interface.
 
Methods inherited from class org.objectweb.util.explorer.core.common.lib.DefaultContextContainer
addEntry, addEntry, clear, getEntry, getSize, remove, removeEntry
 
Methods inherited from class org.objectweb.util.explorer.core.common.lib.DefaultContext
createEntry, getEntries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.util.explorer.api.Context
getEntries
 

Field Detail

itf_

protected InterfaceType itf_
contained interface.


comp_

protected Component comp_
The associated component.

Constructor Detail

ClientCollectionInterfaceContainer

public ClientCollectionInterfaceContainer(InterfaceType itf,
                                          Component comp)
Default constructor.

Parameters:
itf - The client interface.
comp - The component contained.
Method Detail

getItf

public InterfaceType getItf()
Provides the contained interface.

Returns:
the contained interface.

getComponent

public Component getComponent()
Returns:
The associated component.