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

翻訳前ページへ


Interface XInplaceClient
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

unpublished interface XInplaceClient
Usage 制限s
not published
Description
代表するs ありふれた functionality for inplace (弁護士の)依頼人s.

Methods' 要約
canInplaceActivate checks if the コンテナ can 活動させる/戦時編成する the 反対する inplace.  
activatingInplace 通知するs コンテナ through the (弁護士の)依頼人 that the 反対する is to be inplace 活動させる/戦時編成するd.  
activatingUI 通知するs コンテナ through the (弁護士の)依頼人 that the 反対する is to be UI-活動させる/戦時編成するd.  
deactivatedInplace 通知するs コンテナ through the (弁護士の)依頼人 that the 反対する is deactivated.  
deactivatedUI 通知するs コンテナ through the (弁護士の)依頼人 that the 反対する is UI-deactivated.  
getLayoutManager 許すs to retrieve the ::com::sun::星/主役にする::でっちあげる,人を罪に陥れる::LayoutManager of the コンテナ.  
getInplaceDispatchProvider 許すs to retrieve the コンテナ's 派遣(する) provider.  
getPlacement gets the inplace 反対する position rectangle.  
getClipRectangle gets the inplace 反対する clip rectangle.  
translateAccelerators 供給するs accelerator (米)棚上げする/(英)提議する the 反対する whants to use while it is inplace active.  
scrollObject scrolls the 反対する.  
changedPlacement 通知するs the コンテナ that the position of the 反対する is changed.  
Methods' 詳細(に述べる)s
canInplaceActivate
boolean
canInplaceActivate();

Description
checks if the コンテナ can 活動させる/戦時編成する the 反対する inplace.
Returns
true the コンテナ can 活動させる/戦時編成する the 反対する inplace. 誤った さもなければ.
activatingInplace
無効の
activatingInplace()
raises( WrongStateException );

Description
通知するs コンテナ through the (弁護士の)依頼人 that the 反対する is to be inplace 活動させる/戦時編成するd.
Throws
com::sun::星/主役にする::embed::WrongStateException the コンテナ is not ready for 活性化
activatingUI
無効の
activatingUI()
raises( WrongStateException );

Description
通知するs コンテナ through the (弁護士の)依頼人 that the 反対する is to be UI-活動させる/戦時編成するd.
Throws
com::sun::星/主役にする::embed::WrongStateException the コンテナ is not ready for 活性化
deactivatedInplace
無効の
deactivatedInplace()
raises( WrongStateException );

Description
通知するs コンテナ through the (弁護士の)依頼人 that the 反対する is deactivated.
Throws
com::sun::星/主役にする::embed::WrongStateException the コンテナ is not ready for deactivation
deactivatedUI
無効の
deactivatedUI()
raises( WrongStateException );

Description
通知するs コンテナ through the (弁護士の)依頼人 that the 反対する is UI-deactivated.

After this notification the コンテナ can 回復する it's own UI and take 焦点(を合わせる).

Throws
com::sun::星/主役にする::embed::WrongStateException the コンテナ is not ready for deactivation
getLayoutManager
::com::sun::星/主役にする::でっちあげる,人を罪に陥れる::XLayoutManager
getLayoutManager()
raises( WrongStateException );

Description
許すs to retrieve the ::com::sun::星/主役にする::でっちあげる,人を罪に陥れる::LayoutManager of the コンテナ.
Returns
言及/関連 to 反対する 代表するing the ::com::sun::星/主役にする::でっちあげる,人を罪に陥れる::LayoutManager of the コンテナ
Throws
com::sun::星/主役にする::embed::WrongStateException the 反対する is in 予期しない 明言する/公表する to make such request
getInplaceDispatchProvider
::com::sun::星/主役にする::でっちあげる,人を罪に陥れる::XDispatchProvider
getInplaceDispatchProvider()
raises( WrongStateException );

Description
許すs to retrieve the コンテナ's 派遣(する) provider.
Returns
言及/関連 to 反対する 器具/実施するing the ::com::sun::星/主役にする::でっちあげる,人を罪に陥れる::XDispatchProvider
Throws
com::sun::星/主役にする::embed::WrongStateException the 反対する is in 予期しない 明言する/公表する to make such request
getPlacement
::com::sun::星/主役にする::awt::Rectangle
getPlacement()
raises( WrongStateException );

Description
gets the inplace 反対する position rectangle.

The rectangle is 供給するd in 反対する's parent window 調整するs in pixels. The 交差点 of position and clip rectangles 明示するs the 明白な part of the 反対する. In 事例/患者 the position window has a size that is bigger than 反対する's size, the 反対する should either 規模 or deactivate.

Returns
明示するs a new position rectangle
Throws
com::sun::星/主役にする::embed::WrongStateException the 反対する is in 予期しない 明言する/公表する to make such request
getClipRectangle
::com::sun::星/主役にする::awt::Rectangle
getClipRectangle()
raises( WrongStateException );

Description
gets the inplace 反対する clip rectangle.

The rectangle is 供給するd in 反対する's parent window 調整するs in pixels. The 交差点 of position and clip rectangles 明示するs the 明白な part of the 反対する.

Returns
明示するs a new clip rectangle
Throws
com::sun::星/主役にする::embed::WrongStateException the 反対する is in 予期しない 明言する/公表する to make such request
translateAccelerators
無効の
translateAccelerators( [in] sequence< ::com::sun::星/主役にする::awt::KeyEvent >  aKeys )
raises( WrongStateException );

Description
供給するs accelerator (米)棚上げする/(英)提議する the 反対する whants to use while it is inplace active.
Parameter aKeys
an accelerator (米)棚上げする/(英)提議する from 反対する
Throws
com::sun::星/主役にする::embed::WrongStateException the 反対する is in 予期しない 明言する/公表する
scrollObject
無効の
scrollObject( [in] ::com::sun::星/主役にする::awt::Size  aOffset )
raises( WrongStateException );

Description
scrolls the 反対する.
Parameter aOffset
scrolls the 反対する to 明示するd 相殺する in pixels
Throws
com::sun::星/主役にする::embed::WrongStateException the 反対する is in 予期しない 明言する/公表する
changedPlacement
無効の
changedPlacement( [in] ::com::sun::星/主役にする::awt::Rectangle  aPosRect )
raises( WrongStateException,
::com::sun::星/主役にする::uno::Exception );

Description
通知するs the コンテナ that the position of the 反対する is changed.
Parameter aPosRect
明示するs a new position rectangle
Throws
com::sun::星/主役にする::embed::WrongStateException the 反対する 明言する/公表する is not 訂正する
Throws
com::sun::星/主役にする::uno::Exception in 事例/患者 of other problems
最高の,を越す 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.