Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XComponentEnumeration

Base Interface
com::sun::star::container::XEnumeration

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