Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
63 be used to interact with the user, with respect to a given aspect of the inspected
90 /** retrieves the current value of a property
92 the name of the property whose value is to be retrieved
100 /** sets the value of a property
103 the name of the property whose value is to be set
113 /** returns the state of a property
116 the name of the property whose state is to be retrieved
126 the name of the property whose user interface is to be described
131 the descriptor of the property line.
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
150 type for different properties, and in particular, for properties of different type,
157 The name of the conversion's target property.
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
181 type for different properties, and in particular, for properties of different type,
188 … <p>A usual application of this method are list boxes: There is a generic list box implementation,
189 which is able to display a simple list of strings. Usually, every string represents one
197 The name of the property whose value is to be converted.
201 The target type of the conversion. This type is determined by the control which
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
266 <p>Besides defining an own set of properties (see <member>getSupportedProperties</member>),
278 precendence of factories to create the property handlers, as denoted in the
282 by a handler preceding them, but not properties of handlers succeeding them.</p>
306 of the depending properties of certain actuating properties.</p>
308 <p>Whenever the value of an actuating property changes, all handlers which expressed
321of their properties. For this, all components are examined for their properties, and all properties
326 the name of the property whose composability is to be determined
338 …<p>Availability of this feature is indicated by the <member>LineDescriptor::HasPrimaryButton</memb…
339 … and <member>LineDescriptor::HasSecondaryButton</member> members of a <type>LineDescriptor</type>,
343 … property value, and return the result of this (see <type>InteractiveSelectionResult</type>).</p>
351 cannot properly be handled in case the object inspector is inspecting an intersection of
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
377 the result of the interactive property value selection.
397 … /** updates the UI of dependent properties when the value of a certain actuating property changed
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,
444 component, and veto suspension of the <type>XObjectInspector</type> as appropriate.</p>