This interface was only 器具/実施するd in an 中間の developer
解放(する) anyway.
Description
The XExtendedToolkit is an 拡張 of the XToolkit interface. It 基本的に
供給するs 接近 to three event 放送者s which are used for instance
in the 状況 of accessibility. It is, however, not 制限するd to
accessibility.
The first event 放送者 lets you keep 跡をつける of the open 最高の,を越す-level
windows (でっちあげる,人を罪に陥れるs). To get the 始める,決める of 現在/一般に open 最高の,を越す-level window use
the getTopWindowCount and
getTopWindow methods.
The second event 放送者 知らせるs its listeners of 重要な events.
Its listeners can, unlike with most other 放送者s/listeners,
消費する events, so that other listeners will not be called for 消費するd
events.
The last event 放送者 sends events on 焦点(を合わせる) changes of all
elements that can have the input 焦点(を合わせる).
Return a 言及/関連 to the 明示するd 最高の,を越す-level window. 公式文書,認める that the
number of 最高の,を越す-level windows may change between a call to
getTopWindowCount() and 連続する calls to this
機能(する)/行事.
追加する a new listener that is called for events that 伴う/関わる XTopWindows. After having
得るd the 現在の 名簿(に載せる)/表(にあげる) of exisiting 最高の,を越す-level windows you can
keep this 名簿(に載せる)/表(にあげる) up-to-date by listening to opened or の近くにd 最高の,を越す-level
windows. Wait for 活性化s or deactivations of 最高の,を越す-level windows
to keep 跡をつける of the 現在/一般に active でっちあげる,人を罪に陥れる.
追加する a new listener that is called on KeyEvents. Every listener is
given the 適切な時期 to 消費する the event, i.e. 妨げる the not yet
called listeners from 存在 called.
Return a 言及/関連 to the 明示するd 最高の,を越す-level window. 公式文書,認める that the
number of 最高の,を越す-level windows may change between a call to
getTopWindowCount() and 連続する calls to this
機能(する)/行事.
Parameter nIndex
The 索引 should be in the intervall from 0 up to but not
含むing the number of 最高の,を越す-level windows as returned by
getTopWindowCount().
Returns
The returned value is a valid 言及/関連 to a 最高の,を越す-level window.
Throws
IndexOutOfBoundsException
when the 明示するd 索引 is outside the valid 範囲.
追加する a new listener that is called for events that 伴う/関わる XTopWindows. After having
得るd the 現在の 名簿(に載せる)/表(にあげる) of exisiting 最高の,を越す-level windows you can
keep this 名簿(に載せる)/表(にあげる) up-to-date by listening to opened or の近くにd 最高の,を越す-level
windows. Wait for 活性化s or deactivations of 最高の,を越す-level windows
to keep 跡をつける of the 現在/一般に active でっちあげる,人を罪に陥れる.
Parameter xListener
If this is a valid 言及/関連 it is 挿入するd into the 名簿(に載せる)/表(にあげる) of
listeners. It is the 仕事 of the 報知係 to not 登録(する) the
same listener twice (さもなければ that listener will be called
twice.)
追加する a new listener that is called on KeyEvents. Every listener is
given the 適切な時期 to 消費する the event, i.e. 妨げる the not yet
called listeners from 存在 called.
Parameter xHandler
If this is a valid 言及/関連 it is 挿入するd into the 名簿(に載せる)/表(にあげる) of
handlers. It is the 仕事 of the 報知係 to not 登録(する) the
same handler twice (さもなければ that listener will be called
twice.)
追加する a new listener that is called on FocusEvents. Use this 焦点(を合わせる)
放送者 to keep 跡をつける of the 反対する that 現在/一般に has the input
焦点(を合わせる).
Parameter xListener
If this is a valid 言及/関連 it is 挿入するd into the 名簿(に載せる)/表(にあげる) of
listeners. It is the 仕事 of the 報知係 to not 登録(する) the
same listener twice (さもなければ that listener will be called
twice.)