Lines Matching refs:accessibleDescription
93 * Constant used to determine when the accessibleDescription property has
95 * old accessibleDescription and the new value will be the new
96 * accessibleDescription.
379 protected String accessibleDescription = null;
439 * Gets the accessibleDescription property of this object. The
440 * accessibleDescription property of this object is a short localized
442 * case of a 'Cancel' button, the accessibleDescription could be
451 return accessibleDescription;
469 String oldDescription = accessibleDescription;
470 accessibleDescription = s;
472 oldDescription,accessibleDescription);