org.jSyncManager.Client

Class UserPreferencesPanel

Implemented Interfaces:
ActionListener

public final class UserPreferencesPanel
extends JPanel
implements ActionListener

The User Preferences Panel. This class contains the user preferences panel.

Constructor Summary

UserPreferencesPanel(RegistrationData preferences, SettingsDialog parent)
Constructs a new UserPreferencesPanel.

Method Summary

void
actionPerformed(ActionEvent ae)
A method to handle events.
void
save()
Saves changes to the UserPreferences object and calls UserPreferences.saveChanges().

Constructor Details

UserPreferencesPanel

public UserPreferencesPanel(RegistrationData preferences,
                            SettingsDialog parent)
Constructs a new UserPreferencesPanel.
Parameters:
preferences - the user preferences class instance.
parent - the parent SettingsDialog.

Method Details

actionPerformed

public void actionPerformed(ActionEvent ae)
A method to handle events.
Parameters:
ae - the ActionEvent to be processed.

save

public void save()
Saves changes to the UserPreferences object and calls UserPreferences.saveChanges().