:: com :: sun :: star :: container ::

interface XComponentEnumeration
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::container::XEnumeration
       |  
       +--XComponentEnumeration
::com::sun::star::container::XEnumeration
(referenced interface's summary:)
provides functionality to enumerate the contents of a container.
Description
provides a typified enumeration through components.

Methods' Summary
nextComponent  
Methods' Details
nextComponent
::com::sun::star::lang::XComponent
nextComponent()
raises( ::com::sun::star::container::NoSuchElementException );

Returns
the next component of this enumeration.
Throws
NoSuchElementException if no more elements exist.
Top of Page