Lines Matching refs:which
62 Also, property handlers are responsible for describing the user interface which should
148 … <p>In <member>describePropertyLine</member>, a property handler declared which type of control
153 … <p>This method converts a control value into a property value, which subsequently can be used
179 … <p>In <member>describePropertyLine</member>, a property handler declared which type of control
184 <p>This method converts a property value, which has previously been obtained using
185 <member>getPropertyValue</member>, into a control-compatible value, which can be used
189 which is able to display a simple list of strings. Usually, every string represents one
201 The target type of the conversion. This type is determined by the control which
202 is used to display the property, which in turn is determined by the handler itself
205 … implementation should know exactly which type to expect, since it implicitly determined this type
251 /** returns the properties which the handler can handle
264 /** returns the properties which are to be superseded by this handler
267 a property handler can also declare that foreign properties (which it is
270 <p>This is usually used if your handler is used with another, more generic one, which
271 should continue to be responsible for all properties, except a few which your
277 which also is important for the superseded properties. This precendence is implied by the
281 <p>With this in mind, property handlers can only supersede properties which are supported
284 <p>For instance, imaging an <type>XObjectInspectorModel</type> which provides three
289 <code>C</code>, so it cannot, by definition, supersede properties which are supported by
300 /** retrieve the actuating properties which this handler is interested in
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.
322 …which exist for all components, <em>and</em> are declared to be composable by their respective han…
340 …which the <type>XPropertyHandler</type> fills in its <member>describePropertyLine</member> method.…
345 <p>It is recommended that property handlers do not directly set the property value which has
367 then <arg>out_Data</arg> contains the value which has been interactively obtained
368 from the user, and which still needs to be set at the inspected component.
415 event which triggered the call.<br/>
436 … which implements the XController interface. By definition, a XObjectInspector always forwards