Searched refs:_frameComponent (Results 1 – 1 of 1) sorted by relevance
50 public Frame( Object _frameComponent ) in Frame() argument52 if ( _frameComponent != null ) in Frame()54 m_frame = (XFrame)UnoRuntime.queryInterface( XFrame.class, _frameComponent ); in Frame()55 …rovider = (XDispatchProvider)UnoRuntime.queryInterface( XDispatchProvider.class, _frameComponent ); in Frame()56 …iderInterception)UnoRuntime.queryInterface( XDispatchProviderInterception.class, _frameComponent ); in Frame()57 …mesSupplier = (XFramesSupplier)UnoRuntime.queryInterface( XFramesSupplier.class, _frameComponent ); in Frame()58 …StatusIndicatorFactory)UnoRuntime.queryInterface( XStatusIndicatorFactory.class, _frameComponent ); in Frame()59 … m_closeable = (XCloseable)UnoRuntime.queryInterface( XCloseable.class, _frameComponent ); in Frame()