このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Interface XExtendedToolkit
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: awt ::

deprecated interface XExtendedToolkit
Usage 制限s
deprecated
Deprecation Info
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 焦点(を合わせる).

Since
OOo 1.1.2

Methods' 要約
getTopWindowCount This 機能(する)/行事 returns the number of 現在/一般に 存在するing 最高の,を越す-level windows.  
getTopWindow Return a 言及/関連 to the 明示するd 最高の,を越す-level window. 公式文書,認める that the number of 最高の,を越す-level windows may change between a call to getTopWindowCount() and 連続する calls to this 機能(する)/行事.  
getActiveTopWindow Return the 現在/一般に active 最高の,を越す-level window, i.e. which has 現在/一般に the input 焦点(を合わせる).  
addTopWindowListener 追加する 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 でっちあげる,人を罪に陥れる.  
removeTopWindowListener 除去する the 明示するd listener from the 名簿(に載せる)/表(にあげる) of listeners.  
addKeyHandler 追加する 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.  
removeKeyHandler 除去する the 明示するd listener from the 名簿(に載せる)/表(にあげる) of listeners.  
addFocusListener 追加する a new listener that is called on FocusEvents. Use this 焦点(を合わせる) 放送者 to keep 跡をつける of the 反対する that 現在/一般に has the input 焦点(を合わせる).  
removeFocusListener 除去する the 明示するd listener from the 名簿(に載せる)/表(にあげる) of listeners.  
fireFocusGained Broadcasts the a focusGained on all 登録(する)d 焦点(を合わせる) listeners  
fireFocusLost Broadcasts the a focusGained on all 登録(する)d 焦点(を合わせる) listeners  
Methods' 詳細(に述べる)s
getTopWindowCount
long
getTopWindowCount();

Description
This 機能(する)/行事 returns the number of 現在/一般に 存在するing 最高の,を越す-level windows.
Returns
Returns the number of 最高の,を越す-level windows. This 含むs all 最高の,を越す-level windows, 関わりなく whether they are iconized, 明白な, or active.
getTopWindow
XTopWindow
getTopWindow( [in] long  nIndex )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
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 範囲.
getActiveTopWindow
XTopWindow
getActiveTopWindow();

Description
Return the 現在/一般に active 最高の,を越す-level window, i.e. which has 現在/一般に the input 焦点(を合わせる).
Returns
The returned 言及/関連 may be empty when no 最高の,を越す-level window is active.
addTopWindowListener
[oneway] 無効の
addTopWindowListener( [in] XTopWindowListener  xListener );

Description
追加する 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.)
removeTopWindowListener
[oneway] 無効の
removeTopWindowListener( [in] XTopWindowListener  xListener );

Description
除去する the 明示するd listener from the 名簿(に載せる)/表(にあげる) of listeners.
Parameter xListener
If the 言及/関連 is empty then nothing will be changed. If the listener has been 登録(する)d twice (or more) then all refrences will be 除去するd.
addKeyHandler
[oneway] 無効の
addKeyHandler( [in] XKeyHandler  xHandler );

Description
追加する 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.)
removeKeyHandler
[oneway] 無効の
removeKeyHandler( [in] XKeyHandler  xHandler );

Description
除去する the 明示するd listener from the 名簿(に載せる)/表(にあげる) of listeners.
Parameter xHandler
If the 言及/関連 is empty then nothing will be changed. If the handler has been 登録(する)d twice (or more) then all refrences will be 除去するd.
addFocusListener
[oneway] 無効の
addFocusListener( [in] XFocusListener  xListener );

Description
追加する 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.)
removeFocusListener
[oneway] 無効の
removeFocusListener( [in] XFocusListener  xListener );

Description
除去する the 明示するd listener from the 名簿(に載せる)/表(にあげる) of listeners.
Parameter xListener
If the 言及/関連 is empty then nothing will be changed. If the listener has been 登録(する)d twice (or more) then all refrences will be 除去するd.
fireFocusGained
[oneway] 無効の
fireFocusGained( [in] ::com::sun::星/主役にする::uno::XInterface  source );

Description
Broadcasts the a focusGained on all 登録(する)d 焦点(を合わせる) listeners
Parameter source
The 反対する that has 伸び(る)d the input 焦点(を合わせる). It should 器具/実施する ::com::sun::星/主役にする::accessibility::XAccessible.
fireFocusLost
[oneway] 無効の
fireFocusLost( [in] ::com::sun::星/主役にする::uno::XInterface  source );

Description
Broadcasts the a focusGained on all 登録(する)d 焦点(を合わせる) listeners
Parameter source
The 反対する that has lost the input 焦点(を合わせる). It should 器具/実施する ::com::sun::星/主役にする::accessibility::XAccessible.
最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.