Uses of Class
org.eclipse.core.runtime.Preferences
-
Packages that use Preferences Package Description org.eclipse.ant.core Provides support for running the Ant build tool in the platform.org.eclipse.core.runtime Provides support for the runtime platform, core utility methods and the extension registry.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBufferand others directly handlingIFileandIStorageas editor input. -
-
Uses of Preferences in org.eclipse.ant.core
Methods in org.eclipse.ant.core with parameters of type Preferences Modifier and Type Method Description protected Property[]AntCorePreferences. extractProperties(Preferences prefs, String[] properties)protected Task[]AntCorePreferences. extractTasks(Preferences prefs, String[] tasks)protected Type[]AntCorePreferences. extractTypes(Preferences prefs, String[] types)protected voidAntCorePreferences. updateAdditionalEntries(Preferences prefs)protected voidAntCorePreferences. updateAntHomeEntries(Preferences prefs)protected voidAntCorePreferences. updateProperties(Preferences prefs)protected voidAntCorePreferences. updatePropertyFiles(Preferences prefs)protected voidAntCorePreferences. updateTasks(Preferences prefs)protected voidAntCorePreferences. updateTypes(Preferences prefs) -
Uses of Preferences in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime that return Preferences Modifier and Type Method Description PreferencesPlugin. getPluginPreferences()Deprecated.Replaced byIEclipsePreferences. -
Uses of Preferences in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text that return Preferences Modifier and Type Method Description static PreferencesEditorsUI. getPluginPreferences()Deprecated.As of 3.5, replaced byEditorsUI.getPreferenceStore()
-