The java org.eclipse.swt.widgets.Combo.getItemCount method returns the number of items present in the combo box. It is used to retrieve the total count of items that have been added to the combo box widget.
Java Combo.getItemCount - 30 examples found. These are the top rated real world Java examples of org.eclipse.swt.widgets.Combo.getItemCount extracted from open source projects. You can rate examples to help us improve the quality of examples.