Uses of Class
org.eclipse.core.runtime.preferences.PreferenceMetadata
-
Packages that use PreferenceMetadata Package Description org.eclipse.core.runtime.preferences Provides core support for Eclipse preferences. -
-
Uses of PreferenceMetadata in org.eclipse.core.runtime.preferences
Methods in org.eclipse.core.runtime.preferences with parameters of type PreferenceMetadata Modifier and Type Method Description <V> VIPreferenceMetadataStore. load(PreferenceMetadata<V> preference)Loads the value of specified preference from an enclosed storage.<V> VOsgiPreferenceMetadataStore. load(PreferenceMetadata<V> preference)<V> voidIPreferenceMetadataStore. save(V value, PreferenceMetadata<V> preference)Saves the value of specified preference to the enclosed storage.<V> voidOsgiPreferenceMetadataStore. save(V value, PreferenceMetadata<V> preference)
-