| Interface and Description |
|---|
| org.eclipse.core.internal.preferences.exchange.ILegacyPreferences |
| Constructor and Description |
|---|
| org.eclipse.core.runtime.preferences.BundleDefaultsScope()
use
BundleDefaultsScope.INSTANCE instead |
| org.eclipse.core.runtime.preferences.ConfigurationScope()
use
ConfigurationScope.INSTANCE instead |
| org.eclipse.core.runtime.preferences.DefaultScope()
use
DefaultScope.INSTANCE instead |
| org.eclipse.core.runtime.preferences.InstanceScope()
call
InstanceScope.INSTANCE instead. |