XModel.class, xComponent );
// print all available properties of first view
System.out.println("*** print all available properties of first view");
XViewDataSupplier xViewDataSupplier =
(XViewDataSupplier)UnoRuntime.queryInterface(
XViewDataSupplier.class, xModel );
XIndexAccess xIndexAccess = xViewDataSupplier.getViewData();
if ( xIndexAccess.getCount() != 0 )
{
PropertyValue[] aPropSeq = (PropertyValue[])
xIndexAccess.getByIndex( 0 );