Searched defs:checkboxes (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java72 // Note: the order of the checkboxes and the elements in the Attributes
74 private JCheckBox[] checkboxes = {}; field in class:MonitoringAttributesViewPanel
149 checkboxes[i].setSelected(selectedAttributes.contains(attribute));
176 checkboxes = new JCheckBox[monitoringAttributes.size()];
182 checkboxes[i] = Utilities.createCheckBox(m);
190 for (JCheckBox cb : checkboxes)
203 for (JCheckBox cb : checkboxes)
233 for (JCheckBox cb : checkboxes)
286 return checkboxes[0];
310 if (checkboxes[
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java71 // Note: the order of the checkboxes and the elements in the Attributes
73 private JCheckBox[] checkboxes = {}; field in class:MonitoringAttributesViewPanel
148 checkboxes[i].setSelected(selectedAttributes.contains(attribute));
175 checkboxes = new JCheckBox[monitoringAttributes.size()];
181 checkboxes[i] = Utilities.createCheckBox(m);
189 for (JCheckBox cb : checkboxes)
202 for (JCheckBox cb : checkboxes)
232 for (JCheckBox cb : checkboxes)
285 return checkboxes[0];
309 if (checkboxes[
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java72 // Note: the order of the checkboxes and the elements in the Attributes
74 private JCheckBox[] checkboxes = {}; field in class:MonitoringAttributesViewPanel
149 checkboxes[i].setSelected(selectedAttributes.contains(attribute));
176 checkboxes = new JCheckBox[monitoringAttributes.size()];
182 checkboxes[i] = Utilities.createCheckBox(m);
190 for (JCheckBox cb : checkboxes)
203 for (JCheckBox cb : checkboxes)
233 for (JCheckBox cb : checkboxes)
286 return checkboxes[0];
310 if (checkboxes[
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java71 // Note: the order of the checkboxes and the elements in the Attributes
73 private JCheckBox[] checkboxes = {}; field in class:MonitoringAttributesViewPanel
148 checkboxes[i].setSelected(selectedAttributes.contains(attribute));
175 checkboxes = new JCheckBox[monitoringAttributes.size()];
181 checkboxes[i] = Utilities.createCheckBox(m);
189 for (JCheckBox cb : checkboxes)
202 for (JCheckBox cb : checkboxes)
232 for (JCheckBox cb : checkboxes)
285 return checkboxes[0];
309 if (checkboxes[
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java72 // Note: the order of the checkboxes and the elements in the Attributes
74 private JCheckBox[] checkboxes = {}; field in class:MonitoringAttributesViewPanel
149 checkboxes[i].setSelected(selectedAttributes.contains(attribute));
176 checkboxes = new JCheckBox[monitoringAttributes.size()];
182 checkboxes[i] = Utilities.createCheckBox(m);
190 for (JCheckBox cb : checkboxes)
203 for (JCheckBox cb : checkboxes)
233 for (JCheckBox cb : checkboxes)
286 return checkboxes[0];
310 if (checkboxes[
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java70 * Note: the order of the checkboxes and the elements in the Attributes
73 private JCheckBox[] checkboxes = {}; field in class:MonitoringAttributesViewPanel
141 checkboxes[i].setSelected(selectedAttributes.contains(attribute));
167 checkboxes = new JCheckBox[monitoringAttributes.size()];
173 checkboxes[i] = Utilities.createCheckBox(m);
181 for (JCheckBox cb : checkboxes)
193 for (JCheckBox cb : checkboxes)
223 for (JCheckBox cb : checkboxes)
269 return checkboxes[0];
289 if (checkboxes[
[all...]

Completed in 55 milliseconds