org.objectweb.fractal.explorer.context
Class ServerCollectionInterfaceContainer
java.lang.Object
org.objectweb.util.explorer.core.common.lib.DefaultContext
org.objectweb.util.explorer.core.common.lib.DefaultContextContainer
org.objectweb.fractal.explorer.context.ServerCollectionInterfaceContainer
- All Implemented Interfaces:
- Serializable, org.objectweb.util.explorer.api.Context, org.objectweb.util.explorer.core.common.api.ContextContainer
public class ServerCollectionInterfaceContainer
- 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
Fields inherited from class org.objectweb.util.explorer.core.common.lib.DefaultContext |
elements_ |
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 |
itf_
protected InterfaceType itf_
- contained interface.
comp_
protected Component comp_
- The associated component.
ServerCollectionInterfaceContainer
public ServerCollectionInterfaceContainer(InterfaceType itf,
Component comp)
- Default constructor.
- Parameters:
itf
- The client interface.comp
- The component contained.
getItf
public InterfaceType getItf()
- Provides the contained interface.
- Returns:
- the contained interface.
getComponent
public Component getComponent()
- Returns:
- The associated component.