net.sourceforge.squirrel_sql.plugins.dbdiff.prefs
Interface IPluginPreferencesManager

All Known Implementing Classes:
DefaultPluginPreferencesManager

public interface IPluginPreferencesManager


Method Summary
 IPluginPreferenceBean getPreferences()
           
 void initialize(IPlugin thePlugin, Class<? extends IPluginPreferenceBean> preferenceBeanClass)
           
 void savePrefs()
          Save preferences to disk.
 void unload()
           
 

Method Detail

initialize

void initialize(IPlugin thePlugin,
                Class<? extends IPluginPreferenceBean> preferenceBeanClass)
                throws PluginException
Parameters:
thePlugin -
preferenceBeanClass -
Throws:
PluginException

getPreferences

IPluginPreferenceBean getPreferences()
Returns:

unload

void unload()

savePrefs

void savePrefs()
Save preferences to disk. Always write to the user settings folder, not the application settings folder.



Copyright © 2001-2012. All Rights Reserved.