Package ucar.unidata.xml
Interface PreferenceManager
public interface PreferenceManager
An interface for something that manages preferences.
- Version:
- $Revision: 1.5 $Date: 2005/05/13 18:33:53 $
- Author:
- Metapps development team
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyPreference
(XmlObjectStore store, Object data) Apply the preference.
-
Method Details
-
applyPreference
Apply the preference.- Parameters:
store
- The store to use.data
- The data.
-