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

翻訳前ページへ


Interface XFrame
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: でっちあげる,人を罪に陥れる ::

interface XFrame
Base Interfaces
XFrame
┗ ::com::sun::星/主役にする::lang::XComponent

::com::sun::星/主役にする::lang::XComponent
(言及/関連d interface's 要約:)
許すs to exclicitly 解放する/自由な 資源s and break cyclic 言及/関連s.
Description
a でっちあげる,人を罪に陥れる 反対する can be considered to be an "錨,総合司会者" 反対する where a 構成要素 can be 大(公)使館員d to.

A でっちあげる,人を罪に陥れる can be (it's not a must!) a part of a でっちあげる,人を罪に陥れる tree. If not this でっちあげる,人を罪に陥れる willn't be accessible by using the api. This 方式 make sense for previews. The root node of the tree can be a Desktop 実施.

See also
Desktop
Developers Guide
OfficeDev - Creating でっちあげる,人を罪に陥れるs Manually - でっちあげる,人を罪に陥れる 創造
OfficeDev - でっちあげる,人を罪に陥れるs - Linking 構成要素s and Windows
OfficeDev - 構成要素 - でっちあげる,人を罪に陥れるs - XFrame - でっちあげる,人を罪に陥れる 体制/機構
OfficeDev - 構成要素 - Getting でっちあげる,人を罪に陥れるs, 監査役s and Models from Each Other
OfficeDev - でっちあげる,人を罪に陥れる-監査役-Model Paradigm in Apache OpenOffice

Methods' 要約
initialize is called to initialize the でっちあげる,人を罪に陥れる within a window - the コンテナ window.  
getContainerWindow 供給するs 接近 to the コンテナ window of the でっちあげる,人を罪に陥れる.  
setCreator 始める,決めるs the でっちあげる,人を罪に陥れる コンテナ that created this でっちあげる,人を罪に陥れる.  
getCreator 供給するs 接近 to the creator (parent) of this でっちあげる,人を罪に陥れる  
getName 接近 to the 指名する 所有物/資産/財産 of this でっちあげる,人を罪に陥れる  
setName 始める,決めるs the 指名する of the でっちあげる,人を罪に陥れる.  
findFrame searches for a でっちあげる,人を罪に陥れる with the 明示するd 指名する.  
isTop 決定するs if the でっちあげる,人を罪に陥れる is a 最高の,を越す でっちあげる,人を罪に陥れる.  
活動させる/戦時編成する 活動させる/戦時編成するs this でっちあげる,人を罪に陥れる and thus the 構成要素 within.  
deactivate is called by the creator でっちあげる,人を罪に陥れる when another sub-でっちあげる,人を罪に陥れる gets 活動させる/戦時編成するd.  
isActive 決定するs if the でっちあげる,人を罪に陥れる is active.  
setComponent 始める,決めるs a new 構成要素 into the でっちあげる,人を罪に陥れる or 解放(する) an 存在するing one from a でっちあげる,人を罪に陥れる.  
getComponentWindow 供給するs 接近 to the 構成要素 window  
getController 供給するs 接近 to the 監査役  
contextChanged 通知するs the でっちあげる,人を罪に陥れる that the 状況 of the 監査役 within this でっちあげる,人を罪に陥れる changed (i.e. the 選択).  
addFrameActionListener 登録(する)s an event listener, which will be called when 確かな things happen to the 構成要素s within this でっちあげる,人を罪に陥れる or within sub-でっちあげる,人を罪に陥れるs of this でっちあげる,人を罪に陥れる.  
removeFrameActionListener unregisters an event listener  
Methods' 詳細(に述べる)s
initialize
無効の
initialize( [in] ::com::sun::星/主役にする::awt::XWindow  xWindow );

Description
is called to initialize the でっちあげる,人を罪に陥れる within a window - the コンテナ window.

This window will be used as parent for the 構成要素 window and to support some UI 関連した features of the でっちあげる,人を罪に陥れる service. 公式文書,認める: Re-parenting mustn't supported by a real でっちあげる,人を罪に陥れる 実施! It's designed for initializing - not for setting.

This でっちあげる,人を罪に陥れる will take over 所有権 of the window 言及するd from xWindow. Thus, the previous owner is not 許すd to 配置する/処分する/したい気持ちにさせる this window anymore.

Parameter xWindow
the new コンテナ window
See also
XFrame::getContainerWindow()
getContainerWindow
::com::sun::星/主役にする::awt::XWindow
getContainerWindow();

Description
供給するs 接近 to the コンテナ window of the でっちあげる,人を罪に陥れる.

普通は this is used as the parent window of the 構成要素 window.

Returns
the コンテナ window of this でっちあげる,人を罪に陥れる
See also
XFrame::initialize()
setCreator
[oneway] 無効の
setCreator( [in] XFramesSupplier  Creator );

Description
始める,決めるs the でっちあげる,人を罪に陥れる コンテナ that created this でっちあげる,人を罪に陥れる.

Only the creator is 許すd to call this method. But creator doesn't mean the 実施 which creates this instance ... it means the parent でっちあげる,人を罪に陥れる of the でっちあげる,人を罪に陥れる 階層制度. Because; normaly a でっちあげる,人を罪に陥れる should be created by using the api and is neccessary for searches inside the tree (e.g. XFrame::findFrame())

Parameter Creator
the creator (parent) of this でっちあげる,人を罪に陥れる
See also
XFrame::getCreator()
getCreator
XFramesSupplier
getCreator();

Description
供給するs 接近 to the creator (parent) of this でっちあげる,人を罪に陥れる
Returns
the でっちあげる,人を罪に陥れる コンテナ that created and 含む/封じ込めるs this でっちあげる,人を罪に陥れる.
See also
XFrame::setCreator()
getName
string
getName();

Description
接近 to the 指名する 所有物/資産/財産 of this でっちあげる,人を罪に陥れる
Returns
the programmatic 指名する of this でっちあげる,人を罪に陥れる.
See also
XFrame::setName()
setName
[oneway] 無効の
setName( [in] string  aName );

Description
始める,決めるs the 指名する of the でっちあげる,人を罪に陥れる.

普通は the 指名する of the でっちあげる,人を罪に陥れる is 始める,決める 最初 (e.g. by the creator). The 指名する of a でっちあげる,人を罪に陥れる will be used for identifying it if a でっちあげる,人を罪に陥れる search was started. These searches can be 軍隊d by:

公式文書,認める: Special 的s like "_blank", "_self" etc. are not 許すd. That's why でっちあげる,人を罪に陥れる 指名するs shouldn't start with a 調印する "_".

Parameter aName
the new programmatic 指名する of this でっちあげる,人を罪に陥れる
See also
XFrame::findFrame(), XFrame::getName(), XDispatchProvider, XComponentLoader
findFrame
XFrame
findFrame( [in] string  aTargetFrameName,
[in] long  nSearchFlags );

Description
searches for a でっちあげる,人を罪に陥れる with the 明示するd 指名する.

でっちあげる,人を罪に陥れるs may 含む/封じ込める other でっちあげる,人を罪に陥れるs (e.g., a frameset) and may be 含む/封じ込めるd in other でっちあげる,人を罪に陥れるs. This 階層制度 is searched with this method. First some special 指名するs are taken into account, i.e. "", "_self", "_top", "_blank" etc. SearchFlags is ignored when comparing these 指名するs with TargetFrameName; その上の steps are controlled by SearchFlags. If 許すd, the 指名する of the でっちあげる,人を罪に陥れる itself is compared with the 願望(する)d one, and then ( again if 許すd ) the method is called for all children of the でっちあげる,人を罪に陥れる. Finally may be called for the siblings and then for parent でっちあげる,人を罪に陥れる (if 許すd).

名簿(に載せる)/表(にあげる) of special 的 指名するs:
""/"_self"演説(する)/住所 the starting でっちあげる,人を罪に陥れる itself
"_parent"演説(する)/住所 the direct parent でっちあげる,人を罪に陥れる only
"_top"演説(する)/住所 the 最高の,を越す でっちあげる,人を罪に陥れる of this subtree of the frametree
"_blank"creates a new 最高の,を越す でっちあげる,人を罪に陥れる

If no でっちあげる,人を罪に陥れる with the given 指名する is 設立する, a new 最高の,を越す でっちあげる,人を罪に陥れる is created; if this is 許すd by a special 旗 FrameSearchFlag::CREATE. The new でっちあげる,人を罪に陥れる also gets the 願望(する)d 指名する.

Parameter aTargetFrameName
identify
  • (a) a special 的 ("_blank","_self" ...) or
  • (b) any 井戸/弁護士席 known でっちあげる,人を罪に陥れる
    • to search it inside the 現在の 階層制度
Parameter nSearchFlags
optional parameter to 規制する search if no special 的 was used for TargetFrameName
See also
FrameSearchFlag
isTop
boolean
isTop();

Description
決定するs if the でっちあげる,人を罪に陥れる is a 最高の,を越す でっちあげる,人を罪に陥れる.

In general a 最高の,を越す でっちあげる,人を罪に陥れる is the でっちあげる,人を罪に陥れる which is a direct child of a 仕事 でっちあげる,人を罪に陥れる or which does not have a parent. Possible でっちあげる,人を罪に陥れる searches must stop the search at such a でっちあげる,人を罪に陥れる unless the 旗 FrameSearchFlag::TASKS is 始める,決める.

Returns
true if でっちあげる,人を罪に陥れる supports 最高の,を越す でっちあげる,人を罪に陥れる specification
誤った さもなければ
活動させる/戦時編成する
[oneway] 無効の
活動させる/戦時編成する();

Description
活動させる/戦時編成するs this でっちあげる,人を罪に陥れる and thus the 構成要素 within.

At first the でっちあげる,人を罪に陥れる 始める,決めるs itself as the active でっちあげる,人を罪に陥れる of its creator by calling XFramesSupplier::setActiveFrame(), then it broadcasts an FrameActionEvent with FrameAction::FRAME_ACTIVATED. The 構成要素 within this でっちあげる,人を罪に陥れる may listen to this event to 得る,とらえる the 焦点(を合わせる) on 活性化; for simple 構成要素s this can be done by the FrameLoader.

Finally, most でっちあげる,人を罪に陥れるs may 得る,とらえる the 焦点(を合わせる) to one of its windows or 今後 the 活性化 to a sub-でっちあげる,人を罪に陥れる.

See also
XFrame::deactivate(), XFrame::isActive()
deactivate
[oneway] 無効の
deactivate();

Description
is called by the creator でっちあげる,人を罪に陥れる when another sub-でっちあげる,人を罪に陥れる gets 活動させる/戦時編成するd.

At first the でっちあげる,人を罪に陥れる deactivates its active sub-でっちあげる,人を罪に陥れる, if any. Then broadcasts a FrameActionEvent with FrameAction::FRAME_DEACTIVATING.

See also
XFrame::活動させる/戦時編成する(), XFrame::isActive()
isActive
boolean
isActive();

Description
決定するs if the でっちあげる,人を罪に陥れる is active.
Returns
true for active or UI active でっちあげる,人を罪に陥れるs
誤った さもなければ
See also
XFrame::活動させる/戦時編成する(), XFrame::deactivate()
setComponent
boolean
setComponent( [in] ::com::sun::星/主役にする::awt::XWindow  xComponentWindow,
[in] XController  xController );

Description
始める,決めるs a new 構成要素 into the でっちあげる,人を罪に陥れる or 解放(する) an 存在するing one from a でっちあげる,人を罪に陥れる.
Parameter xComponentWindow
the window of the new 構成要素 or NULL for 解放(する)

A valid 構成要素 window should be a child of the でっちあげる,人を罪に陥れる コンテナ window.

Parameter xController
the 監査役 of the new 構成要素 or NULL for 解放(する)

Simple 構成要素s may 器具/実施する a ::com::sun::星/主役にする::awt::XWindow only. In this 事例/患者 no 監査役 must be given here.

Returns
trueif setting of new 構成要素 or 解放(する) of an 存在するing one was 首尾よく
誤った さもなければ (especialy, if an 存在するing 監査役 同意しない within his XController::一時停止する() call)
See also
XFrame::getComponentWindow(), XFrame::getContainerWindow(), XFrame::getController()
getComponentWindow
::com::sun::星/主役にする::awt::XWindow
getComponentWindow();

Description
供給するs 接近 to the 構成要素 window

公式文書,認める: Don't 配置する/処分する/したい気持ちにさせる this window - the でっちあげる,人を罪に陥れる is the owner of it.

Returns
the 現在の 明白な 構成要素 in this でっちあげる,人を罪に陥れる
or NULL if no one 現在/一般に 存在する
See also
XFrame::setComponent()
getController
XController
getController();

Description
供給するs 接近 to the 監査役

公式文書,認める: Don't 配置する/処分する/したい気持ちにさせる it - the でっちあげる,人を罪に陥れる is the owner of it. Use XController::getFrame() to 配置する/処分する/したい気持ちにさせる the でっちあげる,人を罪に陥れる after you the 監査役 agreed with a XController::一時停止する() call.

Returns
the 現在の 監査役 within this でっちあげる,人を罪に陥れる
or NULL if no one 現在/一般に 存在する
See also
XFrame::setComponent()
contextChanged
無効の
contextChanged();

Description
通知するs the でっちあげる,人を罪に陥れる that the 状況 of the 監査役 within this でっちあげる,人を罪に陥れる changed (i.e. the 選択).

によれば a call to this interface, the でっちあげる,人を罪に陥れる calls XFrameEventListener::frameAction with FrameAction::CONTEXT_CHANGED to all listeners which are 登録(する)d using XFrame::addFrameActionListener. For 外部の 監査役s this event can be used to requery 派遣(する)s.

See also
XFrameEventListener, FrameAction, XFrame::addFrameActionListener()
addFrameActionListener
[oneway] 無効の
addFrameActionListener( [in] XFrameActionListener  xListener );

Description
登録(する)s an event listener, which will be called when 確かな things happen to the 構成要素s within this でっちあげる,人を罪に陥れる or within sub-でっちあげる,人を罪に陥れるs of this でっちあげる,人を罪に陥れる.

E.g., it is possible to 決定する instantiation/破壊 and 活性化/deactivation of 構成要素s.

Parameter xListener
明示するs the listener which will be 知らせるd
See also
XFrame::removeFrameActionListener()
removeFrameActionListener
[oneway] 無効の
removeFrameActionListener( [in] XFrameActionListener  xListener );

Description
unregisters an event listener
Parameter xListener
明示するs the listener which willn't be 知らせるd any longer
See also
XFrame::addFrameActionListener()
最高の,を越す 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.