The method `getString` in the Java class `org.eclipse.jface.preference.IPreferenceStore` is used to retrieve the value of a preference as a `String`. It returns the value of the preference if it exists, or `null` if the preference is not set or does not exist. This method is commonly used in Eclipse applications to retrieve and work with user preferences.
Java IPreferenceStore.getString - 30 examples found. These are the top rated real world Java examples of org.eclipse.jface.preference.IPreferenceStore.getString extracted from open source projects. You can rate examples to help us improve the quality of examples.