Lines Matching refs:properties

150         type for different properties, and in particular, for properties of different type,
181 type for different properties, and in particular, for properties of different type,
251 /** returns the properties which the handler can handle
254 the given introspectee, no properties handling can be provided. This might happen
264 /** returns the properties which are to be superseded by this handler
266 <p>Besides defining an own set of properties (see <member>getSupportedProperties</member>),
267 a property handler can also declare that foreign properties (which it is
268 <em>not</em> responsible for) are superseded by its own properties.</p>
271 should continue to be responsible for all properties, except a few which your
274 <p>In such a case, simply return those properties here.</p>
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
282 by a handler preceding them, but not properties of handlers succeeding them.</p>
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
302 <p>In general, properties can be declared as "actuating", that is, when their value
303 changes, the UI for other properties needs to be updated (e.g. enabled or disabled).</p>
306 of the depending properties of certain actuating properties.</p>
309 their interest in this particular actuating properties are called with their
321 …of their properties. For this, all components are examined for their properties, and all properties
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
412 … is, when the property browser is just initializing with the properties of the introspected