Lines Matching refs:properties

690      * Initializes properties related to assistive technologies.
691 * These properties are used both in the loadAssistiveProperties()
693 * on the properties (such as the use of the screen_magnifier_present
695 * initialization of the properties must be done before the platform-
697 * properties are set up properly before any classes dependent upon them
702 // Get accessibility properties
704 final Properties properties = new Properties();
711 // Try loading the per-user accessibility properties file.
715 sep + ".accessibility.properties");
720 properties.load(in);
723 // Per-user accessibility properties file does not exist
726 // Try loading the system-wide accessibility properties
727 // file only if a per-user accessibility properties
729 if (properties.size() == 0) {
733 sep + "accessibility.properties");
738 properties.load(in);
741 // System-wide accessibility properties file does
747 // the system property and then check the properties file.
750 magPresent = properties.getProperty("screen_magnifier_present", null);
757 // check the system property and then check the properties
761 classNames = properties.getProperty("assistive_technologies", null);
774 * implementation by a line in the 'accessibility.properties'
840 * implementation by a line in the 'accessibility.properties'
1158 * @param props a Properties object containing zero or more properties.
1253 * In addition to any and all formats specified in the flavormap.properties
1606 * sun.awt.resources.awt.properties. The ResourceBundle is stored
1772 * For more information on desktop properties supported by the AWT see
1895 * that associate listeners with the names of desktop properties.