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

123

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DIndexComboBoxCellRenderer.java39 * values are AbstraceIndexDescriptor objects. It can be used with combo
47 * @param combo the combo whose contents will be rendered.
49 public IndexComboBoxCellRenderer(JComboBox combo) argument
51 super(combo);
56 * @param desc the combo box element.
H A DNoLeftInsetCategoryComboBoxRenderer.java38 * elements of the combo box.
47 * @param combo the combo box to be rendered.
49 public NoLeftInsetCategoryComboBoxRenderer(JComboBox combo) argument
51 super(combo);
H A DSchemaElementComboBoxCellRenderer.java44 * The cell renderer to be used to render schema elements in a combo box.
51 * @param combo the combo box containing the elements to be rendered.
53 public SchemaElementComboBoxCellRenderer(JComboBox combo) argument
55 super(combo);
H A DCustomListCellRenderer.java55 * The separator used to render a non-selectable separator in the combo box.
70 * Constructor of a renderer to be used with a combo box.
71 * @param combo the combo box containing the elements to be rendered.
73 public CustomListCellRenderer(JComboBox combo) argument
75 this(combo.getRenderer());
150 * @param desc the combo box element.
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DIndexComboBoxCellRenderer.java38 * values are AbstraceIndexDescriptor objects. It can be used with combo
46 * @param combo the combo whose contents will be rendered.
48 public IndexComboBoxCellRenderer(JComboBox combo) argument
50 super(combo);
55 * @param desc the combo box element.
H A DNoLeftInsetCategoryComboBoxRenderer.java37 * elements of the combo box.
46 * @param combo the combo box to be rendered.
48 public NoLeftInsetCategoryComboBoxRenderer(JComboBox combo) argument
50 super(combo);
H A DSchemaElementComboBoxCellRenderer.java43 * The cell renderer to be used to render schema elements in a combo box.
50 * @param combo the combo box containing the elements to be rendered.
52 public SchemaElementComboBoxCellRenderer(JComboBox combo) argument
54 super(combo);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DIndexComboBoxCellRenderer.java39 * values are AbstraceIndexDescriptor objects. It can be used with combo
47 * @param combo the combo whose contents will be rendered.
49 public IndexComboBoxCellRenderer(JComboBox combo) argument
51 super(combo);
56 * @param desc the combo box element.
H A DNoLeftInsetCategoryComboBoxRenderer.java38 * elements of the combo box.
47 * @param combo the combo box to be rendered.
49 public NoLeftInsetCategoryComboBoxRenderer(JComboBox combo) argument
51 super(combo);
H A DSchemaElementComboBoxCellRenderer.java44 * The cell renderer to be used to render schema elements in a combo box.
51 * @param combo the combo box containing the elements to be rendered.
53 public SchemaElementComboBoxCellRenderer(JComboBox combo) argument
55 super(combo);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DIndexComboBoxCellRenderer.java38 * values are AbstraceIndexDescriptor objects. It can be used with combo
46 * @param combo the combo whose contents will be rendered.
48 public IndexComboBoxCellRenderer(JComboBox combo) argument
50 super(combo);
55 * @param desc the combo box element.
H A DNoLeftInsetCategoryComboBoxRenderer.java37 * elements of the combo box.
46 * @param combo the combo box to be rendered.
48 public NoLeftInsetCategoryComboBoxRenderer(JComboBox combo) argument
50 super(combo);
H A DSchemaElementComboBoxCellRenderer.java43 * The cell renderer to be used to render schema elements in a combo box.
50 * @param combo the combo box containing the elements to be rendered.
52 public SchemaElementComboBoxCellRenderer(JComboBox combo) argument
54 super(combo);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DIndexComboBoxCellRenderer.java39 * values are AbstraceIndexDescriptor objects. It can be used with combo
47 * @param combo the combo whose contents will be rendered.
49 public IndexComboBoxCellRenderer(JComboBox combo) argument
51 super(combo);
56 * @param desc the combo box element.
H A DNoLeftInsetCategoryComboBoxRenderer.java38 * elements of the combo box.
47 * @param combo the combo box to be rendered.
49 public NoLeftInsetCategoryComboBoxRenderer(JComboBox combo) argument
51 super(combo);
H A DSchemaElementComboBoxCellRenderer.java44 * The cell renderer to be used to render schema elements in a combo box.
51 * @param combo the combo box containing the elements to be rendered.
53 public SchemaElementComboBoxCellRenderer(JComboBox combo) argument
55 super(combo);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/renderer/
H A DIndexComboBoxCellRenderer.java38 * values are AbstraceIndexDescriptor objects. It can be used with combo
46 * @param combo the combo whose contents will be rendered.
48 public IndexComboBoxCellRenderer(JComboBox combo) argument
50 super(combo);
55 * @param desc the combo box element.
H A DNoLeftInsetCategoryComboBoxRenderer.java38 * elements of the combo box.
47 * @param combo the combo box to be rendered.
49 public NoLeftInsetCategoryComboBoxRenderer(JComboBox combo) argument
51 super(combo);
H A DSchemaElementComboBoxCellRenderer.java43 * The cell renderer to be used to render schema elements in a combo box.
49 * @param combo the combo box containing the elements to be rendered.
51 public SchemaElementComboBoxCellRenderer(JComboBox combo) argument
53 super(combo);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java41 * select automatically an item in the combo box.
42 * Note that there must be one instance of this class per combo box. Two
43 * combo boxes must not share the same ComboKeySelectionManager object and
44 * two ComboKeySelectionManager must not be used by the same combo box.
48 private JComboBox combo; field in class:ComboKeySelectionManager
62 * @param combo the combo box that is attached to this selection key manager.
64 public ComboKeySelectionManager(JComboBox combo) argument
66 this.combo = combo;
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java42 * select automatically an item in the combo box.
43 * Note that there must be one instance of this class per combo box. Two
44 * combo boxes must not share the same ComboKeySelectionManager object and
45 * two ComboKeySelectionManager must not be used by the same combo box.
49 private JComboBox combo; field in class:ComboKeySelectionManager
63 * @param combo the combo box that is attached to this selection key manager.
65 public ComboKeySelectionManager(JComboBox combo) argument
67 this.combo = combo;
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java42 * select automatically an item in the combo box.
43 * Note that there must be one instance of this class per combo box. Two
44 * combo boxes must not share the same ComboKeySelectionManager object and
45 * two ComboKeySelectionManager must not be used by the same combo box.
49 private JComboBox combo; field in class:ComboKeySelectionManager
63 * @param combo the combo box that is attached to this selection key manager.
65 public ComboKeySelectionManager(JComboBox combo) argument
67 this.combo = combo;
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java41 * select automatically an item in the combo box.
42 * Note that there must be one instance of this class per combo box. Two
43 * combo boxes must not share the same ComboKeySelectionManager object and
44 * two ComboKeySelectionManager must not be used by the same combo box.
48 private JComboBox combo; field in class:ComboKeySelectionManager
62 * @param combo the combo box that is attached to this selection key manager.
64 public ComboKeySelectionManager(JComboBox combo) argument
66 this.combo = combo;
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java42 * select automatically an item in the combo box.
43 * Note that there must be one instance of this class per combo box. Two
44 * combo boxes must not share the same ComboKeySelectionManager object and
45 * two ComboKeySelectionManager must not be used by the same combo box.
49 private JComboBox combo; field in class:ComboKeySelectionManager
63 * @param combo the combo box that is attached to this selection key manager.
65 public ComboKeySelectionManager(JComboBox combo) argument
67 this.combo = combo;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java42 * select automatically an item in the combo box.
43 * Note that there must be one instance of this class per combo box. Two
44 * combo boxes must not share the same ComboKeySelectionManager object and
45 * two ComboKeySelectionManager must not be used by the same combo box.
49 private JComboBox combo; field in class:ComboKeySelectionManager
65 * @param combo the combo box that is attached to this selection key manager.
67 public ComboKeySelectionManager(JComboBox combo) argument
69 this.combo = combo;
[all...]

Completed in 147 milliseconds

123