* Provides access to the plugin's preference store
*
* @return this plugin's preference store
*/
public static IPreferenceStore getPreferenceStore() {
Activator activator = Activator.getDefault();
IPreferenceStore store = activator.getPreferenceStore();
return store;
}