Searched refs:preferenceStore (Results 1 – 2 of 2) sorted by relevance
151 public static void init(IPreferenceStore preferenceStore) { in init() argument152 sThis.mStore = preferenceStore; in init()
382 IPreferenceStore preferenceStore = AdtPlugin.getDefault().getPreferenceStore(); in createPartControl() local384 preferences = new PluginFlyoutPreferences(preferenceStore, PREF_PALETTE); in createPartControl()404 preferences = new PluginFlyoutPreferences(preferenceStore, PREF_STRUCTURE); in createPartControl()1109 IPreferenceStore preferenceStore = AdtPlugin.getDefault().getPreferenceStore(); in syncDockingState() local1111 preferences = new PluginFlyoutPreferences(preferenceStore, PREF_PALETTE); in syncDockingState()1113 preferences = new PluginFlyoutPreferences(preferenceStore, PREF_STRUCTURE); in syncDockingState()