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

翻訳前ページへ


Interface XUIConfigurationManager
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XUIConfigurationManager
Description
明示するs a 使用者 interface configuration 経営者/支配人 interface which 支配(する)/統制するs the structure of all customizable 使用者 interface elements.
Since
OOo 2.0

Methods' 要約
reset resets the configuration 経営者/支配人 to the default 使用者 interface configuration data.  
getUIElementsInfo retrieves (警察などへの)密告,告訴(状) about all 使用者 interface elements within the 使用者 interface configuration 経営者/支配人.  
createSettings creates an empty settings data コンテナ.  
hasSettings 決定するs if the settings of a 使用者 interface element is part the 使用者 interface configuration 経営者/支配人.  
getSettings retrieves the settings of a 使用者 interface element.  
replaceSettings 取って代わるs the settings of a 使用者 interface element with new settings.  
removeSettings 除去するs the settings of an 存在するing 使用者 interface element.  
insertSettings 挿入するs the settings of a new 使用者 interface element.  
getImageManager retrieves the image 経営者/支配人 from the 使用者 interface configuration 経営者/支配人.  
getShortCutManager retrieves the keyboard short 削減(する) 経営者/支配人 from the 使用者 interface configuration 経営者/支配人.  
getEventsManager retrieves the events 経営者/支配人 from the 使用者 interface configuration 経営者/支配人.  
Methods' 詳細(に述べる)s
reset
無効の
reset();

Description
resets the configuration 経営者/支配人 to the default 使用者 interface configuration data.

This means that all 使用者 interface configuration data of the instance will be 除去するd. A module based 使用者 interface configuration 経営者/支配人 除去するs 使用者 defined elements, but 始める,決める all other elements 支援する to default. It is not possible to 除去する default elements from a module 使用者 interface configuration 経営者/支配人.

getUIElementsInfo
sequence< sequence< ::com::sun::星/主役にする::beans::PropertyValue > >
getUIElementsInfo( [in] short  ElementType )
raises( ::com::sun::星/主役にする::lang::IllegalArgumentException );

Description
retrieves (警察などへの)密告,告訴(状) about all 使用者 interface elements within the 使用者 interface configuration 経営者/支配人.
Parameter ElementType
makes it possible to 狭くする the result 始める,決める to only one type of 使用者 interface elements. If all 使用者 interface element types should be returned UIElementType::UNKNOWN must be 供給するd.
Returns
returns all 使用者 interface elements within the 使用者 interface configuration 経営者/支配人 that 会合,会う the given ElementType specification.

The に引き続いて ::com::sun::星/主役にする::beans::PropertyValue 入ること/参加(者)s are defined inside the sequence for every 使用者 interface element.

  • ResourceURL明示するs the unique 資源 URL for the 使用者 interface element.
  • UIName明示するs the 使用者 interface 指名する for the 使用者 interface element. Not all 使用者 interface elements have 始める,決める UIName. At least menubars do not.

See also
UIElementType
createSettings
::com::sun::星/主役にする::コンテナ::XIndexContainer
createSettings();

Description
creates an empty settings data コンテナ.
Returns
an empty 使用者 interface element settings data コンテナ, which 器具/実施するs UIElementSettings.
hasSettings
boolean
hasSettings( [in] string  ResourceURL )
raises( ::com::sun::星/主役にする::lang::IllegalArgumentException );

Description
決定するs if the settings of a 使用者 interface element is part the 使用者 interface configuration 経営者/支配人.
Parameter ResourceURL
a 資源 URL which identifies the 使用者 interface element. A resourcce URL must 会合,会う the に引き続いて syntax: "私的な:資源/$type/$name. It is only 許すd to use ascii characters for type and 指名する.
Returns
true if settings have been 設立する, さもなければ 誤った.
getSettings
::com::sun::星/主役にする::コンテナ::XIndexAccess
getSettings( [in] string  ResourceURL,
[in] boolean  bWriteable )
raises( ::com::sun::星/主役にする::コンテナ::NoSuchElementException,
::com::sun::星/主役にする::lang::IllegalArgumentException );

Description
retrieves the settings of a 使用者 interface element.
Parameter ResourceURL
a 資源 URL which identifies the 使用者 interface element. A resourcce URL must 会合,会う the に引き続いて syntax: "私的な:資源/$type/$name. It is only 許すd to use ascii characters for type and 指名する.
Parameter bWriteable
must be true if the retrieved settings should be a writeable. さもなければ 誤った should be 供給するd to get a shareable 言及/関連 to the settings data.
Returns
settings data of an 存在するing 使用者 interface element, which 器具/実施するs UIElementSettings. If the settings data cannot be 設立する a ::com::sun::星/主役にする::コンテナ::NoSuchElementException is thrown. If the ResourceURL is not valid or 述べるs an unknown type a ::com::sun::星/主役にする::lang::IllegalArgumentException is thrown.
replaceSettings
無効の
replaceSettings( [in] string  ResourceURL,
[in] ::com::sun::星/主役にする::コンテナ::XIndexAccess  aNewData )
raises( ::com::sun::星/主役にする::コンテナ::NoSuchElementException,
::com::sun::星/主役にする::lang::IllegalArgumentException,
::com::sun::星/主役にする::lang::IllegalAccessException );

Description
取って代わるs the settings of a 使用者 interface element with new settings.
Parameter ResourceURL
a 資源 URL which identifies the 使用者 interface element to be 取って代わるd. If no element with the given 資源 URL 存在するs a ::com::sun::星/主役にする::コンテナ::NoSuchElementException is thrown.
Parameter aNewData
the new settings data of an 存在するing 使用者 interface element, which 器具/実施するs UIElementSettings.

If the settings data cannot be 設立する a ::com::sun::星/主役にする::コンテナ::NoSuchElementException is thrown. If the ResourceURL is not valid or 述べるs an unknown type a ::com::sun::星/主役にする::lang::IllegalArgumentException is thrown. If the configuration 経営者/支配人 is read-only a ::com::sun::星/主役にする::lang::IllegalAccessException is thrown.

removeSettings
無効の
removeSettings( [in] string  ResourceURL )
raises( ::com::sun::星/主役にする::コンテナ::NoSuchElementException,
::com::sun::星/主役にする::lang::IllegalArgumentException,
::com::sun::星/主役にする::lang::IllegalAccessException );

Description
除去するs the settings of an 存在するing 使用者 interface element.
Parameter ResourceURL
a 資源 URL which identifies the 使用者 interface element settings to be 除去するd.

If the settings data cannot be 設立する a ::com::sun::星/主役にする::コンテナ::NoSuchElementException is thrown. If the ResourceURL is not valid or 述べるs an unknown type a ::com::sun::星/主役にする::lang::IllegalArgumentException is thrown. If the configuration 経営者/支配人 is read-only a ::com::sun::星/主役にする::lang::IllegalAccessException is thrown.

insertSettings
無効の
insertSettings( [in] string  NewResourceURL,
[in] ::com::sun::星/主役にする::コンテナ::XIndexAccess  aNewData )
raises( ::com::sun::星/主役にする::コンテナ::ElementExistException,
::com::sun::星/主役にする::lang::IllegalArgumentException,
::com::sun::星/主役にする::lang::IllegalAccessException );

Description
挿入するs the settings of a new 使用者 interface element.
Parameter ResourceURL
a 資源 URL which identifies the new 使用者 interface element.
Parameter aNewData
the settings data of the new 使用者 interface element, which 器具/実施するs UIElementSettings.

If the settings data is already 現在の a ::com::sun::星/主役にする::コンテナ::ElementExistException is thrown. If the ResourceURL is not valid or 述べるs an unknown type a ::com::sun::星/主役にする::lang::IllegalArgumentException is thrown. If the configuration 経営者/支配人 is read-only a ::com::sun::星/主役にする::lang::IllegalAccessException is thrown.

getImageManager
::com::sun::星/主役にする::uno::XInterface
getImageManager();

Description
retrieves the image 経営者/支配人 from the 使用者 interface configuration 経営者/支配人.

Every 使用者 interface configuration 経営者/支配人 has one image 経営者/支配人 instance which 支配(する)/統制するs all images of a module or 文書.

Returns
the image 経営者/支配人 of the 使用者 interface configuration 経営者/支配人.
getShortCutManager
::com::sun::星/主役にする::uno::XInterface
getShortCutManager();

Description
retrieves the keyboard short 削減(する) 経営者/支配人 from the 使用者 interface configuration 経営者/支配人.

Every 使用者 interface configuration 経営者/支配人 has one keyboard short 削減(する) 経営者/支配人 instance which 支配(する)/統制するs all short 削減(する)s of a module or 文書.

Returns
the short 削減(する) 経営者/支配人 of the 使用者 interface configuration 経営者/支配人.
getEventsManager
::com::sun::星/主役にする::uno::XInterface
getEventsManager();

Description
retrieves the events 経営者/支配人 from the 使用者 interface configuration 経営者/支配人.

Every 使用者 interface configuration 経営者/支配人 has one events 経営者/支配人 instance which 支配(する)/統制するs the mapping of events to script URLs of a module or 文書.

Returns
the events 経営者/支配人 of the 使用者 interface configuration 経営者/支配人, if one 存在するs.
最高の,を越す 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.