Lines Matching refs:property

62     Also, property handlers are responsible for describing the user interface which should
75 …ope="com::sun::star::lang">XComponent::dispose</member> is invoked when the property handler is not
81 /** binds the property handler to a new component
90 /** retrieves the current value of a property
92 the name of the property whose value is to be retrieved
94 if the given property is not supported by the property handler
100 /** sets the value of a property
103 the name of the property whose value is to be set
105 the property value to set
107 if the given property is not supported by the property handler
113 /** returns the state of a property
116 the name of the property whose state is to be retrieved
118 if the given property is not supported by the property handler
124 /** describes the UI to be used to represent the property
126 the name of the property whose user interface is to be described
131 the descriptor of the property line.
133 if the given property is not supported by this handler
146 /** converts a given control-compatible value to a property value
148 … <p>In <member>describePropertyLine</member>, a property handler declared which type of control
149 should be used to display the value of a certain property. To allow to use the same control
151 conversions between controls values and property values are needed.</p>
153 … <p>This method converts a control value into a property value, which subsequently can be used
157 The name of the conversion's target property.
163 if the given property is not supported by the property handler
177 /** converts a given property value to a control-compatible value
179 … <p>In <member>describePropertyLine</member>, a property handler declared which type of control
180 should be used to display the value of a certain property. To allow to use the same control
182 conversions between controls values and property values are needed.</p>
184 <p>This method converts a property value, which has previously been obtained using
190 … possible property value. To translate between those property values and the displayed strings,
194 equals the property's value type.</p>
197 The name of the property whose value is to be converted.
199 The to-be-converted property value.
202 is used to display the property, which in turn is determined by the handler itself
209 if the given property is not supported by the property handler
224 /** registers a listener for notification about property value changes
227 However, in this case property value changes made by third party components are not
230 <p>If a handler implementation supports property change listeners, it must be able to cope
236 the listener to notify about property changes
245 /** revokes a listener for notification about property value changes
255 when a fixed set of property handlers is used for a variety of components to inspect,
258 <p>In the case of returning an empty sequence here, the property handler is ignored
267 a property handler can also declare that foreign properties (which it is
276 <p>There is a precedence in the property handlers used by an <type>ObjectInspector</type>,
278 precendence of factories to create the property handlers, as denoted in the
281 <p>With this in mind, property handlers can only supersede properties which are supported
286 Now if <code>A</code> supports the property <code>Foo</code>, <code>C</code> supports
308 <p>Whenever the value of an actuating property changes, all handlers which expressed
318 /** determines whether a given property, which the handler is responsible for, is composable.
326 the name of the property whose composability is to be determined
328 if the given property is not supported by the property handler
333 /** called when a browse button belonging to a property UI represenation has been clicked
335 … <p>Property handlers can raise a dedicated UI for entering or somehow changing a property value.
342 <p>When this method is called, the property handler should raise the UI needed to enter the
343property value, and return the result of this (see <type>InteractiveSelectionResult</type>).</p>
345 <p>It is recommended that property handlers do not directly set the property value which has
349 <p>If a handler sets the new property value directly, and returns
350 <member>InteractiveSelectionResult::ObtainedValue</member>, this implies that the property
353 will be called at one handler only, however the new property would have to be forwarded to
356 …<p>If a property is not composeable, directly setting the new property value does not yield any pr…
357 as long as property listeners are properly notified of the change.</p>
360 The name of the property whose browse button has been clicked
372 the property selection requires non-modal user input. In those cases,
374 and the UI for (at least) the property whose input is still pending should be disabled.
377 the result of the interactive property value selection.
380 if the given property is not supported by the property handler
397 … /** updates the UI of dependent properties when the value of a certain actuating property changed
399 <p>This method is called whenever a property value changes, limited to those properties
403 the id of the actuating property.
405 the new value of the property
407 the old value of the property
411 … If <TRUE/>, the method is called for the first-time update of the respective property, that
412 … is, when the property browser is just initializing with the properties of the introspected
418 … if you want to set the value of another property when an actuating property's value changed,
441 for property value input. Such a component might have been opened during
442 <member>onInteractivePropertySelection</member>. If a property handler receives a