Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
37 /** describes the appearance of a line representing a single property in an <type>ObjectInspector</…
39 Such a line consists of
40 <ul><li>a label with a human-readable name for the property</li>
41 <li>a control which is used for user interaction - i.e. it displays the current property
42 value, and allows the user entering a new one.</li>
43 <li>(optional) one or two buttons which, when clicked, can start a more complex, interactive
44 property value input. For instance, if you have a property whose value is a path in the
45 file system, such a button could be used to let the user browse for a path with a
56 /** denotes the human-readable display name used to present a property to the user
70 /** detetrmines whether a button exists which can be used for a more complex, interactive
73 <p>If no image for the primary button is specified, but a primary button is present,
83 /** describes a unique id to associate with the primary button
85 <p>In OpenOffice.org, UI elements sometimes require a so-called UniqueID, which can be
87 automating the OpenOffice.org UI via a dedicated separate application ("TestTool") requires
90 …<p>If a primary button exists for a property's UI representation (<member>HasPrimaryButton</member…
102 <p>If you need to specify a graphic which does not have an URL, but is available as
110 /** describes a graphics to display at the primary button, if any.
113 if <member>PrimaryButtonImageURL</member> is a non-empty string.</p>
120 …/** detetrmines whether a secondary button exists which can be used for a more complex, interactive
131 /** describes a unique id to associate with the primary button
133 …<p>If a secondary button exists for a property's UI representation (<member>HasSecondaryButton</me…
147 <p>If you need to specify a graphic which does not have an URL, but is available as
155 /** describes a graphics to display at the secondary button, if any.
158 if <member>SecondaryButtonImageURL</member> is a non-empty string.</p>
167 <p>If a given property semantically depends on another one, the indent level
172 the UI for a normal property.