SCS

Uses of Interface
scs.container.ComponentCollection

Packages that use ComponentCollection
scs.container   
 

Uses of ComponentCollection in scs.container
 

Classes in scs.container that implement ComponentCollection
 class _ComponentCollectionStub
          scs/container/_ComponentCollectionStub.java .
 

Fields in scs.container declared as ComponentCollection
 ComponentCollection ComponentCollectionHolder.value
           
 

Methods in scs.container that return ComponentCollection
 ComponentCollection ComponentCollectionPOA._this()
           
 ComponentCollection ComponentCollectionPOA._this(org.omg.CORBA.ORB orb)
           
static ComponentCollection ComponentCollectionHelper.extract(org.omg.CORBA.Any a)
           
static ComponentCollection ComponentCollectionHelper.narrow(org.omg.CORBA.Object obj)
           
static ComponentCollection ComponentCollectionHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ComponentCollection ComponentCollectionHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in scs.container with parameters of type ComponentCollection
static void ComponentCollectionHelper.insert(org.omg.CORBA.Any a, ComponentCollection that)
           
static void ComponentCollectionHelper.write(org.omg.CORBA.portable.OutputStream ostream, ComponentCollection value)
           
 

Constructors in scs.container with parameters of type ComponentCollection
ComponentCollectionHolder(ComponentCollection initialValue)
           
 


SCS