Lines Matching refs:accessibleName
83 * Constant used to determine when the accessibleName property has
85 * accessibleName and the new value will be the new accessibleName.
371 protected String accessibleName = null;
400 * Gets the accessibleName property of this object. The accessibleName
402 * of the object. For example, the accessibleName property of a label
404 * case of an object that doesn't display its name, the accessibleName
406 * to enter the name of a city, the accessibleName for the en_US locale
415 return accessibleName;
433 String oldName = accessibleName;
434 accessibleName = s;
435 firePropertyChange(ACCESSIBLE_NAME_PROPERTY,oldName,accessibleName);