Searched defs:comboBox (Results 1 - 2 of 2) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DNewAttributePanel.java695 private MatchingRule getMatchingRule(JComboBox comboBox) argument
697 if (comboBox.getSelectedIndex() != 0)
699 return (MatchingRule) comboBox.getSelectedItem();
H A DCustomAttributePanel.java1071 private MatchingRule getMatchingRule(JComboBox comboBox) argument
1073 if (comboBox.getSelectedIndex() != 0)
1075 return (MatchingRule) comboBox.getSelectedItem();

Completed in 22 milliseconds