Home
last modified time | relevance | path

Searched refs:xmlCheck (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBReporter.java42 JCheckBox xmlCheck; // Is XML report generated? field in RBReporter
285 if (xmlCheck.isSelected()) { in generateReports()
689 xmlCheck.setSelected(Preferences.getPreference("reporter_format_xml_enabled").equals("Yes")); in setComponentsToDefaults()
750 Preferences.setPreference("reporter_format_xml_enabled", (xmlCheck.isSelected() ? "Yes" : "No")); in saveDefaults()
925 xmlCheck = new JCheckBox(Resources.getTranslation("reporter_format_xml")); in initComponents()
946 xmlCheck.setPreferredSize(checkDim); in initComponents()
994 optionsPanel5.add(xmlCheck); in initComponents()