Searched refs:combo (Results 51 - 71 of 71) sorted by relevance

123

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java169 * Creates a combo box.
170 * @return a combo box.
174 JComboBox combo = new JComboBox();
177 combo.setOpaque(false);
179 combo.setKeySelectionManager(new ComboKeySelectionManager(combo));
180 return combo;
2803 * Updates a combo box model with a number of items.
2805 * @param newElements the new items for the combo box model.
2806 * @param model the combo bo
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java170 * Creates a combo box.
171 * @return a combo box.
175 JComboBox combo = new JComboBox();
178 combo.setOpaque(false);
180 combo.setKeySelectionManager(new ComboKeySelectionManager(combo));
181 return combo;
2804 * Updates a combo box model with a number of items.
2806 * @param newElements the new items for the combo box model.
2807 * @param model the combo bo
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java169 * Creates a combo box.
170 * @return a combo box.
174 JComboBox combo = new JComboBox();
177 combo.setOpaque(false);
179 combo.setKeySelectionManager(new ComboKeySelectionManager(combo));
180 return combo;
2803 * Updates a combo box model with a number of items.
2805 * @param newElements the new items for the combo box model.
2806 * @param model the combo bo
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java183 * Creates a combo box.
184 * @return a combo box.
188 JComboBox combo = new JComboBox();
191 combo.setOpaque(false);
193 combo.setKeySelectionManager(new ComboKeySelectionManager(combo));
194 return combo;
2733 * Updates a combo box model with a number of items.
2735 * @param newElements the new items for the combo box model.
2736 * @param model the combo bo
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DUtilities.java169 * Creates a combo box.
172 * The combo box data type.
173 * @return a combo box.
177 JComboBox<T> combo = new JComboBox<>();
180 combo.setOpaque(false);
182 combo.setKeySelectionManager(new ComboKeySelectionManager(combo));
183 return combo;
2631 * Updates a combo box model with a number of items.
2633 * @param newElements the new items for the combo bo
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomAttributePanel.java519 for (JComboBox combo : combos)
521 combo.addActionListener(actionListener);
H A DAbstractBrowseEntriesPanel.java123 * The combo box containing the different filter types.
1135 * Updates the contents of the combo boxes with the provided ServerDescriptor.
1136 * @param desc the server descriptor to be used to update the combo boxes.
1297 // Select the element in the combo box.
1781 * @param combo the combo box to be rendered.
1783 CustomComboBoxCellRenderer(JComboBox combo) argument
1785 super(combo);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomAttributePanel.java518 for (JComboBox combo : combos)
520 combo.addActionListener(actionListener);
H A DAbstractBrowseEntriesPanel.java122 * The combo box containing the different filter types.
1134 * Updates the contents of the combo boxes with the provided ServerDescriptor.
1135 * @param desc the server descriptor to be used to update the combo boxes.
1296 // Select the element in the combo box.
1780 * @param combo the combo box to be rendered.
1782 CustomComboBoxCellRenderer(JComboBox combo) argument
1784 super(combo);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomAttributePanel.java519 for (JComboBox combo : combos)
521 combo.addActionListener(actionListener);
H A DAbstractBrowseEntriesPanel.java123 * The combo box containing the different filter types.
1135 * Updates the contents of the combo boxes with the provided ServerDescriptor.
1136 * @param desc the server descriptor to be used to update the combo boxes.
1297 // Select the element in the combo box.
1781 * @param combo the combo box to be rendered.
1783 CustomComboBoxCellRenderer(JComboBox combo) argument
1785 super(combo);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomAttributePanel.java518 for (JComboBox combo : combos)
520 combo.addActionListener(actionListener);
H A DAbstractBrowseEntriesPanel.java122 * The combo box containing the different filter types.
1134 * Updates the contents of the combo boxes with the provided ServerDescriptor.
1135 * @param desc the server descriptor to be used to update the combo boxes.
1296 // Select the element in the combo box.
1780 * @param combo the combo box to be rendered.
1782 CustomComboBoxCellRenderer(JComboBox combo) argument
1784 super(combo);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomAttributePanel.java519 for (JComboBox combo : combos)
521 combo.addActionListener(actionListener);
H A DAbstractBrowseEntriesPanel.java123 * The combo box containing the different filter types.
1135 * Updates the contents of the combo boxes with the provided ServerDescriptor.
1136 * @param desc the server descriptor to be used to update the combo boxes.
1297 // Select the element in the combo box.
1781 * @param combo the combo box to be rendered.
1783 CustomComboBoxCellRenderer(JComboBox combo) argument
1785 super(combo);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java144 /** The combo box containing the different filter types. */
1003 * Updates the contents of the combo boxes with the provided ServerDescriptor.
1006 * the server descriptor to be used to update the combo boxes.
1135 // Select the element in the combo box.
1603 * @param combo
1604 * the combo box to be rendered.
1606 CustomComboBoxCellRenderer(JComboBox<?> combo) argument
1608 super(combo);
/forgerock/opendj-b2.6/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2.6.2/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2-jel-hg/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2-hg/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...

Completed in 297 milliseconds

123