The getText() method in the org.eclipse.swt.widgets.Combo class in Java is used to retrieve the currently selected text from the combo box. It returns a string representing the selected text in the combo box.
Java Combo.getText - 30 examples found. These are the top rated real world Java examples of org.eclipse.swt.widgets.Combo.getText extracted from open source projects. You can rate examples to help us improve the quality of examples.