Lines Matching refs:property

312 	/** receives notification that modification of an existing property is started. .
315 of the property until a matching call to
320 specifies the name of the property.
323 specifies new attributes of the property.
336 specifies which attributes should be changed for the property.
343 specifies the type of the property.
352 <li>if there already was a change to a property of that name</li>
353 <li>if there is no property with that name</li>
354 <li>if the property is read-only</li>
355 <li>if the name is not a valid property name</li>
356 <li>if the attributes are not valid for the property</li>
374 the current property.
377 specifies the new value of the property.
379 <p> The value must match the type of the existing property.
380 If the property does not have the
387 <li>if there isn't a property modification in progress currently</li>
390 <li>if the value is not valid for the property</li>
405 the current property for a specific locale.
408 specifies the new value of the property for the given locale.
410 <p> The value must match the type of the existing property.
411 If the property does not have the
421 <li>if there isn't a property modification in progress currently</li>
422 <li>if the property is not localizable</li>
425 <li>if the value is not valid for the property</li>
440 /** receives notification that the value of the current property
445 <li>if there isn't a property modification in progress currently</li>
460 /** receives notification that the value of the current property
468 <li>if there isn't a property modification in progress currently</li>
469 <li>if the property is not localizable</li>
485 /** receives notification that a property modification is complete.
493 <li>if invalid data is detected in the property</li>
494 <li>if no property is started at all</li>
506 /** receives notification that a property is reset to its default state.
509 specifies the name of the property.
514 <li>if there already was a change to a property of that name</li>
515 <li>if there is no property with that name, or if the property
517 <li>if the property is read-only</li>
518 <li>if the name is not a valid property name</li>
532 /** receives notification that a property having a value of <void/>
536 a preexisting property (if any) must be
541 specifies the name of the new property.
544 specifies the attributes of the new property.
557 specifies the type of the new property.
562 <li>if there already was a change to a property of that name</li>
563 <li>if a property of that name exists and is not removeable</li>
565 <li>if the name is not a valid property name</li>
566 <li>if the attributes are not valid for the property</li>
582 /** receives notification that a property having a non-<NULL/> value
586 a preexisting property (if any) must be
591 specifies the name of the new property.
594 specifies the attributes of the new property.
607 specifies the value of the new property.
616 <li>if there already was a change to a property of that name</li>
617 <li>if a property of that name exists and is not removeable</li>
620 <li>if the name is not a valid property name</li>
621 <li>if the attributes are not valid for the property</li>
637 /** receives notification that a property is dropped from the current node.
639 <p>The current node must be extensible and the property removeable.</p>
642 specifies the name of the property.
647 <li>if there is no property with that name</li>
648 <li>if the property is not removeable</li>