net.sf.sfac.setting
Interface ProfilesClient


public interface ProfilesClient

Interface provided by objects using profiles.
The profile client must:

The currentSubSettings must be used by all the objects wanting to see the "profile" data. Then you can use a ProfileController in your application to manage profiles. The profiles are copies of the currentSubSettings that can be saved and restored.

To create and 'save' a profile, the controller:

To restore a profile, the controller:

Author:
Olivier Berlanger

Method Summary
 Settings getCurrentSubSettings()
           
 Settings getGlobalSettings()
           
 void updateCurrentSubSettings(Settings profile)
           
 

Method Detail

getGlobalSettings

Settings getGlobalSettings()

getCurrentSubSettings

Settings getCurrentSubSettings()

updateCurrentSubSettings

void updateCurrentSubSettings(Settings profile)


Copyright © 2012. All Rights Reserved.