Type of Window to be created,
for 未来 use, not supported yet
Parameter xParent
a valid XWindowPeer 言及/関連 which is used as a parent.
This parameter must not be null.
Parameter xHandler
is the interface that will be called to 扱う the Events that
are 生成するd by the window (and all 支配(する)/統制するs placed on it) and
bound to the handler using a vnd.sun.星/主役にする.UNO URL 明示するing a
handler method to be called. Usually this will be done 直接/まっすぐに
by the 使用者.
xHandler can 扱う events in two different ways:
1. By supporting the XContainerWindowEventHandler
interface. This is a generic interface to 受託する event notifications.
2. By 供給するing interfaces that 直接/まっすぐに 器具/実施する the handler
methods to be called. The XContainerWindowProvider 実施 then
will try to 接近 these events using the
::com::sun::星/主役にする::beans::IntrospectionIntrospection
service. To make this possible the handler 実施 also has to
support ::com::sun::星/主役にする::lang::XTypeProvider.
If XContainerWindowEventHandler is supported XContainerWindowEventHandler.callHandlerMethod()
is always called first to 扱う the event. Only if the event cannot be
扱うd by XContainerWindowEventHandler (callHandlerMethod() then has to return
誤った) or if XContainerWindowEventHandler is not supported at all the Introspection
based 接近 will be used.
The Introspection based 接近 tries to call a method 指名するd によれば the
HandlerMethodName 明示するd by a vnd.sun.星/主役にする.UNO: URL.
First a method
無効の HandlerMethodName( [in] com::sun::星/主役にする::awt::XWindow xWindow, [in] any aEvent )
will be searched. The 署名 is 類似の to XContainerWindowEventHandler.
callHandlerMethod except for MethodName itself that isn't needed
here. For more (警察などへの)密告,告訴(状) about these parameters, see
XContainerWindowEventHandler.
If this method is 設立する, it will be called, さもなければ a method
無効の HandlerMethodName( 無効の )
will be searched and called.