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

翻訳前ページへ


Struct LineDescriptor
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: 査察 ::

struct LineDescriptor
Description
述べるs the 外見 of a line 代表するing a 選び出す/独身 所有物/資産/財産 in an ObjectInspector. Such a line consists of
  • a label with a human-readable 指名する for the 所有物/資産/財産
  • a 支配(する)/統制する which is used for 使用者 interaction - i.e. it 陳列する,発揮するs the 現在の 所有物/資産/財産 value, and 許すs the 使用者 entering a new one.
  • (optional) one or two buttons which, when clicked, can start a more コンビナート/複合体, interactive 所有物/資産/財産 value input. For instance, if you have a 所有物/資産/財産 whose value is a path in the とじ込み/提出する system, such a button could be used to let the 使用者 browse for a path with a usual とじ込み/提出する picker.
Since
OOo 2.0.3
See also
XPropertyHandler::describePropertyLine, PropertyLineElement

Elements' 要約
DisplayName denotes the human-readable 陳列する,発揮する 指名する used to 現在の a 所有物/資産/財産 to the 使用者  
支配(する)/統制する denotes the 支配(する)/統制する which should be used to 代表する the 所有物/資産/財産 at the UI.  
HelpURL 明示するs the URL to the help topic to be associated with the 所有物/資産/財産  
HasPrimaryButton detetrmines whether a button 存在するs which can be used for a more コンビナート/複合体, interactive 所有物/資産/財産 value input.  
PrimaryButtonId 述べるs a unique id to associate with the 最初の/主要な button  
PrimaryButtonImageURL 述べるs the URL of an image to 陳列する,発揮する on the 最初の/主要な button, if any.  
PrimaryButtonImage 述べるs a graphics to 陳列する,発揮する at the 最初の/主要な button, if any.  
HasSecondaryButton detetrmines whether a 第2位 button 存在するs which can be used for a more コンビナート/複合体, interactive 所有物/資産/財産 value input.  
SecondaryButtonId 述べるs a unique id to associate with the 最初の/主要な button  
SecondaryButtonImageURL 述べるs the URL of an image to 陳列する,発揮する on the 第2位 button, if any.  
SecondaryButtonImage 述べるs a graphics to 陳列する,発揮する at the 第2位 button, if any.  
IndentLevel 述べるs the indent level for the 所有物/資産/財産  
部類 述べるs the 部類 into which the 所有物/資産/財産 should be sorted by the ObjectInspector.  
Elements' 詳細(に述べる)s
DisplayName
string DisplayName;
Description
denotes the human-readable 陳列する,発揮する 指名する used to 現在の a 所有物/資産/財産 to the 使用者
支配(する)/統制する
XPropertyControl 支配(する)/統制する;
Description
denotes the 支配(する)/統制する which should be used to 代表する the 所有物/資産/財産 at the UI.
See also
XPropertyControlFactory
HelpURL
string HelpURL;
Description
明示するs the URL to the help topic to be associated with the 所有物/資産/財産
HasPrimaryButton
boolean HasPrimaryButton;
Description
detetrmines whether a button 存在するs which can be used for a more コンビナート/複合体, interactive 所有物/資産/財産 value input.

If no image for the 最初の/主要な button is 明示するd, but a 最初の/主要な button is 現在の, the three dots will be 陳列する,発揮するd on the button.

See also
XPropertyHandler::onInteractivePropertySelection, HasSecondaryButton, PrimaryButtonImageURL, PrimaryButtonImage
PrimaryButtonId
string PrimaryButtonId;
Description
述べるs a unique id to associate with the 最初の/主要な button

In OpenOffice.org, UI elements いつかs 要求する a いわゆる UniqueID, which can be used to uniquely (within the whole 使用/適用) identify this UI element. For instance, 自動化するing the OpenOffice.org UI 経由で a 献身的な separate 使用/適用 ("TestTool") 要求するs such IDs.

If a 最初の/主要な button 存在するs for a 所有物/資産/財産's UI 代表 (HasPrimaryButton), it gets the ID 明示するd herein.

PrimaryButtonImageURL
string PrimaryButtonImageURL;
Description
述べるs the URL of an image to 陳列する,発揮する on the 最初の/主要な button, if any.

This URL will be used to 得る an actual ::com::sun::星/主役にする::graphic::XGraphic 反対する from an ::com::sun::星/主役にする::graphic::GraphicProvider.

The 所有物/資産/財産 will be ignored if HasPrimaryButton is 誤った.

If you need to 明示する a graphic which does not have an URL, but is 利用できる as ::com::sun::星/主役にする::graphic::XGraphic only, then you must leave PrimaryButtonImageURL empty, and use the PrimaryButtonImage 所有物/資産/財産.

See also
PrimaryButtonImage
PrimaryButtonImage
::com::sun::星/主役にする::graphic::XGraphic PrimaryButtonImage;
Description
述べるs a graphics to 陳列する,発揮する at the 最初の/主要な button, if any.

The 所有物/資産/財産 will be ignored if HasPrimaryButton is 誤った, or if PrimaryButtonImageURL is a 非,不,無-empty string.

See also
HasPrimaryButton, PrimaryButtonImageURL
HasSecondaryButton
boolean HasSecondaryButton;
Description
detetrmines whether a 第2位 button 存在するs which can be used for a more コンビナート/複合体, interactive 所有物/資産/財産 value input.

A 第2位 button subordinated to the 最初の/主要な button. If no 最初の/主要な button 存在するs (HasPrimaryButton), this member is ignored.

See also
XPropertyHandler::onInteractivePropertySelection, HasSecondaryButton
SecondaryButtonId
string SecondaryButtonId;
Description
述べるs a unique id to associate with the 最初の/主要な button

If a 第2位 button 存在するs for a 所有物/資産/財産's UI 代表 (HasSecondaryButton), it gets the ID 明示するd herein.

See also
PrimaryButtonId
SecondaryButtonImageURL
string SecondaryButtonImageURL;
Description
述べるs the URL of an image to 陳列する,発揮する on the 第2位 button, if any.

This URL will be used to 得る an actual ::com::sun::星/主役にする::graphic::XGraphic 反対する from an ::com::sun::星/主役にする::graphic::GraphicProvider.

The 所有物/資産/財産 will be ignored if HasSecondaryButton is 誤った.

If you need to 明示する a graphic which does not have an URL, but is 利用できる as ::com::sun::星/主役にする::graphic::XGraphic only, then you must leave SecondaryButtonImageURL empty, and use the SecondaryButtonImage 所有物/資産/財産.

See also
SecondaryButtonImage
SecondaryButtonImage
::com::sun::星/主役にする::graphic::XGraphic SecondaryButtonImage;
Description
述べるs a graphics to 陳列する,発揮する at the 第2位 button, if any.

The 所有物/資産/財産 will be ignored if HasSecondaryButton is 誤った, or if SecondaryButtonImageURL is a 非,不,無-empty string.

See also
HasSecondaryButton, SecondaryButtonImageURL
IndentLevel
short IndentLevel;
Description
述べるs the indent level for the 所有物/資産/財産

If a given 所有物/資産/財産 semantically depends on another one, the indent level can be used to visually 代表する this fact. For this, the 扶養家族 所有物/資産/財産's indent level would be one larger than the indent level of the other 所有物/資産/財産.

普通は, XPropertyHandlers will 始める,決める this to 0 when 述べるing the UI for a normal 所有物/資産/財産.

部類
string 部類;
Description
述べるs the 部類 into which the 所有物/資産/財産 should be sorted by the ObjectInspector.

An ObjectInspector can visually group 所有物/資産/財産s which semantically belong together (for instance using tab pages). The 決定/判定勝ち(する) which 所有物/資産/財産s 現実に belong together is made using this 部類 せいにする.

For your 実施 of XPropertyHandler, it's recommended that you 文書 the programmatic 指名するs used for 所有物/資産/財産 部類s. This way, your handler might be 再使用するd in different 状況s, where only the XObjectInspectorModel needs to 供給する 一貫した UI 指名するs for the 部類s.

See also
XObjectInspectorModel::describeCategories
最高の,を越す 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.