The `add` method in the `org.eclipse.swt.widgets.Combo` class in Java is used to add an item to the dropdown list of a Combo widget. It appends the specified string to the end of the list of items in the dropdown. This method allows you to dynamically populate the list of selectable items in the Combo widget.
Java Combo.add - 30 examples found. These are the top rated real world Java examples of org.eclipse.swt.widgets.Combo.add extracted from open source projects. You can rate examples to help us improve the quality of examples.